--------- beginning of crash 11-23 14:57:10.391 3521 3521 E AndroidRuntime: FATAL EXCEPTION: main 11-23 14:57:10.391 3521 3521 E AndroidRuntime: Process: com.samsung.accessory.fridaymgr, PID: 3521 11-23 14:57:10.391 3521 3521 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.samsung.accessory.fridaymgr.ApplicationClass: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service com.samsung.accessory.fridaymgr/oreocompat.InstantForegroundService 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7510) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service com.samsung.accessory.fridaymgr/oreocompat.InstantForegroundService 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:5075) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:5057) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3237) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3226) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3209) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3151) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6393) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1960) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ContextImpl.startForegroundService(ContextImpl.java:1935) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:832) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at oreocompat.OreoCompatUtil.startInstantForegroundService(OreoCompatUtil.java:81) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at oreocompat.OreoCompatUtil.startService(OreoCompatUtil.java:43) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at com.samsung.accessory.fridaymgr.ApplicationClass.onCreate(ApplicationClass.java:63) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) 11-23 14:57:10.391 3521 3521 E AndroidRuntime: ... 9 more 11-23 14:57:48.585 3923 5910 E AndroidRuntime: FATAL EXCEPTION: pool-16-thread-1 11-23 14:57:48.585 3923 5910 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 3923 11-23 14:57:48.585 3923 5910 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at ok.(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at .(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 14:57:48.585 3923 5910 E AndroidRuntime: at .(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 15:06:14.690 19875 19981 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19875 11-23 15:06:14.690 19875 19981 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at ok.(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at .(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:06:14.690 19875 19981 E AndroidRuntime: at .(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 15:06:34.283 20010 20063 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20010 11-23 15:06:34.283 20010 20063 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at ok.(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at .(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:06:34.283 20010 20063 E AndroidRuntime: at .(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 15:17:46.083 21437 21505 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 21437 11-23 15:17:46.083 21437 21505 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at ok.(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at .(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:17:46.083 21437 21505 E AndroidRuntime: at .(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: FATAL EXCEPTION: pool-13-thread-1 11-23 15:32:34.561 23061 23216 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23061 11-23 15:32:34.561 23061 23216 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at ok.(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at .(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:32:34.561 23061 23216 E AndroidRuntime: at .(:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 15:33:48.692 23658 23685 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23658 11-23 15:33:48.692 23658 23685 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:175) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:33:48.692 23658 23685 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 15:33:54.662 23861 23913 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23861 11-23 15:33:54.662 23861 23913 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at ok.(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at .(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:33:54.662 23861 23913 E AndroidRuntime: at .(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 15:34:11.539 24244 24318 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24244 11-23 15:34:11.539 24244 24318 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at ok.(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at .(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:34:11.539 24244 24318 E AndroidRuntime: at .(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 15:34:16.105 24336 24395 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24336 11-23 15:34:16.105 24336 24395 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at ok.(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at .(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:34:16.105 24336 24395 E AndroidRuntime: at .(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 15:34:21.358 24438 24510 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24438 11-23 15:34:21.358 24438 24510 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at ok.(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at .(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:34:21.358 24438 24510 E AndroidRuntime: at .(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 15:34:24.795 24523 24584 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24523 11-23 15:34:24.795 24523 24584 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at ok.(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at .(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 15:34:24.795 24523 24584 E AndroidRuntime: at .(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 16:05:44.692 27721 27792 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27721 11-23 16:05:44.692 27721 27792 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at ok.(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at .(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:05:44.692 27721 27792 E AndroidRuntime: at .(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-23 16:07:17.199 28071 28187 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28071 11-23 16:07:17.199 28071 28187 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at ok.(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at .(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:07:17.199 28071 28187 E AndroidRuntime: at .(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 16:07:21.914 28461 28483 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28461 11-23 16:07:21.914 28461 28483 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at ok.(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at .(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:07:21.914 28461 28483 E AndroidRuntime: at .(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 16:07:27.116 28636 28694 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28636 11-23 16:07:27.116 28636 28694 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at ok.(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at .(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:07:27.116 28636 28694 E AndroidRuntime: at .(:0) 11-23 16:07:27.593 3258 4566 E AndroidRuntime: FATAL EXCEPTION: aiai-autofill-0 11-23 16:07:27.593 3258 4566 E AndroidRuntime: Process: com.google.android.as, PID: 3258 11-23 16:07:27.593 3258 4566 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause 11-23 16:13:44.419 29634 29667 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-23 16:13:44.419 29634 29667 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29634 11-23 16:13:44.419 29634 29667 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:44.419 29634 29667 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-23 16:13:44.434 29634 29665 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29634 11-23 16:13:44.434 29634 29665 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:44.434 29634 29665 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 16:13:44.443 29634 29666 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29634 11-23 16:13:44.443 29634 29666 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:44.443 29634 29666 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-6 11-23 16:13:44.448 29634 29783 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29634 11-23 16:13:44.448 29634 29783 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:44.448 29634 29783 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-23 16:13:44.452 29634 29779 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29634 11-23 16:13:44.452 29634 29779 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:44.452 29634 29779 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-23 16:13:44.588 29634 29782 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29634 11-23 16:13:44.588 29634 29782 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:44.588 29634 29782 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 16:13:46.413 29810 29832 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29810 11-23 16:13:46.413 29810 29832 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:46.413 29810 29832 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-23 16:13:46.438 29810 29843 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29810 11-23 16:13:46.438 29810 29843 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:46.438 29810 29843 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-23 16:13:46.442 29810 29841 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29810 11-23 16:13:46.442 29810 29841 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:46.442 29810 29841 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 16:13:46.450 29810 29842 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29810 11-23 16:13:46.450 29810 29842 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:46.450 29810 29842 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-23 16:13:46.455 29810 29946 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29810 11-23 16:13:46.455 29810 29946 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:46.455 29810 29946 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-23 16:13:46.586 29810 29954 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29810 11-23 16:13:46.586 29810 29954 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:13:46.586 29810 29954 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 16:14:05.388 29989 30045 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29989 11-23 16:14:05.388 29989 30045 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at ok.(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at .(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:14:05.388 29989 30045 E AndroidRuntime: at .(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 16:25:51.911 32066 32166 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32066 11-23 16:25:51.911 32066 32166 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at ok.(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at .(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:25:51.911 32066 32166 E AndroidRuntime: at .(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 16:26:00.503 32245 32341 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32245 11-23 16:26:00.503 32245 32341 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at ok.(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at .(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:26:00.503 32245 32341 E AndroidRuntime: at .(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 16:29:13.465 32648 32719 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32648 11-23 16:29:13.465 32648 32719 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at ok.(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at .(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:29:13.465 32648 32719 E AndroidRuntime: at .(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 16:34:42.423 1333 1494 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1333 11-23 16:34:42.423 1333 1494 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at ok.(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at .(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:34:42.423 1333 1494 E AndroidRuntime: at .(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 16:36:51.707 1541 1658 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1541 11-23 16:36:51.707 1541 1658 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at ok.(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at .(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:36:51.707 1541 1658 E AndroidRuntime: at .(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 16:37:14.990 1689 1852 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1689 11-23 16:37:14.990 1689 1852 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at ok.(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at .(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 16:37:14.990 1689 1852 E AndroidRuntime: at .(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 17:00:51.625 10139 10228 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10139 11-23 17:00:51.625 10139 10228 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at ok.(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at .(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:00:51.625 10139 10228 E AndroidRuntime: at .(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 17:01:10.066 10320 10384 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10320 11-23 17:01:10.066 10320 10384 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at ok.(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at .(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:01:10.066 10320 10384 E AndroidRuntime: at .(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:02:58.573 11177 11243 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11177 11-23 17:02:58.573 11177 11243 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at ok.(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at .(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:02:58.573 11177 11243 E AndroidRuntime: at .(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:04:46.310 11458 11593 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11458 11-23 17:04:46.310 11458 11593 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at ok.(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at .(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:04:46.310 11458 11593 E AndroidRuntime: at .(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:04:49.257 11677 11808 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11677 11-23 17:04:49.257 11677 11808 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at ok.(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at .(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:04:49.257 11677 11808 E AndroidRuntime: at .(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:12:49.270 17408 17480 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17408 11-23 17:12:49.270 17408 17480 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at ok.(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at .(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:12:49.270 17408 17480 E AndroidRuntime: at .(:0) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:13:36.563 17727 17800 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17727 11-23 17:13:36.563 17727 17800 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:13:36.563 17727 17800 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:24:41.134 18993 19100 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18993 11-23 17:24:41.134 18993 19100 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at ok.(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at .(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:24:41.134 18993 19100 E AndroidRuntime: at .(:0) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 17:24:43.038 19186 19209 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19186 11-23 17:24:43.038 19186 19209 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:24:43.038 19186 19209 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:25:29.315 19466 19533 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19466 11-23 17:25:29.315 19466 19533 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at ok.(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at .(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:25:29.315 19466 19533 E AndroidRuntime: at .(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:35:55.495 20504 20623 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20504 11-23 17:35:55.495 20504 20623 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at ok.(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at .(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:35:55.495 20504 20623 E AndroidRuntime: at .(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:36:04.707 20670 20776 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20670 11-23 17:36:04.707 20670 20776 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at ok.(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at .(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:36:04.707 20670 20776 E AndroidRuntime: at .(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: FATAL EXCEPTION: pool-20-thread-1 11-23 17:41:30.269 21891 21998 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 21891 11-23 17:41:30.269 21891 21998 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at ok.(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at .(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:41:30.269 21891 21998 E AndroidRuntime: at .(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 17:41:47.459 22094 22150 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22094 11-23 17:41:47.459 22094 22150 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at ok.(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at .(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:41:47.459 22094 22150 E AndroidRuntime: at .(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-23 17:47:22.515 22805 22887 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22805 11-23 17:47:22.515 22805 22887 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at ok.(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at .(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:47:22.515 22805 22887 E AndroidRuntime: at .(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-23 17:49:02.784 23171 23230 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23171 11-23 17:49:02.784 23171 23230 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at ok.(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at .(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:49:02.784 23171 23230 E AndroidRuntime: at .(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:51:13.947 23635 23738 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23635 11-23 17:51:13.947 23635 23738 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at ok.(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at .(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:51:13.947 23635 23738 E AndroidRuntime: at .(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 17:51:20.261 23770 23818 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23770 11-23 17:51:20.261 23770 23818 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at ok.(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at .(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:51:20.261 23770 23818 E AndroidRuntime: at .(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:51:25.995 23938 24037 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23938 11-23 17:51:25.995 23938 24037 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at ok.(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at .(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:51:25.995 23938 24037 E AndroidRuntime: at .(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 17:51:28.973 24093 24194 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24093 11-23 17:51:28.973 24093 24194 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at ok.(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at .(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 17:51:28.973 24093 24194 E AndroidRuntime: at .(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-23 18:00:24.050 25957 26051 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25957 11-23 18:00:24.050 25957 26051 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at ok.(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at .(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:00:24.050 25957 26051 E AndroidRuntime: at .(:0) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 18:00:26.888 26427 26448 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26427 11-23 18:00:26.888 26427 26448 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:00:26.888 26427 26448 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 18:13:35.747 27428 27455 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27428 11-23 18:13:35.747 27428 27455 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-23 18:13:35.747 27428 27455 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:14:40.893 27582 27657 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27582 11-23 18:14:40.893 27582 27657 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at ok.(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at .(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:14:40.893 27582 27657 E AndroidRuntime: at .(:0) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-23 18:18:05.411 28335 28372 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28335 11-23 18:18:05.411 28335 28372 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:05.411 28335 28372 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 18:18:05.412 28335 28361 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28335 11-23 18:18:05.412 28335 28361 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:05.412 28335 28361 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-23 18:18:05.413 28335 28370 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28335 11-23 18:18:05.413 28335 28370 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:05.413 28335 28370 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 18:18:05.424 28335 28371 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28335 11-23 18:18:05.424 28335 28371 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:05.424 28335 28371 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-23 18:18:07.466 28508 28544 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28508 11-23 18:18:07.466 28508 28544 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:07.466 28508 28544 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 18:18:07.482 28508 28532 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28508 11-23 18:18:07.482 28508 28532 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:07.482 28508 28532 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 18:18:07.489 28508 28543 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28508 11-23 18:18:07.489 28508 28543 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:07.489 28508 28543 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-23 18:18:07.625 28508 28542 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28508 11-23 18:18:07.625 28508 28542 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:07.625 28508 28542 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:18:12.270 28702 28797 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28702 11-23 18:18:12.270 28702 28797 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at ok.(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at .(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:18:12.270 28702 28797 E AndroidRuntime: at .(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:18:16.032 28859 28991 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28859 11-23 18:18:16.032 28859 28991 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at ok.(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at .(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:18:16.032 28859 28991 E AndroidRuntime: at .(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:19:43.989 29116 29179 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29116 11-23 18:19:43.989 29116 29179 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at ok.(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at .(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:19:43.989 29116 29179 E AndroidRuntime: at .(:0) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 18:22:52.294 29532 29566 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29532 11-23 18:22:52.294 29532 29566 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:22:52.294 29532 29566 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-23 18:22:52.295 29532 29567 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29532 11-23 18:22:52.295 29532 29567 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:22:52.295 29532 29567 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 18:22:52.297 29532 29555 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29532 11-23 18:22:52.297 29532 29555 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:22:52.297 29532 29555 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-23 18:22:52.303 29532 29565 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29532 11-23 18:22:52.303 29532 29565 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:22:52.303 29532 29565 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:22:55.462 29710 29812 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29710 11-23 18:22:55.462 29710 29812 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at ok.(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at .(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:22:55.462 29710 29812 E AndroidRuntime: at .(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:25:21.414 30552 30653 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30552 11-23 18:25:21.414 30552 30653 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at ok.(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at .(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:25:21.414 30552 30653 E AndroidRuntime: at .(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:25:25.970 30686 30784 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30686 11-23 18:25:25.970 30686 30784 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at ok.(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at .(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:25:25.970 30686 30784 E AndroidRuntime: at .(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:26:53.559 31792 31898 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31792 11-23 18:26:53.559 31792 31898 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at ok.(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at .(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:26:53.559 31792 31898 E AndroidRuntime: at .(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 18:27:13.766 31938 31986 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31938 11-23 18:27:13.766 31938 31986 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at ok.(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at .(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:27:13.766 31938 31986 E AndroidRuntime: at .(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:32:50.653 32548 32695 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32548 11-23 18:32:50.653 32548 32695 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at ok.(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at .(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:32:50.653 32548 32695 E AndroidRuntime: at .(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:38:07.412 1506 1597 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1506 11-23 18:38:07.412 1506 1597 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at ok.(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at .(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:38:07.412 1506 1597 E AndroidRuntime: at .(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 18:38:40.933 1648 1759 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1648 11-23 18:38:40.933 1648 1759 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at ok.(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at .(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 18:38:40.933 1648 1759 E AndroidRuntime: at .(:0) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:20:30.960 7535 7714 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7535 11-23 19:20:30.960 7535 7714 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:20:30.960 7535 7714 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 19:20:59.705 7813 7912 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7813 11-23 19:20:59.705 7813 7912 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at ok.(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at .(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:20:59.705 7813 7912 E AndroidRuntime: at .(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:21:42.724 8081 8190 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8081 11-23 19:21:42.724 8081 8190 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at ok.(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at .(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:21:42.724 8081 8190 E AndroidRuntime: at .(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:26:41.568 10473 10646 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10473 11-23 19:26:41.568 10473 10646 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at ok.(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at .(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:26:41.568 10473 10646 E AndroidRuntime: at .(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 19:27:02.209 10749 10808 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10749 11-23 19:27:02.209 10749 10808 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at ok.(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at .(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:27:02.209 10749 10808 E AndroidRuntime: at .(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 19:27:23.679 10954 11015 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10954 11-23 19:27:23.679 10954 11015 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at ok.(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at .(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:27:23.679 10954 11015 E AndroidRuntime: at .(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:28:32.069 11509 11581 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11509 11-23 19:28:32.069 11509 11581 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at ok.(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at .(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:28:32.069 11509 11581 E AndroidRuntime: at .(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:31:18.375 12296 12403 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12296 11-23 19:31:18.375 12296 12403 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at ok.(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at .(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:31:18.375 12296 12403 E AndroidRuntime: at .(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: FATAL EXCEPTION: pool-12-thread-1 11-23 19:31:41.181 12420 12469 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12420 11-23 19:31:41.181 12420 12469 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at ok.(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at .(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:31:41.181 12420 12469 E AndroidRuntime: at .(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:35:49.098 13524 13672 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13524 11-23 19:35:49.098 13524 13672 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at ok.(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at .(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:35:49.098 13524 13672 E AndroidRuntime: at .(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 19:36:10.394 13739 13927 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13739 11-23 19:36:10.394 13739 13927 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at ok.(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at .(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:36:10.394 13739 13927 E AndroidRuntime: at .(:0) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:40:06.047 14746 14825 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14746 11-23 19:40:06.047 14746 14825 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:40:06.047 14746 14825 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 19:40:11.869 14844 14918 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14844 11-23 19:40:11.869 14844 14918 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:40:11.869 14844 14918 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:41:19.477 15117 15233 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15117 11-23 19:41:19.477 15117 15233 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at ok.(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at .(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:41:19.477 15117 15233 E AndroidRuntime: at .(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:44:47.021 16649 16786 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 16649 11-23 19:44:47.021 16649 16786 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at ok.(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at .(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:44:47.021 16649 16786 E AndroidRuntime: at .(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 19:45:03.332 16819 16959 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 16819 11-23 19:45:03.332 16819 16959 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at ok.(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at .(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:45:03.332 16819 16959 E AndroidRuntime: at .(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:46:15.874 17284 17372 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17284 11-23 19:46:15.874 17284 17372 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at ok.(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at .(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:46:15.874 17284 17372 E AndroidRuntime: at .(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 19:57:34.688 19050 19161 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19050 11-23 19:57:34.688 19050 19161 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at ok.(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at .(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:57:34.688 19050 19161 E AndroidRuntime: at .(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 19:57:51.173 19190 19270 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19190 11-23 19:57:51.173 19190 19270 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at ok.(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at .(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 19:57:51.173 19190 19270 E AndroidRuntime: at .(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 20:01:24.913 19865 19967 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19865 11-23 20:01:24.913 19865 19967 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at ok.(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at .(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 20:01:24.913 19865 19967 E AndroidRuntime: at .(:0) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 20:09:23.110 21834 21869 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 21834 11-23 20:09:23.110 21834 21869 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:09:23.110 21834 21869 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-23 20:09:23.261 21834 21882 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 21834 11-23 20:09:23.261 21834 21882 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:09:23.261 21834 21882 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 20:09:26.141 22029 22173 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22029 11-23 20:09:26.141 22029 22173 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at ok.(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at .(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 20:09:26.141 22029 22173 E AndroidRuntime: at .(:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 20:09:30.471 22272 22296 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22272 11-23 20:09:30.471 22272 22296 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:09:30.471 22272 22296 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 20:09:32.245 22424 22451 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22424 11-23 20:09:32.245 22424 22451 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:09:32.245 22424 22451 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 20:11:05.948 22588 22693 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22588 11-23 20:11:05.948 22588 22693 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at ok.(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at .(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 20:11:05.948 22588 22693 E AndroidRuntime: at .(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 20:21:53.996 24364 24498 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24364 11-23 20:21:53.996 24364 24498 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at ok.(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at .(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 20:21:53.996 24364 24498 E AndroidRuntime: at .(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 20:21:59.706 24552 24639 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24552 11-23 20:21:59.706 24552 24639 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at ok.(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at .(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 20:21:59.706 24552 24639 E AndroidRuntime: at .(:0) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 20:25:42.824 26079 26102 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26079 11-23 20:25:42.824 26079 26102 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:25:42.824 26079 26102 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 20:25:43.069 26079 26105 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26079 11-23 20:25:43.069 26079 26105 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:25:43.069 26079 26105 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 20:25:45.196 26272 26294 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26272 11-23 20:25:45.196 26272 26294 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:25:45.196 26272 26294 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 20:25:45.435 26272 26297 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26272 11-23 20:25:45.435 26272 26297 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:25:45.435 26272 26297 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-23 20:25:48.485 26462 26482 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26462 11-23 20:25:48.485 26462 26482 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:25:48.485 26462 26482 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 20:25:48.720 26462 26485 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26462 11-23 20:25:48.720 26462 26485 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:25:48.720 26462 26485 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 20:33:01.422 27804 27904 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27804 11-23 20:33:01.422 27804 27904 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at ok.(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at .(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 20:33:01.422 27804 27904 E AndroidRuntime: at .(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 20:33:19.094 27928 27991 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27928 11-23 20:33:19.094 27928 27991 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at ok.(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at .(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 20:33:19.094 27928 27991 E AndroidRuntime: at .(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 21:19:50.958 32024 32085 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32024 11-23 21:19:50.958 32024 32085 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at ok.(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at .(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 21:19:50.958 32024 32085 E AndroidRuntime: at .(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-23 21:19:55.924 3094 3172 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 3094 11-23 21:19:55.924 3094 3172 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at ok.(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at .(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 21:19:55.924 3094 3172 E AndroidRuntime: at .(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 21:35:41.366 6563 6626 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6563 11-23 21:35:41.366 6563 6626 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at ok.(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at .(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 21:35:41.366 6563 6626 E AndroidRuntime: at .(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 21:37:45.022 7754 7926 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7754 11-23 21:37:45.022 7754 7926 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at ok.(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at .(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 21:37:45.022 7754 7926 E AndroidRuntime: at .(:0) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 21:46:50.154 9618 9655 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9618 11-23 21:46:50.154 9618 9655 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:46:50.154 9618 9655 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-23 21:46:50.300 9618 9654 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9618 11-23 21:46:50.300 9618 9654 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:46:50.300 9618 9654 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 21:46:50.582 28814 28874 E AndroidRuntime: FATAL EXCEPTION: aiai-autofill-0 11-23 21:46:50.582 28814 28874 E AndroidRuntime: Process: com.google.android.as, PID: 28814 11-23 21:46:50.582 28814 28874 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause 11-23 21:47:03.168 9825 9995 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 21:47:03.168 9825 9995 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9825 11-23 21:47:03.168 9825 9995 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at ok.(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at .(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 21:47:03.168 9825 9995 E AndroidRuntime: at .(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 21:50:34.386 10511 10617 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10511 11-23 21:50:34.386 10511 10617 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at ok.(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at .(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 21:50:34.386 10511 10617 E AndroidRuntime: at .(:0) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 21:50:51.687 10891 10929 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10891 11-23 21:50:51.687 10891 10929 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:50:51.687 10891 10929 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-23 21:50:51.940 10891 10920 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10891 11-23 21:50:51.940 10891 10920 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:50:51.940 10891 10920 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 21:51:51.494 11078 11137 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11078 11-23 21:51:51.494 11078 11137 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at ok.(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at .(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 21:51:51.494 11078 11137 E AndroidRuntime: at .(:0) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-23 22:02:55.051 12528 12562 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12528 11-23 22:02:55.051 12528 12562 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 22:02:55.051 12528 12562 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-23 22:02:55.297 12528 12706 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12528 11-23 22:02:55.297 12528 12706 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 22:02:55.297 12528 12706 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 22:02:58.225 12758 12868 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12758 11-23 22:02:58.225 12758 12868 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at ok.(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at .(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 22:02:58.225 12758 12868 E AndroidRuntime: at .(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 22:03:13.726 12921 12979 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12921 11-23 22:03:13.726 12921 12979 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at ok.(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at .(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 22:03:13.726 12921 12979 E AndroidRuntime: at .(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 22:46:00.259 20714 20847 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20714 11-23 22:46:00.259 20714 20847 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at ok.(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at .(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 22:46:00.259 20714 20847 E AndroidRuntime: at .(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 22:46:03.473 20940 21049 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20940 11-23 22:46:03.473 20940 21049 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at ok.(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at .(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 22:46:03.473 20940 21049 E AndroidRuntime: at .(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-23 22:50:21.402 21442 21511 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 21442 11-23 22:50:21.402 21442 21511 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at ok.(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at .(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 22:50:21.402 21442 21511 E AndroidRuntime: at .(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 23:14:27.512 23855 23958 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23855 11-23 23:14:27.512 23855 23958 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at ok.(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at .(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 23:14:27.512 23855 23958 E AndroidRuntime: at .(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 23:27:18.184 26297 26397 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26297 11-23 23:27:18.184 26297 26397 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at ok.(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at .(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 23:27:18.184 26297 26397 E AndroidRuntime: at .(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 23:27:23.015 26494 26543 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26494 11-23 23:27:23.015 26494 26543 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at ok.(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at .(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 23:27:23.015 26494 26543 E AndroidRuntime: at .(:0) 11-23 23:27:23.331 9925 10059 E AndroidRuntime: FATAL EXCEPTION: aiai-autofill-0 11-23 23:27:23.331 9925 10059 E AndroidRuntime: Process: com.google.android.as, PID: 9925 11-23 23:27:23.331 9925 10059 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause 11-23 23:40:50.341 29186 29301 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-23 23:40:50.341 29186 29301 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29186 11-23 23:40:50.341 29186 29301 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at ok.(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at .(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 23:40:50.341 29186 29301 E AndroidRuntime: at .(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-23 23:41:11.787 29466 29520 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29466 11-23 23:41:11.787 29466 29520 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at ok.(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at .(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 23:41:11.787 29466 29520 E AndroidRuntime: at .(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-23 23:41:42.103 29623 29683 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29623 11-23 23:41:42.103 29623 29683 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at Diagnostics results:.(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at ok.(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at .(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-23 23:41:42.103 29623 29683 E AndroidRuntime: at .(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 06:46:07.829 27411 27680 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27411 11-24 06:46:07.829 27411 27680 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at ok.(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at .(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 06:46:07.829 27411 27680 E AndroidRuntime: at .(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 06:46:27.793 27715 27771 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27715 11-24 06:46:27.793 27715 27771 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at ok.(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at .(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 06:46:27.793 27715 27771 E AndroidRuntime: at .(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 06:57:21.050 31701 31804 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31701 11-24 06:57:21.050 31701 31804 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at ok.(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at .(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 06:57:21.050 31701 31804 E AndroidRuntime: at .(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 06:57:42.215 31829 31889 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31829 11-24 06:57:42.215 31829 31889 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at ok.(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at .(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 06:57:42.215 31829 31889 E AndroidRuntime: at .(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 08:25:10.474 18965 19073 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18965 11-24 08:25:10.474 18965 19073 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at ok.(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at .(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 08:25:10.474 18965 19073 E AndroidRuntime: at .(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 08:25:31.784 19352 19453 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19352 11-24 08:25:31.784 19352 19453 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at ok.(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at .(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 08:25:31.784 19352 19453 E AndroidRuntime: at .(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 08:25:52.357 19593 19646 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19593 11-24 08:25:52.357 19593 19646 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at ok.(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at .(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 08:25:52.357 19593 19646 E AndroidRuntime: at .(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 08:36:48.758 20695 20829 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20695 11-24 08:36:48.758 20695 20829 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at ok.(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at .(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 08:36:48.758 20695 20829 E AndroidRuntime: at .(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 08:41:01.171 22070 22148 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22070 11-24 08:41:01.171 22070 22148 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at ok.(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at .(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 08:41:01.171 22070 22148 E AndroidRuntime: at .(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 08:53:56.043 25591 25825 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25591 11-24 08:53:56.043 25591 25825 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at ok.(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at .(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 08:53:56.043 25591 25825 E AndroidRuntime: at .(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 09:14:42.977 31748 31820 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31748 11-24 09:14:42.977 31748 31820 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at ok.(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at .(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 09:14:42.977 31748 31820 E AndroidRuntime: at .(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 10:13:08.536 17740 17819 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17740 11-24 10:13:08.536 17740 17819 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at ok.(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at .(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 10:13:08.536 17740 17819 E AndroidRuntime: at .(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 10:29:24.406 23271 23380 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23271 11-24 10:29:24.406 23271 23380 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at ok.(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at .(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 10:29:24.406 23271 23380 E AndroidRuntime: at .(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 10:44:25.740 25091 25156 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25091 11-24 10:44:25.740 25091 25156 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at ok.(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at .(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 10:44:25.740 25091 25156 E AndroidRuntime: at .(:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 10:46:46.130 25388 25415 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25388 11-24 10:46:46.130 25388 25415 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-24 10:46:46.130 25388 25415 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 11:04:36.980 27194 27232 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27194 11-24 11:04:36.980 27194 27232 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:36.980 27194 27232 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 11:04:36.989 27194 27230 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27194 11-24 11:04:36.989 27194 27230 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:36.989 27194 27230 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 11:04:37.008 27194 27233 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27194 11-24 11:04:37.008 27194 27233 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:37.008 27194 27233 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 11:04:37.012 27194 27221 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27194 11-24 11:04:37.012 27194 27221 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:37.012 27194 27221 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 11:04:37.014 27194 27346 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27194 11-24 11:04:37.014 27194 27346 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:37.014 27194 27346 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-24 11:04:37.137 27194 27347 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27194 11-24 11:04:37.137 27194 27347 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:37.137 27194 27347 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 11:04:38.997 27380 27418 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27380 11-24 11:04:38.997 27380 27418 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:38.997 27380 27418 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 11:04:39.003 27380 27421 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27380 11-24 11:04:39.003 27380 27421 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:39.003 27380 27421 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 11:04:39.005 27380 27420 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27380 11-24 11:04:39.005 27380 27420 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:39.005 27380 27420 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 11:04:39.013 27380 27409 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27380 11-24 11:04:39.013 27380 27409 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:39.013 27380 27409 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 11:04:39.023 27380 27550 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27380 11-24 11:04:39.023 27380 27550 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:39.023 27380 27550 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-8 11-24 11:04:39.193 27380 27554 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27380 11-24 11:04:39.193 27380 27554 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:39.193 27380 27554 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 11:04:42.707 27593 27628 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27593 11-24 11:04:42.707 27593 27628 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:42.707 27593 27628 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 11:04:42.724 27593 27627 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27593 11-24 11:04:42.724 27593 27627 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:42.724 27593 27627 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 11:04:42.728 27593 27616 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27593 11-24 11:04:42.728 27593 27616 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:42.728 27593 27616 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 11:04:42.735 27593 27626 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27593 11-24 11:04:42.735 27593 27626 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:42.735 27593 27626 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 11:04:42.745 27593 27728 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27593 11-24 11:04:42.745 27593 27728 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:42.745 27593 27728 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-8 11-24 11:04:42.873 27593 27732 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27593 11-24 11:04:42.873 27593 27732 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:42.873 27593 27732 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 11:04:48.997 27768 27841 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27768 11-24 11:04:48.997 27768 27841 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at ok.(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at .(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 11:04:48.997 27768 27841 E AndroidRuntime: at .(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 11:04:55.726 27876 27910 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27876 11-24 11:04:55.726 27876 27910 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at ok.(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at .(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 11:04:55.726 27876 27910 E AndroidRuntime: at .(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 11:05:03.517 28030 28134 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28030 11-24 11:05:03.517 28030 28134 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at ok.(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at .(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 11:05:03.517 28030 28134 E AndroidRuntime: at .(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 11:05:29.595 28274 28349 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28274 11-24 11:05:29.595 28274 28349 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at ok.(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at .(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 11:05:29.595 28274 28349 E AndroidRuntime: at .(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 11:13:53.059 31198 31318 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31198 11-24 11:13:53.059 31198 31318 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at ok.(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at .(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 11:13:53.059 31198 31318 E AndroidRuntime: at .(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 11:14:10.338 31488 31539 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31488 11-24 11:14:10.338 31488 31539 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at ok.(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at .(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 11:14:10.338 31488 31539 E AndroidRuntime: at .(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 12:49:52.411 23866 23954 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23866 11-24 12:49:52.411 23866 23954 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at ok.(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at .(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:49:52.411 23866 23954 E AndroidRuntime: at .(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 12:49:56.220 23966 24048 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23966 11-24 12:49:56.220 23966 24048 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at ok.(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at .(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:49:56.220 23966 24048 E AndroidRuntime: at .(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 12:53:46.736 24603 24697 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24603 11-24 12:53:46.736 24603 24697 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at ok.(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at .(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:53:46.736 24603 24697 E AndroidRuntime: at .(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 12:53:50.637 24725 24785 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24725 11-24 12:53:50.637 24725 24785 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at ok.(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at .(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:53:50.637 24725 24785 E AndroidRuntime: at .(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 12:53:57.155 24886 24960 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24886 11-24 12:53:57.155 24886 24960 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at ok.(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at .(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:53:57.155 24886 24960 E AndroidRuntime: at .(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 12:54:04.316 25013 25089 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25013 11-24 12:54:04.316 25013 25089 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at ok.(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at .(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:54:04.316 25013 25089 E AndroidRuntime: at .(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 12:54:23.771 25150 25201 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25150 11-24 12:54:23.771 25150 25201 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at ok.(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at .(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:54:23.771 25150 25201 E AndroidRuntime: at .(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 12:54:35.396 25522 25599 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25522 11-24 12:54:35.396 25522 25599 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at ok.(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at .(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:54:35.396 25522 25599 E AndroidRuntime: at .(:0) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 12:54:40.692 25726 25748 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25726 11-24 12:54:40.692 25726 25748 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:40.692 25726 25748 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 12:54:40.693 25726 25761 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25726 11-24 12:54:40.693 25726 25761 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:40.693 25726 25761 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 12:54:40.868 25726 25759 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25726 11-24 12:54:40.868 25726 25759 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:40.868 25726 25759 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 12:54:42.931 25906 25939 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25906 11-24 12:54:42.931 25906 25939 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:42.931 25906 25939 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 12:54:42.936 25906 25929 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25906 11-24 12:54:42.936 25906 25929 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:42.936 25906 25929 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 12:54:43.074 25906 25943 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25906 11-24 12:54:43.074 25906 25943 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:43.074 25906 25943 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 12:54:45.481 26123 26155 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26123 11-24 12:54:45.481 26123 26155 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:45.481 26123 26155 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 12:54:45.491 26123 26153 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26123 11-24 12:54:45.491 26123 26153 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:45.491 26123 26153 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 12:54:45.644 26123 26144 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26123 11-24 12:54:45.644 26123 26144 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:45.644 26123 26144 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 12:54:47.161 26301 26331 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26301 11-24 12:54:47.161 26301 26331 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:47.161 26301 26331 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 12:54:47.170 26301 26332 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26301 11-24 12:54:47.170 26301 26332 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:47.170 26301 26332 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 12:54:47.322 26301 26321 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26301 11-24 12:54:47.322 26301 26321 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:47.322 26301 26321 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 12:54:50.693 26492 26525 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26492 11-24 12:54:50.693 26492 26525 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at ok.(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at .(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:54:50.693 26492 26525 E AndroidRuntime: at .(:0) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 12:54:52.148 26682 26778 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26682 11-24 12:54:52.148 26682 26778 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:52.148 26682 26778 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 12:54:52.153 26682 26832 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26682 11-24 12:54:52.153 26682 26832 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:52.153 26682 26832 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 12:54:52.303 26682 26830 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26682 11-24 12:54:52.303 26682 26830 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:52.303 26682 26830 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 12:54:55.520 26998 27033 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26998 11-24 12:54:55.520 26998 27033 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at ok.(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at .(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:54:55.520 26998 27033 E AndroidRuntime: at .(:0) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 12:54:57.568 27173 27207 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27173 11-24 12:54:57.568 27173 27207 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:57.568 27173 27207 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 12:54:57.593 27173 27208 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27173 11-24 12:54:57.593 27173 27208 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:57.593 27173 27208 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 12:54:57.602 27173 27195 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27173 11-24 12:54:57.602 27173 27195 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:57.602 27173 27195 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 12:54:57.602 27173 27209 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27173 11-24 12:54:57.602 27173 27209 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:57.602 27173 27209 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 12:54:57.621 27173 27321 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27173 11-24 12:54:57.621 27173 27321 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:57.621 27173 27321 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-8 11-24 12:54:57.765 27173 27327 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27173 11-24 12:54:57.765 27173 27327 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:54:57.765 27173 27327 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 12:55:07.486 27353 27477 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27353 11-24 12:55:07.486 27353 27477 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at ok.(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at .(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:55:07.486 27353 27477 E AndroidRuntime: at .(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 12:56:55.050 28734 28805 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28734 11-24 12:56:55.050 28734 28805 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at ok.(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at .(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 12:56:55.050 28734 28805 E AndroidRuntime: at .(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 13:21:31.761 1314 1574 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1314 11-24 13:21:31.761 1314 1574 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at ok.(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at .(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:21:31.761 1314 1574 E AndroidRuntime: at .(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 13:21:48.733 1694 1825 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1694 11-24 13:21:48.733 1694 1825 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at ok.(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at .(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:21:48.733 1694 1825 E AndroidRuntime: at .(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 13:24:25.519 4643 4776 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4643 11-24 13:24:25.519 4643 4776 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at ok.(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at .(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:24:25.519 4643 4776 E AndroidRuntime: at .(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 13:24:29.402 4805 4967 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4805 11-24 13:24:29.402 4805 4967 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at ok.(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at .(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:24:29.402 4805 4967 E AndroidRuntime: at .(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: FATAL EXCEPTION: pool-24-thread-1 11-24 13:27:43.501 6219 6310 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6219 11-24 13:27:43.501 6219 6310 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at ok.(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at .(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:27:43.501 6219 6310 E AndroidRuntime: at .(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 13:30:52.298 7179 7288 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7179 11-24 13:30:52.298 7179 7288 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at ok.(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at .(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:30:52.298 7179 7288 E AndroidRuntime: at .(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 13:31:09.790 7389 7499 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7389 11-24 13:31:09.790 7389 7499 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at ok.(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at .(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:31:09.790 7389 7499 E AndroidRuntime: at .(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 13:35:53.176 8603 8721 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8603 11-24 13:35:53.176 8603 8721 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at ok.(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at .(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:35:53.176 8603 8721 E AndroidRuntime: at .(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 13:36:09.898 8746 8831 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8746 11-24 13:36:09.898 8746 8831 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at ok.(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at .(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:36:09.898 8746 8831 E AndroidRuntime: at .(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 13:53:30.677 12080 12215 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12080 11-24 13:53:30.677 12080 12215 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at ok.(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at .(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 13:53:30.677 12080 12215 E AndroidRuntime: at .(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 14:00:44.144 13046 13158 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13046 11-24 14:00:44.144 13046 13158 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at ok.(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at .(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:00:44.144 13046 13158 E AndroidRuntime: at .(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 14:01:00.096 13193 13241 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13193 11-24 14:01:00.096 13193 13241 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at ok.(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at .(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:01:00.096 13193 13241 E AndroidRuntime: at .(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 14:12:42.963 17931 18004 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17931 11-24 14:12:42.963 17931 18004 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at ok.(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at .(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:12:42.963 17931 18004 E AndroidRuntime: at .(:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 14:12:57.526 18092 18118 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18092 11-24 14:12:57.526 18092 18118 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.AttachmentDownloadJob.onRun(AttachmentDownloadJob.kt:171) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.BaseJob.run(BaseJob.java:31) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:88) 11-24 14:12:57.526 18092 18118 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:51) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 14:13:50.717 18406 18528 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18406 11-24 14:13:50.717 18406 18528 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at ok.(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at .(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:13:50.717 18406 18528 E AndroidRuntime: at .(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 14:14:08.947 18568 18642 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18568 11-24 14:14:08.947 18568 18642 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at ok.(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at .(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:14:08.947 18568 18642 E AndroidRuntime: at .(:0) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 14:20:16.213 20528 20562 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20528 11-24 14:20:16.213 20528 20562 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:20:16.213 20528 20562 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 14:20:16.245 20528 20563 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20528 11-24 14:20:16.245 20528 20563 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:20:16.245 20528 20563 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 14:20:16.246 20528 20561 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20528 11-24 14:20:16.246 20528 20561 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:20:16.246 20528 20561 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 14:20:16.398 20528 20550 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20528 11-24 14:20:16.398 20528 20550 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:20:16.398 20528 20550 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 14:20:29.022 20702 20810 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20702 11-24 14:20:29.022 20702 20810 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at ok.(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at .(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:20:29.022 20702 20810 E AndroidRuntime: at .(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 14:30:48.897 21947 22071 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 21947 11-24 14:30:48.897 21947 22071 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at ok.(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at .(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:30:48.897 21947 22071 E AndroidRuntime: at .(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 14:31:43.383 22641 22777 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22641 11-24 14:31:43.383 22641 22777 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at ok.(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at .(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:31:43.383 22641 22777 E AndroidRuntime: at .(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 14:31:52.862 23002 23202 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23002 11-24 14:31:52.862 23002 23202 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at ok.(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at .(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:31:52.862 23002 23202 E AndroidRuntime: at .(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 14:34:11.338 23413 23473 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23413 11-24 14:34:11.338 23413 23473 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at ok.(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at .(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:34:11.338 23413 23473 E AndroidRuntime: at .(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 14:35:24.798 23512 23575 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23512 11-24 14:35:24.798 23512 23575 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at ok.(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at .(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:35:24.798 23512 23575 E AndroidRuntime: at .(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 14:50:22.703 26583 26726 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26583 11-24 14:50:22.703 26583 26726 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at ok.(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at .(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:50:22.703 26583 26726 E AndroidRuntime: at .(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 14:50:42.876 26924 26979 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26924 11-24 14:50:42.876 26924 26979 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at ok.(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at .(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:50:42.876 26924 26979 E AndroidRuntime: at .(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 14:52:01.173 27489 27552 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27489 11-24 14:52:01.173 27489 27552 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at ok.(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at .(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 14:52:01.173 27489 27552 E AndroidRuntime: at .(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 15:30:29.449 1400 1512 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1400 11-24 15:30:29.449 1400 1512 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at ok.(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at .(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 15:30:29.449 1400 1512 E AndroidRuntime: at .(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 15:51:21.341 9858 9969 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9858 11-24 15:51:21.341 9858 9969 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at ok.(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at .(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 15:51:21.341 9858 9969 E AndroidRuntime: at .(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 15:51:39.991 10232 10282 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10232 11-24 15:51:39.991 10232 10282 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at ok.(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at .(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 15:51:39.991 10232 10282 E AndroidRuntime: at .(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 15:57:25.932 11571 11710 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11571 11-24 15:57:25.932 11571 11710 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at ok.(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at .(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 15:57:25.932 11571 11710 E AndroidRuntime: at .(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 16:03:46.120 12976 13037 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12976 11-24 16:03:46.120 12976 13037 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at ok.(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at .(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 16:03:46.120 12976 13037 E AndroidRuntime: at .(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 16:05:00.759 13269 13333 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13269 11-24 16:05:00.759 13269 13333 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at ok.(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at .(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 16:05:00.759 13269 13333 E AndroidRuntime: at .(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 16:07:17.654 14117 14231 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14117 11-24 16:07:17.654 14117 14231 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at ok.(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at .(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 16:07:17.654 14117 14231 E AndroidRuntime: at .(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 16:07:34.774 14330 14416 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14330 11-24 16:07:34.774 14330 14416 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at ok.(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at .(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 16:07:34.774 14330 14416 E AndroidRuntime: at .(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 16:18:05.615 18454 18560 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18454 11-24 16:18:05.615 18454 18560 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at ok.(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at .(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 16:18:05.615 18454 18560 E AndroidRuntime: at .(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 17:14:20.749 24698 24807 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24698 11-24 17:14:20.749 24698 24807 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at ok.(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at .(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:14:20.749 24698 24807 E AndroidRuntime: at .(:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:15:38.208 25266 25293 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25266 11-24 17:15:38.208 25266 25293 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-24 17:15:38.208 25266 25293 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 17:42:27.981 30451 30523 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30451 11-24 17:42:27.981 30451 30523 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at ok.(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at .(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:42:27.981 30451 30523 E AndroidRuntime: at .(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: FATAL EXCEPTION: pool-16-thread-1 11-24 17:42:38.406 30657 30738 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30657 11-24 17:42:38.406 30657 30738 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at ok.(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at .(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:42:38.406 30657 30738 E AndroidRuntime: at .(:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:33.539 31069 31096 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31069 11-24 17:43:33.539 31069 31096 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:33.539 31069 31096 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:42.798 31270 31294 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31270 11-24 17:43:42.798 31270 31294 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:42.798 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:42.799 31270 31294 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 17:43:42.905 31270 31321 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31270 11-24 17:43:42.905 31270 31321 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at ok.(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at .(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:43:42.905 31270 31321 E AndroidRuntime: at .(:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:46.766 31553 31587 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31553 11-24 17:43:46.766 31553 31587 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:46.766 31553 31587 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:49.013 31796 31826 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31796 11-24 17:43:49.013 31796 31826 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:49.013 31796 31826 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:50.981 32066 32094 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32066 11-24 17:43:50.981 32066 32094 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:50.981 32066 32094 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:52.868 32281 32339 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32281 11-24 17:43:52.868 32281 32339 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:52.868 32281 32339 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:55.651 32510 32534 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32510 11-24 17:43:55.651 32510 32534 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:55.651 32510 32534 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:57.515 32674 32701 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32674 11-24 17:43:57.515 32674 32701 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:57.515 32674 32701 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:43:59.290 483 622 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:43:59.290 483 622 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 483 11-24 17:43:59.290 483 622 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:43:59.290 483 622 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:43:59.290 483 622 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:43:59.290 483 622 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:43:59.290 483 622 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:43:59.290 483 622 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:43:59.290 483 622 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:43:59.290 483 622 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:43:59.290 483 622 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:43:59.290 483 622 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:43:59.290 483 622 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:43:59.290 483 622 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:43:59.290 483 622 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:43:59.290 483 622 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:43:59.290 483 622 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:01.191 1037 1117 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1037 11-24 17:44:01.191 1037 1117 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:01.191 1037 1117 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:03.129 1354 1387 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1354 11-24 17:44:03.129 1354 1387 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:03.129 1354 1387 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:05.090 1608 1676 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1608 11-24 17:44:05.090 1608 1676 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:05.090 1608 1676 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 17:44:06.805 2112 2413 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 2112 11-24 17:44:06.805 2112 2413 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:06.805 2112 2413 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:07.110 2112 2371 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 2112 11-24 17:44:07.110 2112 2371 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:07.110 2112 2371 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 17:44:11.569 2907 3094 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 2907 11-24 17:44:11.569 2907 3094 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at ok.(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at .(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:44:11.569 2907 3094 E AndroidRuntime: at .(:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:14.497 3817 3856 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 3817 11-24 17:44:14.497 3817 3856 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:14.497 3817 3856 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:21.657 4359 4384 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4359 11-24 17:44:21.657 4359 4384 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:21.657 4359 4384 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:23.655 4599 4634 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4599 11-24 17:44:23.655 4599 4634 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:23.655 4599 4634 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:25.527 4820 4868 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4820 11-24 17:44:25.527 4820 4868 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:25.527 4820 4868 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:27.242 5062 5105 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5062 11-24 17:44:27.242 5062 5105 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:27.242 5062 5105 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:29.728 5351 5384 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5351 11-24 17:44:29.728 5351 5384 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:29.728 5351 5384 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:31.828 5590 5668 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5590 11-24 17:44:31.828 5590 5668 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:31.828 5590 5668 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:33.758 5850 5877 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5850 11-24 17:44:33.758 5850 5877 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:33.758 5850 5877 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:37.716 6087 6152 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6087 11-24 17:44:37.716 6087 6152 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:37.716 6087 6152 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 17:44:37.843 6087 6256 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6087 11-24 17:44:37.843 6087 6256 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at ok.(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at .(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:44:37.843 6087 6256 E AndroidRuntime: at .(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 17:44:41.495 6419 6580 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6419 11-24 17:44:41.495 6419 6580 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at ok.(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at .(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:44:41.495 6419 6580 E AndroidRuntime: at .(:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:44:46.035 6631 6663 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6631 11-24 17:44:46.035 6631 6663 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:46.035 6631 6663 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: FATAL EXCEPTION: pool-16-thread-1 11-24 17:44:50.207 6805 6935 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6805 11-24 17:44:50.207 6805 6935 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at ok.(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at .(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:44:50.207 6805 6935 E AndroidRuntime: at .(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 17:46:45.039 7165 7241 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7165 11-24 17:46:45.039 7165 7241 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at ok.(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at .(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:46:45.039 7165 7241 E AndroidRuntime: at .(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 17:46:49.298 7280 7402 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7280 11-24 17:46:49.298 7280 7402 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at ok.(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at .(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:46:49.298 7280 7402 E AndroidRuntime: at .(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 17:47:06.591 7444 7708 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7444 11-24 17:47:06.591 7444 7708 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at ok.(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at .(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:47:06.591 7444 7708 E AndroidRuntime: at .(:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 17:52:52.772 8759 8810 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8759 11-24 17:52:52.772 8759 8810 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.AttachmentDownloadJob.onRun(AttachmentDownloadJob.kt:171) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.BaseJob.run(BaseJob.java:31) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:88) 11-24 17:52:52.772 8759 8810 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:51) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 17:52:56.432 8941 8978 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8941 11-24 17:52:56.432 8941 8978 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:52:56.432 8941 8978 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 17:52:56.438 8941 8964 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8941 11-24 17:52:56.438 8941 8964 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:52:56.438 8941 8964 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 17:52:56.438 8941 8981 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8941 11-24 17:52:56.438 8941 8981 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:52:56.438 8941 8981 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 17:52:56.438 8941 8979 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8941 11-24 17:52:56.438 8941 8979 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:52:56.438 8941 8979 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 17:52:56.608 8941 9198 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8941 11-24 17:52:56.608 8941 9198 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:52:56.608 8941 9198 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 17:53:14.120 9340 9377 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9340 11-24 17:53:14.120 9340 9377 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at ok.(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at .(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:53:14.120 9340 9377 E AndroidRuntime: at .(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 17:53:17.088 9511 9546 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9511 11-24 17:53:17.088 9511 9546 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at ok.(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at .(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:53:17.088 9511 9546 E AndroidRuntime: at .(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 17:53:20.594 9665 9701 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9665 11-24 17:53:20.594 9665 9701 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at ok.(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at .(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:53:20.594 9665 9701 E AndroidRuntime: at .(:0) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 17:53:20.595 9665 9703 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9665 11-24 17:53:20.595 9665 9703 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:53:20.595 9665 9703 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 17:53:24.788 9880 9915 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9880 11-24 17:53:24.788 9880 9915 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at ok.(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at .(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:53:24.788 9880 9915 E AndroidRuntime: at .(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 17:53:50.087 10155 10190 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10155 11-24 17:53:50.087 10155 10190 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:73) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setRead(ThreadTable.kt:494) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setRead(ThreadTable.kt:499) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.MarkReadReceiver.lambda$onReceive$0(MarkReadReceiver.java:61) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.MarkReadReceiver.$r8$lambda$gN8ADYXKBlA9qdJhsaSJSGE3es0(MarkReadReceiver.java:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.MarkReadReceiver$$ExternalSyntheticLambda7.run(R8$$SyntheticClass:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at ok.(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at .(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 17:53:50.087 10155 10190 E AndroidRuntime: at .(:0) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:04:17.052 13046 13083 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13046 11-24 18:04:17.052 13046 13083 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:17.052 13046 13083 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 18:04:17.062 13046 13079 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13046 11-24 18:04:17.062 13046 13079 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:17.062 13046 13079 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 18:04:17.086 13046 13070 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13046 11-24 18:04:17.086 13046 13070 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:17.086 13046 13070 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 18:04:17.101 13046 13188 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13046 11-24 18:04:17.101 13046 13188 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:17.101 13046 13188 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-7 11-24 18:04:17.225 13046 13193 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13046 11-24 18:04:17.225 13046 13193 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:17.225 13046 13193 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 18:04:19.997 13216 13246 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13216 11-24 18:04:19.997 13216 13246 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:19.997 13216 13246 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 18:04:24.246 13452 13607 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13452 11-24 18:04:24.246 13452 13607 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at ok.(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at .(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:04:24.246 13452 13607 E AndroidRuntime: at .(:0) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 18:04:37.940 13731 13778 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13731 11-24 18:04:37.940 13731 13778 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:37.940 13731 13778 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 18:04:37.942 13731 13774 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13731 11-24 18:04:37.942 13731 13774 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:37.942 13731 13774 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:04:37.964 13731 13779 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13731 11-24 18:04:37.964 13731 13779 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:37.964 13731 13779 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 18:04:37.974 13731 13765 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13731 11-24 18:04:37.974 13731 13765 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:37.974 13731 13765 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-24 18:04:38.138 13731 13896 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13731 11-24 18:04:38.138 13731 13896 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:38.138 13731 13896 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 18:04:38.181 13731 13825 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13731 11-24 18:04:38.181 13731 13825 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at ok.(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at .(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:04:38.181 13731 13825 E AndroidRuntime: at .(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 18:04:41.167 13921 14073 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13921 11-24 18:04:41.167 13921 14073 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at ok.(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at .(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:04:41.167 13921 14073 E AndroidRuntime: at .(:0) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:04:43.028 14121 14157 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14121 11-24 18:04:43.028 14121 14157 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.DeleteNotificationReceiver.lambda$onReceive$0(DeleteNotificationReceiver.java:47) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.DeleteNotificationReceiver.$r8$lambda$ov896RxfWjkrlrnUJH3Q0Oa8A6c(DeleteNotificationReceiver.java:0) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.DeleteNotificationReceiver$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:43.028 14121 14157 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 18:04:48.959 14212 14257 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14212 11-24 18:04:48.959 14212 14257 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:48.959 14212 14257 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:04:48.965 14212 14259 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14212 11-24 18:04:48.965 14212 14259 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:48.965 14212 14259 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 18:04:48.974 14212 14247 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14212 11-24 18:04:48.974 14212 14247 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:48.974 14212 14247 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 18:04:48.979 14212 14258 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14212 11-24 18:04:48.979 14212 14258 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:48.979 14212 14258 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-24 18:04:49.115 14212 14377 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14212 11-24 18:04:49.115 14212 14377 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:49.115 14212 14377 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:04:51.988 14410 14447 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14410 11-24 18:04:51.988 14410 14447 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:51.988 14410 14447 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 18:04:51.992 14410 14446 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14410 11-24 18:04:51.992 14410 14446 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:51.992 14410 14446 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 18:04:51.992 14410 14445 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14410 11-24 18:04:51.992 14410 14445 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:51.992 14410 14445 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 18:04:51.999 14410 14435 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14410 11-24 18:04:51.999 14410 14435 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:51.999 14410 14435 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 18:04:52.058 14410 14581 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14410 11-24 18:04:52.058 14410 14581 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:52.058 14410 14581 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 18:04:59.463 14599 14706 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14599 11-24 18:04:59.463 14599 14706 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at ok.(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at .(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:04:59.463 14599 14706 E AndroidRuntime: at .(:0) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 18:07:53.539 15337 15397 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15337 11-24 18:07:53.539 15337 15397 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:53.539 15337 15397 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 18:07:53.555 15337 15381 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15337 11-24 18:07:53.555 15337 15381 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:53.555 15337 15381 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 18:07:53.563 15337 15396 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15337 11-24 18:07:53.563 15337 15396 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:53.563 15337 15396 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:07:53.565 15337 15398 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15337 11-24 18:07:53.565 15337 15398 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:53.565 15337 15398 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 18:07:53.703 15337 15552 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15337 11-24 18:07:53.703 15337 15552 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:53.703 15337 15552 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 18:07:56.381 15573 15624 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15573 11-24 18:07:56.381 15573 15624 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:56.381 15573 15624 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 18:07:56.388 15573 15598 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15573 11-24 18:07:56.388 15573 15598 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:56.388 15573 15598 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 18:07:56.405 15573 15626 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15573 11-24 18:07:56.405 15573 15626 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:56.405 15573 15626 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:07:56.410 15573 15629 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15573 11-24 18:07:56.410 15573 15629 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:56.410 15573 15629 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 18:07:56.547 15573 15781 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15573 11-24 18:07:56.547 15573 15781 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:56.547 15573 15781 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 18:07:56.688 15573 15699 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15573 11-24 18:07:56.688 15573 15699 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at ok.(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at .(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:07:56.688 15573 15699 E AndroidRuntime: at .(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 18:08:12.803 15833 15985 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15833 11-24 18:08:12.803 15833 15985 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at ok.(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at .(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:08:12.803 15833 15985 E AndroidRuntime: at .(:0) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-24 18:17:27.621 17927 17951 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17927 11-24 18:17:27.621 17927 17951 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:17:27.621 17927 17951 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 18:17:27.626 17927 17962 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17927 11-24 18:17:27.626 17927 17962 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:17:27.626 17927 17962 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 18:17:27.645 17927 17960 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17927 11-24 18:17:27.645 17927 17960 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:17:27.645 17927 17960 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 18:17:27.650 17927 17961 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17927 11-24 18:17:27.650 17927 17961 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:17:27.650 17927 17961 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-24 18:17:27.765 17927 18095 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17927 11-24 18:17:27.765 17927 18095 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:17:27.765 17927 18095 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 18:17:38.231 18117 18219 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18117 11-24 18:17:38.231 18117 18219 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at ok.(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at .(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:17:38.231 18117 18219 E AndroidRuntime: at .(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 18:25:14.702 20538 20620 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20538 11-24 18:25:14.702 20538 20620 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at ok.(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at .(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:25:14.702 20538 20620 E AndroidRuntime: at .(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: FATAL EXCEPTION: pool-26-thread-1 11-24 18:25:47.821 20857 20989 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20857 11-24 18:25:47.821 20857 20989 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at ok.(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at .(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:25:47.821 20857 20989 E AndroidRuntime: at .(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 18:57:47.030 25466 25587 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25466 11-24 18:57:47.030 25466 25587 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at ok.(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at .(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 18:57:47.030 25466 25587 E AndroidRuntime: at .(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: FATAL EXCEPTION: pool-20-thread-1 11-24 19:03:04.042 26802 26954 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26802 11-24 19:03:04.042 26802 26954 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at ok.(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at .(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:03:04.042 26802 26954 E AndroidRuntime: at .(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 19:04:21.521 27285 27356 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27285 11-24 19:04:21.521 27285 27356 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at ok.(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at .(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:04:21.521 27285 27356 E AndroidRuntime: at .(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 19:15:53.122 29375 29487 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29375 11-24 19:15:53.122 29375 29487 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at ok.(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at .(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:15:53.122 29375 29487 E AndroidRuntime: at .(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 19:16:10.066 29567 29646 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29567 11-24 19:16:10.066 29567 29646 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at ok.(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at .(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:16:10.066 29567 29646 E AndroidRuntime: at .(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 19:18:05.347 30229 30361 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30229 11-24 19:18:05.347 30229 30361 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at ok.(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at .(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:18:05.347 30229 30361 E AndroidRuntime: at .(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 19:24:43.211 30750 30858 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30750 11-24 19:24:43.211 30750 30858 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at ok.(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at .(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:24:43.211 30750 30858 E AndroidRuntime: at .(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 19:24:56.350 32103 32243 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 32103 11-24 19:24:56.350 32103 32243 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at ok.(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at .(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:24:56.350 32103 32243 E AndroidRuntime: at .(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 19:26:26.755 342 530 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 342 11-24 19:26:26.755 342 530 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:26:26.755 342 530 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:26:26.755 342 530 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:26:26.755 342 530 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:26:26.755 342 530 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:26:26.755 342 530 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:26:26.755 342 530 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:26:26.755 342 530 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:26:26.755 342 530 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:26:26.755 342 530 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at ok.(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at .(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:26:26.755 342 530 E AndroidRuntime: at .(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 19:27:17.414 952 1169 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 952 11-24 19:27:17.414 952 1169 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at ok.(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at .(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:27:17.414 952 1169 E AndroidRuntime: at .(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 19:27:34.028 1246 1341 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1246 11-24 19:27:34.028 1246 1341 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at ok.(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at .(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:27:34.028 1246 1341 E AndroidRuntime: at .(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 19:32:43.402 4102 4322 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4102 11-24 19:32:43.402 4102 4322 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at ok.(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at .(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:32:43.402 4102 4322 E AndroidRuntime: at .(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 19:48:47.857 4432 4614 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4432 11-24 19:48:47.857 4432 4614 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at ok.(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at .(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:48:47.857 4432 4614 E AndroidRuntime: at .(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 19:49:05.708 7957 8015 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7957 11-24 19:49:05.708 7957 8015 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at ok.(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at .(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 19:49:05.708 7957 8015 E AndroidRuntime: at .(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 20:37:15.118 16848 16984 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 16848 11-24 20:37:15.118 16848 16984 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at ok.(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at .(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 20:37:15.118 16848 16984 E AndroidRuntime: at .(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 20:37:31.693 17037 17088 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17037 11-24 20:37:31.693 17037 17088 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at ok.(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at .(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 20:37:31.693 17037 17088 E AndroidRuntime: at .(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 20:37:50.373 17129 17198 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17129 11-24 20:37:50.373 17129 17198 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at ok.(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at .(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 20:37:50.373 17129 17198 E AndroidRuntime: at .(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 21:10:57.800 23001 23126 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23001 11-24 21:10:57.800 23001 23126 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at ok.(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at .(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:10:57.800 23001 23126 E AndroidRuntime: at .(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 21:11:12.567 24183 24286 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24183 11-24 21:11:12.567 24183 24286 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at ok.(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at .(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:11:12.567 24183 24286 E AndroidRuntime: at .(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 21:11:34.773 24383 24455 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24383 11-24 21:11:34.773 24383 24455 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at ok.(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at .(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:11:34.773 24383 24455 E AndroidRuntime: at .(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 21:13:26.790 25277 25428 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25277 11-24 21:13:26.790 25277 25428 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at ok.(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at .(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:13:26.790 25277 25428 E AndroidRuntime: at .(:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 21:27:45.163 28145 28180 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28145 11-24 21:27:45.163 28145 28180 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.AttachmentDownloadJob.onRun(AttachmentDownloadJob.kt:171) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.BaseJob.run(BaseJob.java:31) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:88) 11-24 21:27:45.163 28145 28180 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:51) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 21:28:32.051 28722 28790 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28722 11-24 21:28:32.051 28722 28790 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at ok.(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at .(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:28:32.051 28722 28790 E AndroidRuntime: at .(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 21:30:19.878 29106 29169 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29106 11-24 21:30:19.878 29106 29169 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at ok.(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at .(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:30:19.878 29106 29169 E AndroidRuntime: at .(:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 21:32:54.972 29474 29501 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29474 11-24 21:32:54.972 29474 29501 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-24 21:32:54.972 29474 29501 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 21:32:57.661 29648 29680 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29648 11-24 21:32:57.661 29648 29680 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:32:57.661 29648 29680 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 21:32:57.681 29648 29681 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29648 11-24 21:32:57.681 29648 29681 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:32:57.681 29648 29681 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-24 21:32:57.802 29648 29798 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29648 11-24 21:32:57.802 29648 29798 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:32:57.802 29648 29798 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 21:33:00.694 29839 29873 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29839 11-24 21:33:00.694 29839 29873 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:00.694 29839 29873 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 21:33:00.744 29839 29875 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29839 11-24 21:33:00.744 29839 29875 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:00.744 29839 29875 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-24 21:33:00.898 29839 29990 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29839 11-24 21:33:00.898 29839 29990 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:00.898 29839 29990 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-24 21:33:04.893 30027 30061 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30027 11-24 21:33:04.893 30027 30061 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:04.893 30027 30061 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 21:33:04.944 30027 30060 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30027 11-24 21:33:04.944 30027 30060 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:04.944 30027 30060 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 21:33:05.062 30027 30062 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30027 11-24 21:33:05.062 30027 30062 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:05.062 30027 30062 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 21:33:08.063 30231 30380 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30231 11-24 21:33:08.063 30231 30380 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at ok.(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at .(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:33:08.063 30231 30380 E AndroidRuntime: at .(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 21:33:52.674 30481 30594 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30481 11-24 21:33:52.674 30481 30594 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at ok.(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at .(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:33:52.674 30481 30594 E AndroidRuntime: at .(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 21:57:57.786 8590 8657 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8590 11-24 21:57:57.786 8590 8657 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at ok.(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at .(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 21:57:57.786 8590 8657 E AndroidRuntime: at .(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 22:00:07.019 9524 9584 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9524 11-24 22:00:07.019 9524 9584 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at ok.(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at .(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:00:07.019 9524 9584 E AndroidRuntime: at .(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 22:00:25.216 10086 10194 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10086 11-24 22:00:25.216 10086 10194 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at ok.(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at .(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:00:25.216 10086 10194 E AndroidRuntime: at .(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: FATAL EXCEPTION: pool-26-thread-1 11-24 22:01:12.742 10239 10318 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10239 11-24 22:01:12.742 10239 10318 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at ok.(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at .(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:01:12.742 10239 10318 E AndroidRuntime: at .(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 22:18:36.203 12654 12774 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 12654 11-24 22:18:36.203 12654 12774 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at ok.(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at .(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:18:36.203 12654 12774 E AndroidRuntime: at .(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 22:19:20.161 13343 13395 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13343 11-24 22:19:20.161 13343 13395 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at ok.(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at .(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:19:20.161 13343 13395 E AndroidRuntime: at .(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 22:20:40.565 14086 14144 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14086 11-24 22:20:40.565 14086 14144 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at ok.(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at .(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:20:40.565 14086 14144 E AndroidRuntime: at .(:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 22:24:42.278 14639 14670 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14639 11-24 22:24:42.278 14639 14670 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-24 22:24:42.278 14639 14670 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 22:24:59.009 14845 14938 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14845 11-24 22:24:59.009 14845 14938 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at ok.(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at .(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:24:59.009 14845 14938 E AndroidRuntime: at .(:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-24 22:25:13.811 15075 15112 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15075 11-24 22:25:13.811 15075 15112 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.AttachmentDownloadJob.onRun(AttachmentDownloadJob.kt:171) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.BaseJob.run(BaseJob.java:31) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:88) 11-24 22:25:13.811 15075 15112 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:51) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 22:25:17.330 15200 15273 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15200 11-24 22:25:17.330 15200 15273 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at ok.(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at .(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:25:17.330 15200 15273 E AndroidRuntime: at .(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 22:31:24.754 17169 17298 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17169 11-24 22:31:24.754 17169 17298 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at ok.(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at .(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:31:24.754 17169 17298 E AndroidRuntime: at .(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: FATAL EXCEPTION: pool-20-thread-1 11-24 22:31:32.549 17332 17440 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17332 11-24 22:31:32.549 17332 17440 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at ok.(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at .(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:31:32.549 17332 17440 E AndroidRuntime: at .(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 22:32:40.739 17851 17951 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17851 11-24 22:32:40.739 17851 17951 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at ok.(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at .(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:32:40.739 17851 17951 E AndroidRuntime: at .(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 22:33:29.064 18101 18164 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18101 11-24 22:33:29.064 18101 18164 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at ok.(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at .(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:33:29.064 18101 18164 E AndroidRuntime: at .(:0) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-24 22:41:17.154 19363 19399 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19363 11-24 22:41:17.154 19363 19399 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:41:17.154 19363 19399 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 22:41:19.250 19587 19621 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19587 11-24 22:41:19.250 19587 19621 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:41:19.250 19587 19621 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 22:41:24.415 19836 19971 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19836 11-24 22:41:24.415 19836 19971 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at ok.(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at .(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:41:24.415 19836 19971 E AndroidRuntime: at .(:0) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-24 22:41:28.316 19988 20024 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19988 11-24 22:41:28.316 19988 20024 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:41:28.316 19988 20024 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-24 22:41:31.426 20204 20315 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20204 11-24 22:41:31.426 20204 20315 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at ok.(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at .(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:41:31.426 20204 20315 E AndroidRuntime: at .(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 22:42:04.480 20859 20947 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20859 11-24 22:42:04.480 20859 20947 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at ok.(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at .(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:42:04.480 20859 20947 E AndroidRuntime: at .(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-24 22:43:05.713 22409 22475 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 22409 11-24 22:43:05.713 22409 22475 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at ok.(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at .(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 22:43:05.713 22409 22475 E AndroidRuntime: at .(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-24 23:49:52.082 26571 26631 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26571 11-24 23:49:52.082 26571 26631 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at Diagnostics results:.(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at ok.(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at .(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-24 23:49:52.082 26571 26631 E AndroidRuntime: at .(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 01:21:45.592 15345 15456 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15345 11-25 01:21:45.592 15345 15456 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at ok.(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at .(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 01:21:45.592 15345 15456 E AndroidRuntime: at .(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 02:48:48.362 24418 24497 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24418 11-25 02:48:48.362 24418 24497 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at ok.(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at .(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 02:48:48.362 24418 24497 E AndroidRuntime: at .(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: FATAL EXCEPTION: pool-20-thread-1 11-25 04:36:27.236 1513 1686 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1513 11-25 04:36:27.236 1513 1686 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at ok.(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at .(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:36:27.236 1513 1686 E AndroidRuntime: at .(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 04:37:40.109 2979 3092 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 2979 11-25 04:37:40.109 2979 3092 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at ok.(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at .(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:37:40.109 2979 3092 E AndroidRuntime: at .(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 04:42:40.596 5304 5461 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5304 11-25 04:42:40.596 5304 5461 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at ok.(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at .(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:42:40.596 5304 5461 E AndroidRuntime: at .(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 04:42:56.973 5485 5557 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5485 11-25 04:42:56.973 5485 5557 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at ok.(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at .(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:42:56.973 5485 5557 E AndroidRuntime: at .(:0) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-25 04:46:05.907 6540 6574 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6540 11-25 04:46:05.907 6540 6574 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:46:05.907 6540 6574 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 04:46:13.939 6726 6933 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6726 11-25 04:46:13.939 6726 6933 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at ok.(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at .(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:46:13.939 6726 6933 E AndroidRuntime: at .(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 04:46:23.745 7035 7145 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7035 11-25 04:46:23.745 7035 7145 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at ok.(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at .(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:46:23.745 7035 7145 E AndroidRuntime: at .(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 04:46:41.666 7492 7662 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7492 11-25 04:46:41.666 7492 7662 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at ok.(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at .(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:46:41.666 7492 7662 E AndroidRuntime: at .(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 04:46:58.663 7962 8050 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7962 11-25 04:46:58.663 7962 8050 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at ok.(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at .(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 04:46:58.663 7962 8050 E AndroidRuntime: at .(:0) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-25 05:39:39.807 19743 19798 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19743 11-25 05:39:39.807 19743 19798 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 05:39:39.807 19743 19798 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 05:39:53.420 19990 20149 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19990 11-25 05:39:53.420 19990 20149 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at ok.(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at .(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 05:39:53.420 19990 20149 E AndroidRuntime: at .(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-25 06:05:26.161 27577 27672 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 27577 11-25 06:05:26.161 27577 27672 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at ok.(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at .(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 06:05:26.161 27577 27672 E AndroidRuntime: at .(:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-25 06:06:49.693 28050 28076 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28050 11-25 06:06:49.693 28050 28076 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-25 06:06:49.693 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-25 06:06:49.694 28050 28076 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-25 10:13:38.193 4062 4217 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4062 11-25 10:13:38.193 4062 4217 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-25 10:13:38.193 4062 4217 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 10:21:44.941 6103 6189 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6103 11-25 10:21:44.941 6103 6189 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at ok.(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at .(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 10:21:44.941 6103 6189 E AndroidRuntime: at .(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 10:22:03.937 6235 6318 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6235 11-25 10:22:03.937 6235 6318 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at ok.(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at .(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 10:22:03.937 6235 6318 E AndroidRuntime: at .(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 10:28:53.215 9873 9938 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9873 11-25 10:28:53.215 9873 9938 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at ok.(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at .(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 10:28:53.215 9873 9938 E AndroidRuntime: at .(:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-25 10:30:01.861 10360 10430 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10360 11-25 10:30:01.861 10360 10430 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-25 10:30:01.861 10360 10430 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-25 10:31:21.026 11093 11123 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11093 11-25 10:31:21.026 11093 11123 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:88) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:69) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 10:31:21.026 11093 11123 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: FATAL EXCEPTION: pool-17-thread-1 11-25 10:31:24.303 11332 11448 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11332 11-25 10:31:24.303 11332 11448 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at ok.(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at .(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 10:31:24.303 11332 11448 E AndroidRuntime: at .(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 10:31:57.572 11566 11644 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11566 11-25 10:31:57.572 11566 11644 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at ok.(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at .(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 10:31:57.572 11566 11644 E AndroidRuntime: at .(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 11:08:34.998 18043 18152 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 18043 11-25 11:08:34.998 18043 18152 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at ok.(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at .(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 11:08:34.998 18043 18152 E AndroidRuntime: at .(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 11:15:53.046 19606 19677 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19606 11-25 11:15:53.046 19606 19677 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at ok.(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at .(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 11:15:53.046 19606 19677 E AndroidRuntime: at .(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 11:15:57.919 19699 19756 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19699 11-25 11:15:57.919 19699 19756 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at ok.(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at .(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 11:15:57.919 19699 19756 E AndroidRuntime: at .(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 11:16:11.454 20044 20115 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20044 11-25 11:16:11.454 20044 20115 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at ok.(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at .(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 11:16:11.454 20044 20115 E AndroidRuntime: at .(:0) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: FATAL EXCEPTION: main 11-25 12:22:08.999 28537 28537 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 28537 11-25 12:22:08.999 28537 28537 E AndroidRuntime: java.lang.RuntimeException: Unable to start service org.thoughtcrime.securesms.gcm.FcmFetchForegroundService@942a932 with null: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service org.thoughtcrime.securesms/.gcm.FcmFetchForegroundService 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5165) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2469) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service org.thoughtcrime.securesms/.gcm.FcmFetchForegroundService 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:5075) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:5057) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3237) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3226) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3209) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3151) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7193) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.Service.startForeground(Service.java:776) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at org.thoughtcrime.securesms.gcm.FcmFetchForegroundService.postForegroundNotification(FcmFetchForegroundService.kt:142) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at org.thoughtcrime.securesms.gcm.FcmFetchForegroundService.onStartCommand(FcmFetchForegroundService.kt:126) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5147) 11-25 12:22:08.999 28537 28537 E AndroidRuntime: ... 9 more 11-25 12:30:16.200 30121 30193 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 12:30:16.200 30121 30193 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30121 11-25 12:30:16.200 30121 30193 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at ok.(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at .(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 12:30:16.200 30121 30193 E AndroidRuntime: at .(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-25 12:30:43.225 30242 30299 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 30242 11-25 12:30:43.225 30242 30299 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at ok.(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at .(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 12:30:43.225 30242 30299 E AndroidRuntime: at .(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 20:15:56.326 13274 13341 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13274 11-25 20:15:56.326 13274 13341 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at ok.(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at .(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 20:15:56.326 13274 13341 E AndroidRuntime: at .(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 20:16:20.820 14187 14259 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14187 11-25 20:16:20.820 14187 14259 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at ok.(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at .(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 20:16:20.820 14187 14259 E AndroidRuntime: at .(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-25 20:17:10.842 14587 14652 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14587 11-25 20:17:10.842 14587 14652 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at ok.(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at .(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 20:17:10.842 14587 14652 E AndroidRuntime: at .(:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-25 21:28:27.100 29154 29182 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29154 11-25 21:28:27.100 29154 29182 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markAsNotified(MessageTable.kt:2199) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:147) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.util.LeakyBucketLimiter.drip(LeakyBucketLimiter.java:100) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.util.LeakyBucketLimiter.$r8$lambda$zL1Wuf5VYsMZnN1ZPqrznv9xZQw(LeakyBucketLimiter.java:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.util.LeakyBucketLimiter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-25 21:28:27.100 29154 29182 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 21:28:39.896 29154 29219 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29154 11-25 21:28:39.896 29154 29219 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at ok.(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at .(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 21:28:39.896 29154 29219 E AndroidRuntime: at .(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-25 21:59:21.846 1341 1429 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1341 11-25 21:59:21.846 1341 1429 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at ok.(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at .(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 21:59:21.846 1341 1429 E AndroidRuntime: at .(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-25 21:59:45.412 1499 1598 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1499 11-25 21:59:45.412 1499 1598 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at ok.(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at .(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 21:59:45.412 1499 1598 E AndroidRuntime: at .(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-25 22:54:56.110 8451 8533 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8451 11-25 22:54:56.110 8451 8533 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at ok.(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at .(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 22:54:56.110 8451 8533 E AndroidRuntime: at .(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-25 23:02:28.434 10280 10360 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10280 11-25 23:02:28.434 10280 10360 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at Diagnostics results:.(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at ok.(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at .(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-25 23:02:28.434 10280 10360 E AndroidRuntime: at .(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 01:25:51.444 24814 24901 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24814 11-26 01:25:51.444 24814 24901 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at ok.(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at .(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 01:25:51.444 24814 24901 E AndroidRuntime: at .(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 03:01:02.182 3194 3596 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 3194 11-26 03:01:02.182 3194 3596 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at ok.(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at .(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 03:01:02.182 3194 3596 E AndroidRuntime: at .(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 03:03:27.471 5314 5392 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5314 11-26 03:03:27.471 5314 5392 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at ok.(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at .(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 03:03:27.471 5314 5392 E AndroidRuntime: at .(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 04:32:25.212 13363 13438 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13363 11-26 04:32:25.212 13363 13438 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at ok.(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at .(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 04:32:25.212 13363 13438 E AndroidRuntime: at .(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 04:41:08.640 15106 15192 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15106 11-26 04:41:08.640 15106 15192 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at ok.(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at .(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 04:41:08.640 15106 15192 E AndroidRuntime: at .(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 04:41:55.171 15397 15508 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15397 11-26 04:41:55.171 15397 15508 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at ok.(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at .(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 04:41:55.171 15397 15508 E AndroidRuntime: at .(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 04:42:00.231 15640 15778 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15640 11-26 04:42:00.231 15640 15778 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at ok.(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at .(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 04:42:00.231 15640 15778 E AndroidRuntime: at .(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 04:42:16.840 15800 15848 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15800 11-26 04:42:16.840 15800 15848 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at ok.(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at .(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 04:42:16.840 15800 15848 E AndroidRuntime: at .(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 05:13:05.663 23997 24058 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23997 11-26 05:13:05.663 23997 24058 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at ok.(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at .(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 05:13:05.663 23997 24058 E AndroidRuntime: at .(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-26 06:44:41.822 9687 9787 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 9687 11-26 06:44:41.822 9687 9787 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at ok.(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at .(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 06:44:41.822 9687 9787 E AndroidRuntime: at .(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-26 06:50:04.247 11513 11583 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11513 11-26 06:50:04.247 11513 11583 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at ok.(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at .(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 06:50:04.247 11513 11583 E AndroidRuntime: at .(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 06:50:46.324 11748 11822 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11748 11-26 06:50:46.324 11748 11822 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at ok.(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at .(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 06:50:46.324 11748 11822 E AndroidRuntime: at .(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 06:50:51.304 11847 11904 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11847 11-26 06:50:51.304 11847 11904 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at ok.(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at .(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 06:50:51.304 11847 11904 E AndroidRuntime: at .(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 06:50:59.503 11941 12014 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11941 11-26 06:50:59.503 11941 12014 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at ok.(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at .(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 06:50:59.503 11941 12014 E AndroidRuntime: at .(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 07:43:49.060 19489 19560 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 19489 11-26 07:43:49.060 19489 19560 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at ok.(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at .(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 07:43:49.060 19489 19560 E AndroidRuntime: at .(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 07:51:36.801 20619 20733 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 20619 11-26 07:51:36.801 20619 20733 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at ok.(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at .(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 07:51:36.801 20619 20733 E AndroidRuntime: at .(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 09:16:45.098 5803 5947 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 5803 11-26 09:16:45.098 5803 5947 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at ok.(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at .(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 09:16:45.098 5803 5947 E AndroidRuntime: at .(:0) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 10:00:15.892 13005 13075 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13005 11-26 10:00:15.892 13005 13075 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 10:00:15.892 13005 13075 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 10:02:55.049 13458 13526 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13458 11-26 10:02:55.049 13458 13526 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at ok.(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at .(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 10:02:55.049 13458 13526 E AndroidRuntime: at .(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 18:06:32.419 656 820 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 656 11-26 18:06:32.419 656 820 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 18:06:32.419 656 820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 18:06:32.419 656 820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 18:06:32.419 656 820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 18:06:32.419 656 820 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 18:06:32.419 656 820 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 18:06:32.419 656 820 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 18:06:32.419 656 820 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 18:06:32.419 656 820 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 18:06:32.419 656 820 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at ok.(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at .(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 18:06:32.419 656 820 E AndroidRuntime: at .(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 18:08:11.322 6044 6149 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6044 11-26 18:08:11.322 6044 6149 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at ok.(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at .(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 18:08:11.322 6044 6149 E AndroidRuntime: at .(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 19:12:16.265 15639 15699 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15639 11-26 19:12:16.265 15639 15699 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at ok.(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at .(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 19:12:16.265 15639 15699 E AndroidRuntime: at .(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 19:12:22.153 15732 15788 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15732 11-26 19:12:22.153 15732 15788 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at ok.(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at .(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 19:12:22.153 15732 15788 E AndroidRuntime: at .(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 19:12:34.121 15823 15947 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15823 11-26 19:12:34.121 15823 15947 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at ok.(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at .(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 19:12:34.121 15823 15947 E AndroidRuntime: at .(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 19:12:49.906 15969 16036 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 15969 11-26 19:12:49.906 15969 16036 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at ok.(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at .(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 19:12:49.906 15969 16036 E AndroidRuntime: at .(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: FATAL EXCEPTION: pool-20-thread-1 11-26 19:13:22.838 16081 16152 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 16081 11-26 19:13:22.838 16081 16152 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at ok.(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at .(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 19:13:22.838 16081 16152 E AndroidRuntime: at .(:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-26 20:30:09.375 29036 29138 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 29036 11-26 20:30:09.375 29036 29138 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.util.LeakyBucketLimiter.drip(LeakyBucketLimiter.java:100) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.util.LeakyBucketLimiter.$r8$lambda$zL1Wuf5VYsMZnN1ZPqrznv9xZQw(LeakyBucketLimiter.java:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.util.LeakyBucketLimiter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-26 20:30:09.375 29036 29138 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-26 20:41:04.500 31501 31531 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 31501 11-26 20:41:04.500 31501 31531 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-26 20:41:04.500 31501 31531 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-26 20:56:39.442 1306 1340 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1306 11-26 20:56:39.442 1306 1340 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-26 20:56:39.442 1306 1340 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-26 20:56:52.668 1525 1574 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 1525 11-26 20:56:52.668 1525 1574 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-26 20:56:52.668 1525 1574 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-26 23:19:30.247 17022 17050 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17022 11-26 23:19:30.247 17022 17050 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-26 23:19:30.247 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-26 23:19:30.248 17022 17050 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 23:19:30.318 17022 17085 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 17022 11-26 23:19:30.318 17022 17085 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at Diagnostics results:.(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at ok.(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at .(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-26 23:19:30.318 17022 17085 E AndroidRuntime: at .(:0) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-26 23:30:40.467 23007 23090 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23007 11-26 23:30:40.467 23007 23090 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 23:30:40.467 23007 23090 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-26 23:32:36.913 23719 23788 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23719 11-26 23:32:36.913 23719 23788 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-26 23:32:36.913 23719 23788 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 04:47:19.162 23988 24015 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23988 11-27 04:47:19.162 23988 24015 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-27 04:47:19.162 23988 24015 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 04:47:22.646 23988 24085 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 23988 11-27 04:47:22.646 23988 24085 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at ok.(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at .(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 04:47:22.646 23988 24085 E AndroidRuntime: at .(:0) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-27 04:47:39.544 24203 24245 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24203 11-27 04:47:39.544 24203 24245 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:39.544 24203 24245 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 04:47:39.809 24203 24367 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24203 11-27 04:47:39.809 24203 24367 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at ok.(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at .(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 04:47:39.809 24203 24367 E AndroidRuntime: at .(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 04:47:44.624 24584 24660 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24584 11-27 04:47:44.624 24584 24660 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at ok.(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at .(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 04:47:44.624 24584 24660 E AndroidRuntime: at .(:0) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-27 04:47:58.641 24748 24783 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24748 11-27 04:47:58.641 24748 24783 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:58.641 24748 24783 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 04:47:59.528 24748 24775 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24748 11-27 04:47:59.528 24748 24775 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-27 04:47:59.528 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.service.webrtc.SignalCallManager.lambda$peekGroupCall$42(SignalCallManager.java:482) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.service.webrtc.SignalCallManager.$r8$lambda$m1_TsctvMDHvcR4Q_I_rB-L6wYk(SignalCallManager.java:0) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.thoughtcrime.securesms.service.webrtc.SignalCallManager$$ExternalSyntheticLambda53.handleResponse(R8$$SyntheticClass:0) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.signal.ringrtc.CallManager.lambda$peekGroupCall$0(CallManager.java:1171) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.signal.ringrtc.CallManager.$r8$lambda$MsHrZWly2LsR2siP2l3M_lwszJY(CallManager.java:0) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.signal.ringrtc.CallManager$$ExternalSyntheticLambda0.handleResponse(R8$$SyntheticClass:0) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.signal.ringrtc.CallManager$Requests.resolve(CallManager.java:933) 11-27 04:47:59.529 24748 24775 E AndroidRuntime: at org.signal.ringrtc.CallManager.handlePeekResponse(CallManager.java:1605) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-3 11-27 04:47:59.658 24748 24784 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24748 11-27 04:47:59.658 24748 24784 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:59.658 24748 24784 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-4 11-27 04:47:59.769 24748 24888 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24748 11-27 04:47:59.769 24748 24888 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:59.769 24748 24888 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-0 11-27 04:47:59.956 24748 24772 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24748 11-27 04:47:59.956 24748 24772 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2185) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.markExpireStarted(MessageTable.kt:2176) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.lambda$presentTimer$2(ConversationItemFooter.java:379) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter.$r8$lambda$PPqUhuy6k-lYe7T-djh2MVckwdI(ConversationItemFooter.java:0) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.thoughtcrime.securesms.components.ConversationItemFooter$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:47:59.956 24748 24772 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-5 11-27 04:48:00.531 24748 24916 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24748 11-27 04:48:00.531 24748 24916 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:48:00.531 24748 24916 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 04:48:01.434 24748 24813 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24748 11-27 04:48:01.434 24748 24813 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at ok.(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at .(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 04:48:01.434 24748 24813 E AndroidRuntime: at .(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-27 04:48:05.507 24949 25112 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 24949 11-27 04:48:05.507 24949 25112 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at ok.(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at .(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 04:48:05.507 24949 25112 E AndroidRuntime: at .(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 04:48:38.652 25190 25290 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25190 11-27 04:48:38.652 25190 25290 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at ok.(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at .(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 04:48:38.652 25190 25290 E AndroidRuntime: at .(:0) --------- beginning of kernel 11-27 06:28:52.246 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:28:52.249 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:28:52.249 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:28:52.415 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:28:52.482 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:28:52.515 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:28:52.550 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:28:52.582 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:28:52.615 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:28:52.622 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:28:52.622 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 06:28:52.774 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:28:52.789 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:29:01.528 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:29:01.528 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:29:01.534 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:29:01.534 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:29:01.556 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:29:01.581 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:29:01.599 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:29:01.599 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:29:01.599 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:29:01.599 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:29:01.724 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:01.756 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:01.790 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:01.830 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:01.857 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:01.861 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:29:01.861 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 06:29:02.011 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:29:02.027 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:29:02.050 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:29:02.050 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:29:02.073 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:29:02.074 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:29:02.090 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:29:02.090 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:29:02.090 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:29:02.090 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:29:02.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.309 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.346 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.377 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.416 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.442 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.479 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.510 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.545 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.584 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.609 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.644 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.679 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.712 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.744 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.777 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.811 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.844 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.889 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.912 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.947 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:02.978 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.011 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.044 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.076 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.111 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.144 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.179 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.211 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:29:03.255 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:29:03.256 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 06:29:03.402 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:29:03.414 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:30:25.934 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:30:25.936 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:30:25.955 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:30:25.955 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:30:26.005 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:30:26.005 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:30:26.022 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:30:26.022 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:30:26.022 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:30:26.022 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:30:26.127 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:30:26.195 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:30:26.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:30:26.244 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 06:30:26.244 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 06:30:26.263 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:30:26.263 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 06:30:26.275 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 06:30:26.418 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:30:26.426 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:31:00.620 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:31:00.620 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:31:00.651 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:31:00.651 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:31:14.819 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:31:51.099 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:31:51.100 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:31:51.109 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:31:51.109 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:31:51.166 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:31:51.167 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:31:51.167 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:31:51.167 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:31:51.167 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:31:51.167 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:31:51.294 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.361 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.399 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.427 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.457 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.490 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.524 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.559 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.592 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.624 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.657 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.706 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.724 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.776 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.827 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.881 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:31:51.902 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 06:31:51.902 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 06:31:51.902 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 06:31:51.902 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 06:31:51.902 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 06:31:51.902 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:31:51.903 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 06:31:51.903 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-27 06:31:51.931 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:31:51.931 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 06:31:52.032 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 06:31:52.033 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:31:52.052 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:31:52.056 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 06:31:52.061 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 06:31:52.061 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 06:31:52.061 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:31:52.071 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 06:31:52.071 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 06:31:52.071 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 465 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 285 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1832 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1875 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1895 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1832 11-27 06:31:52.078 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 06:31:52.078 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:31:52.083 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:31:52.095 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-27 06:31:52.126 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 315306239 } is later than auth token time Timestamp { milliseconds: 315220358 11-27 06:31:52.126 0 0 I trusty : } + 15 seconds") 11-27 06:31:52.130 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 06:31:52.130 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-27 06:31:52.300 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 83ms 11-27 06:31:52.302 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=264 11-27 06:31:52.313 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:31:52.313 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:31:52.362 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 06:31:52.362 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 61ms 11-27 06:31:52.363 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=5 post_auth_save_flag=0. 11-27 06:31:52.363 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-27 06:31:52.363 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 06:31:52.363 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 06:31:52.363 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 06:31:52.364 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 06:31:52.364 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 144ms 11-27 06:31:52.366 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 06:31:52.373 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 06:31:52.373 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 06:32:17.396 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:32:17.396 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:32:17.405 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:32:17.405 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:32:28.179 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:40:23.953 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:40:23.953 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:40:24.002 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:40:24.019 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:40:24.035 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:40:24.035 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:40:24.059 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:40:24.060 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:40:24.060 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:40:24.060 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:40:24.155 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:40:24.224 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:40:24.255 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:40:24.287 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:40:24.320 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:40:24.369 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:40:24.419 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:40:24.419 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 06:40:24.582 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:40:24.600 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:40:25.012 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:40:25.012 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:40:25.026 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:40:25.026 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:40:25.043 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:40:25.043 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:40:25.043 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:40:25.043 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:40:25.066 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 06:40:25.066 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 06:40:25.066 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 06:40:25.066 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 06:40:25.067 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 06:40:25.067 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:40:25.067 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 06:40:25.067 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 06:40:25.186 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:40:25.186 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 06:40:25.186 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:40:25.190 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.190 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:40:25.196 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 06:40:25.200 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 06:40:25.200 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 06:40:25.200 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:40:25.210 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 06:40:25.210 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 06:40:25.210 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 624 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 126 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1923 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1975 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1995 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1932 11-27 06:40:25.215 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 06:40:25.215 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:40:25.263 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 315819376 } is later than auth token time Timestamp { milliseconds: 315220358 11-27 06:40:25.263 0 0 I trusty : } + 15 seconds") 11-27 06:40:25.264 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:40:25.271 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:40:25.467 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 118ms 11-27 06:40:25.468 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=265 11-27 06:40:25.468 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 06:40:25.468 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:40:25.534 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-27 06:40:25.534 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 66ms 11-27 06:40:25.536 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=6 post_auth_save_flag=0. 11-27 06:40:25.536 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=6 save_extra_feature_flag=0. 11-27 06:40:25.536 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 06:40:25.536 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 06:40:25.536 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 06:40:25.536 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:40:25.536 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:40:25.538 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 06:40:25.538 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 185ms 11-27 06:40:25.544 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 06:40:25.593 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 06:40:25.593 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-27 06:41:13.074 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:43:47.907 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:43:47.907 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:43:47.924 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:43:47.924 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:43:47.963 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:43:47.963 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:43:47.979 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:43:47.979 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:43:47.979 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:43:47.979 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:43:48.122 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:43:48.159 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:43:48.193 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:43:48.229 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:43:48.275 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:43:48.327 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:43:48.327 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 06:43:48.327 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 06:43:48.346 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:43:48.346 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 06:43:48.353 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 06:43:48.487 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:43:48.500 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-27 06:43:51.645 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:45:49.292 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:46:28.737 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:46:28.737 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:46:28.797 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:46:28.797 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:46:28.953 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:46:28.953 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:46:28.970 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:46:28.970 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:46:28.970 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:46:28.970 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:46:28.977 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.032 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.067 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.100 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.132 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.168 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.201 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.235 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.265 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.303 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.339 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.367 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.401 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.445 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.467 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.499 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.529 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 06:46:29.530 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 06:46:29.530 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 06:46:29.530 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 06:46:29.530 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 06:46:29.530 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:46:29.530 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 06:46:29.530 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 06:46:29.532 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.569 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.600 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.633 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.659 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 06:46:29.660 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:46:29.663 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.667 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:46:29.668 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 06:46:29.672 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 06:46:29.672 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 06:46:29.672 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:46:29.684 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 06:46:29.684 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 06:46:29.684 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 439 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 230 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1793 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1836 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1843 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1806 11-27 06:46:29.688 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 06:46:29.688 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:46:29.688 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:46:29.697 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:46:29.712 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 06:46:29.723 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 316183837 } is later than auth token time Timestamp { milliseconds: 316022439 11-27 06:46:29.723 0 0 I trusty : } + 15 seconds") 11-27 06:46:29.891 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 60ms 11-27 06:46:29.892 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=266 11-27 06:46:29.895 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 06:46:29.895 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 06:46:29.944 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 06:46:29.945 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 53ms 11-27 06:46:29.948 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=7 post_auth_save_flag=0. 11-27 06:46:29.948 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=7 save_extra_feature_flag=0. 11-27 06:46:29.948 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 06:46:29.948 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 06:46:29.948 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 06:46:29.949 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 06:46:29.949 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 113ms 11-27 06:46:29.953 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 06:46:29.962 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 06:46:29.962 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 06:46:33.102 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:46:33.102 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:47:28.692 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:48:20.157 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:48:20.157 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:48:20.189 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:48:20.189 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:48:20.207 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:48:20.207 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:48:20.224 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:48:20.224 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:48:20.224 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:48:20.224 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:48:20.375 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.430 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 06:48:20.430 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 06:48:20.435 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 06:48:20.435 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 06:48:20.435 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 06:48:20.435 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:48:20.435 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 06:48:20.435 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 06:48:20.440 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.473 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.508 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.540 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 06:48:20.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 06:48:20.558 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 06:48:20.558 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 113ms 11-27 06:48:20.558 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-27 06:48:20.559 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 06:48:20.574 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.606 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.648 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.673 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.724 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:48:20.778 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:48:20.778 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 06:48:20.779 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 06:48:20.797 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:48:20.798 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 06:48:20.803 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 06:48:20.934 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:48:20.947 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:50:18.321 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:50:59.604 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:50:59.604 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:50:59.705 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:50:59.705 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:50:59.731 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:50:59.731 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:50:59.747 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:50:59.747 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:50:59.747 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:50:59.747 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:50:59.769 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:50:59.834 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:50:59.874 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:50:59.907 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:50:59.935 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:50:59.970 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:51:00.003 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:51:00.034 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:51:00.039 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:51:00.039 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 06:51:00.190 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:51:00.204 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:52:33.416 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:52:33.416 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:52:33.432 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:52:33.432 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:52:33.440 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:52:33.440 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:52:33.459 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:52:33.460 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:52:33.460 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:52:33.460 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:52:33.620 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:52:33.686 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:52:33.722 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:52:33.754 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:52:33.787 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:52:33.834 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 06:52:33.834 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 06:52:33.834 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 06:52:33.834 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 06:52:33.834 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 06:52:33.834 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:52:33.838 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:52:33.838 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 06:52:33.838 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=3, expo=91, want delay = 78 11-27 06:52:33.898 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:52:33.914 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 06:52:33.959 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 06:52:33.962 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 06:52:33.963 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 06:52:33.963 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 113ms 11-27 06:52:33.963 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-27 06:52:33.964 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 06:52:33.982 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:52:33.982 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 06:52:33.989 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 06:52:34.050 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:52:34.067 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-27 06:54:27.184 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:55:02.636 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:55:02.636 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:55:02.643 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:55:02.643 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:55:02.689 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:55:02.689 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:55:02.706 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:55:02.706 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:55:02.706 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:55:02.706 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:55:02.857 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:55:02.928 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:55:02.977 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:55:02.977 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 06:55:03.013 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 06:55:03.013 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 06:55:03.013 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 06:55:03.013 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 06:55:03.013 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 06:55:03.015 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:55:03.018 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 06:55:03.018 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=2, expo=91, want delay = 79 11-27 06:55:03.122 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:55:03.131 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:55:03.150 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 06:55:03.150 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 06:55:03.150 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 06:55:03.150 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 113ms 11-27 06:55:03.150 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-27 06:55:03.150 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 06:55:03.182 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:55:03.182 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 06:55:03.186 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 06:56:33.330 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 06:57:39.135 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 06:57:39.135 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 06:57:39.174 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 06:57:39.174 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 06:57:39.212 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 06:57:39.223 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 06:57:39.223 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 06:57:39.223 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 06:57:39.223 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 06:57:39.223 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 06:57:39.346 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:57:39.415 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:57:39.426 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 06:57:39.426 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 06:57:39.426 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 06:57:39.426 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 06:57:39.426 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 06:57:39.426 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:57:39.426 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 06:57:39.426 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 06:57:39.448 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:57:39.480 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 06:57:39.532 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 06:57:39.532 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 06:57:39.544 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 06:57:39.544 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:57:39.546 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.546 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 06:57:39.553 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 06:57:39.557 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 06:57:39.557 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 06:57:39.557 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 06:57:39.564 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 06:57:39.564 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 06:57:39.564 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 515 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 126 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1863 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1906 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1923 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1863 11-27 06:57:39.569 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 06:57:39.569 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:57:39.683 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 06:57:39.696 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:57:39.721 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 06:57:39.721 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 06:57:39.773 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 81ms 11-27 06:57:39.776 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=267 11-27 06:57:39.837 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 06:57:39.837 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 63ms 11-27 06:57:39.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=8 post_auth_save_flag=0. 11-27 06:57:39.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=8 save_extra_feature_flag=0. 11-27 06:57:39.838 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 06:57:39.838 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 06:57:39.838 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 06:57:39.840 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 06:57:39.840 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 145ms 11-27 06:57:39.843 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 06:57:39.848 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 06:57:39.848 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 06:57:39.853 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 06:57:39.853 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 06:57:39.860 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 06:59:10.569 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:01:43.220 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:01:43.220 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:01:43.256 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:01:43.256 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:01:43.294 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:01:43.294 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:01:43.311 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:01:43.311 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:01:43.311 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:01:43.311 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:01:43.402 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:01:43.473 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:01:43.503 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:01:43.536 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:01:43.573 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:01:43.620 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:01:43.667 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:01:43.667 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 07:01:43.667 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:01:43.691 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:01:43.691 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:01:43.701 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:01:43.824 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:01:43.835 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-27 07:05:29.349 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:10:14.690 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:10:14.690 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:10:14.739 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:10:14.739 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:10:14.764 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:10:14.764 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:10:14.789 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:10:14.789 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:10:14.789 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:10:14.789 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:10:14.900 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:10:14.965 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:10:15.012 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 07:10:15.012 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 07:10:15.012 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 07:10:15.012 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 07:10:15.012 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 07:10:15.012 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:10:15.012 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 07:10:15.012 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 07:10:15.030 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:10:15.030 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 07:10:15.030 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:10:15.132 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 07:10:15.133 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 07:10:15.134 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 07:10:15.134 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 144ms 11-27 07:10:15.134 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-27 07:10:15.135 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 07:10:15.152 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:10:15.152 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:10:15.164 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:10:15.201 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:10:15.218 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:10:18.793 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:10:18.793 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:11:47.664 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:13:44.127 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:13:44.127 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:13:44.189 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:13:44.189 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:13:44.209 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:13:44.210 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:13:44.223 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:13:44.223 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:13:44.223 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:13:44.223 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:13:44.355 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:13:44.387 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:13:44.421 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:13:44.457 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:13:44.490 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:13:44.494 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:13:44.494 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 07:13:44.653 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:13:44.668 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:14:50.023 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:14:50.023 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:14:50.090 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:14:50.090 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:14:50.126 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:14:50.126 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:14:50.143 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:14:50.143 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:14:50.143 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:14:50.143 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:14:50.214 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:14:50.282 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:14:50.340 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:14:50.340 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 07:14:50.340 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:14:50.349 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:14:50.350 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:14:50.358 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:14:50.510 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:14:50.519 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:16:20.961 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:16:21.092 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:16:21.092 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:16:21.138 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:16:21.138 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:16:21.165 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:16:21.165 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:16:21.184 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:16:21.184 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:16:21.184 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:16:21.184 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:16:21.291 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.356 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.392 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.424 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.458 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.492 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.522 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.561 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.590 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.623 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.656 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.691 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:21.716 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:16:21.728 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:16:22.823 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:16:22.823 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:16:22.863 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:16:22.863 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:16:22.910 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:16:22.910 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:16:22.926 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:16:22.926 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:16:22.926 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:16:22.926 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:16:23.023 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.089 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.124 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.156 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.190 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.222 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.258 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.280 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 07:16:23.280 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 07:16:23.280 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 07:16:23.280 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 07:16:23.280 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 07:16:23.280 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:16:23.280 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 07:16:23.280 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 07:16:23.294 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.323 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.359 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.392 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:16:23.398 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 07:16:23.399 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 07:16:23.408 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:16:23.408 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.408 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:16:23.412 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 07:16:23.416 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 07:16:23.416 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 07:16:23.416 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:16:23.427 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 07:16:23.427 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 07:16:23.427 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 457 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 114 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1826 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1875 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1902 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1822 11-27 07:16:23.432 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 07:16:23.432 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:16:23.465 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:16:23.472 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 317977586 } is later than auth token time Timestamp { milliseconds: 317884453 11-27 07:16:23.473 0 0 I trusty : } + 15 seconds") 11-27 07:16:23.478 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:16:23.632 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 68ms 11-27 07:16:23.636 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=268 11-27 07:16:23.685 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 07:16:23.685 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:16:23.688 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 07:16:23.688 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-27 07:16:23.688 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=9 post_auth_save_flag=0. 11-27 07:16:23.688 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=9 save_extra_feature_flag=0. 11-27 07:16:23.688 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 07:16:23.689 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 07:16:23.689 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 07:16:23.692 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 07:16:23.692 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 124ms 11-27 07:16:23.695 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 07:16:23.701 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 07:16:23.701 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 07:17:54.498 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:18:48.864 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:18:48.864 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:18:48.869 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:18:48.869 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:18:48.895 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:18:48.895 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:18:48.911 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:18:48.912 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:18:48.912 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:18:48.912 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:18:49.076 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.143 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.175 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.209 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.242 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.276 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.309 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.362 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.374 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.427 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:18:49.476 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:18:49.476 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 07:18:49.476 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:18:49.501 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:18:49.501 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:18:49.506 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:18:49.638 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:18:49.650 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:18:50.696 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:18:50.697 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:20:42.749 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:22:45.572 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:22:45.572 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:22:45.617 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:22:45.617 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:22:45.641 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:22:45.643 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:22:45.660 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:22:45.671 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:22:45.671 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:22:45.671 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:22:45.764 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:22:45.830 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:22:45.864 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:22:45.897 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:22:45.907 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 07:22:45.907 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 07:22:45.907 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 07:22:45.907 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 07:22:45.908 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 07:22:45.909 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:22:45.909 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 07:22:45.909 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 07:22:45.954 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:22:46.008 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:22:46.008 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 07:22:46.030 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 07:22:46.030 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 07:22:46.031 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:22:46.031 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:22:46.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.032 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:22:46.036 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 07:22:46.041 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 07:22:46.041 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 07:22:46.041 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:22:46.049 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 07:22:46.049 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 07:22:46.049 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 607 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 215 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1881 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1923 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1968 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1876 11-27 07:22:46.057 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 07:22:46.057 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:22:46.075 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 318360188 } is later than auth token time Timestamp { milliseconds: 318123589 11-27 07:22:46.075 0 0 I trusty : } + 15 seconds") 11-27 07:22:46.157 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:22:46.169 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:22:46.177 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 07:22:46.177 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:22:46.248 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 58ms 11-27 07:22:46.253 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=269 11-27 07:22:46.292 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-27 07:22:46.292 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-27 07:22:46.294 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 07:22:46.294 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-27 07:22:46.294 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 07:22:46.294 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 42ms 11-27 07:22:46.294 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 07:22:46.294 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 07:22:46.294 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 07:22:46.297 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=10 post_auth_save_flag=0. 11-27 07:22:46.297 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=0 save_extra_feature_flag=1. 11-27 07:22:46.297 0 0 I trusty : [GF_TA][I][gf_delmar_algo][gf_algo_save_extra_feature] save extra feature 11-27 07:22:46.308 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_extra_feature.so 0 11-27 07:22:47.105 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_extra_feature.so not found 11-27 07:22:47.105 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 07:22:47.105 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 07:22:47.105 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 07:22:47.107 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 07:22:47.107 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 100ms 11-27 07:22:47.112 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 07:22:47.118 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 07:22:47.120 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 07:22:47.213 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:22:47.213 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:25:02.937 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:25:48.717 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:25:48.717 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:25:48.735 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:25:48.735 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:25:48.765 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:25:48.765 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:25:48.782 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:25:48.782 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:25:48.782 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:25:48.782 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:25:48.956 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.021 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.056 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.088 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.120 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.156 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.189 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.220 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.253 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.287 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.320 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.354 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.406 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:25:49.457 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:25:49.458 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:25:49.485 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 07:25:49.485 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 07:25:49.485 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 07:25:49.485 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 07:25:49.485 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 07:25:49.485 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:25:49.486 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 07:25:49.486 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 07:25:49.606 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 07:25:49.606 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 07:25:49.608 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 07:25:49.608 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 100ms 11-27 07:25:49.608 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-27 07:25:49.612 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 07:25:49.624 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:25:49.624 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:25:49.624 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:25:49.637 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:25:49.669 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:27:22.034 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:34:10.423 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:34:10.423 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:34:10.441 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:34:10.441 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:34:10.456 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:34:10.456 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:34:10.481 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:34:10.481 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:34:10.481 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:34:10.481 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:34:10.628 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:10.678 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:10.729 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:34:10.729 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 07:34:10.730 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:34:10.745 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:34:10.745 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:34:10.750 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:34:10.885 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:34:10.900 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-27 07:34:19.631 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:34:21.664 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:34:21.664 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:34:21.675 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:34:21.675 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:34:21.713 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:34:21.713 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:34:21.739 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:34:21.739 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:34:21.739 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:34:21.739 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:34:21.837 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:21.902 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:21.935 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:21.968 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:22.003 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:22.042 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:22.068 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:22.103 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:34:22.107 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:34:22.107 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 07:34:22.268 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:34:22.285 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-27 07:35:10.675 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:35:10.675 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:35:10.695 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:35:10.695 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:35:10.706 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:35:10.706 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:35:10.724 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:35:10.724 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:35:10.724 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:35:10.724 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:35:10.857 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:35:10.924 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:35:10.979 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:35:10.979 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:35:10.987 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:35:10.987 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:35:10.996 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:35:11.115 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:35:11.126 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2146304, maximum footprint: 11640832 11-27 07:36:57.525 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:38:54.617 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:38:54.617 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:38:54.630 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:38:54.630 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:38:54.681 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:38:54.681 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:38:54.698 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:38:54.698 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:38:54.698 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:38:54.698 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:38:54.823 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:38:54.891 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:38:54.924 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:38:54.958 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:38:54.968 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 07:38:54.968 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 07:38:54.968 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 07:38:54.968 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 07:38:54.968 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 07:38:54.971 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:38:54.971 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 07:38:54.971 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 07:38:55.017 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:38:55.068 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:38:55.068 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 07:38:55.091 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 07:38:55.092 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:38:55.096 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.096 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:38:55.100 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 07:38:55.104 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 07:38:55.104 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 07:38:55.104 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:38:55.116 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 07:38:55.116 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 07:38:55.116 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 511 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 94 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1852 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1906 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1939 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1869 11-27 07:38:55.123 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 07:38:55.123 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:38:55.177 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 319329288 } is later than auth token time Timestamp { milliseconds: 319105089 11-27 07:38:55.177 0 0 I trusty : } + 15 seconds") 11-27 07:38:55.220 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:38:55.237 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:38:55.254 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 07:38:55.254 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:38:55.334 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 69ms 11-27 07:38:55.352 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=270 11-27 07:38:55.407 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 07:38:55.407 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-27 07:38:55.407 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=11 post_auth_save_flag=0. 11-27 07:38:55.407 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=1 save_extra_feature_flag=0. 11-27 07:38:55.407 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 07:38:55.407 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 07:38:55.407 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 07:38:55.414 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 07:38:55.414 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 124ms 11-27 07:38:55.414 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 07:38:55.418 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 07:38:55.418 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 07:42:31.531 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:43:05.627 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:43:05.627 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:43:05.644 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:43:05.644 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:43:05.676 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:43:05.676 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:43:05.687 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:43:05.687 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:43:05.687 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:43:05.687 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:43:05.839 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:05.905 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:05.950 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:05.973 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:06.006 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:06.041 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:06.072 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:06.106 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:06.110 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 07:43:06.110 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 07:43:06.110 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 07:43:06.110 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 07:43:06.110 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 07:43:06.110 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:43:06.111 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 07:43:06.111 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 07:43:06.146 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:06.197 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:43:06.230 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 07:43:06.230 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:43:06.234 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 07:43:06.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 07:43:06.240 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 07:43:06.244 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 07:43:06.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 07:43:06.244 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 07:43:06.253 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 07:43:06.253 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 07:43:06.253 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 474 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 100 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1840 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1884 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1915 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1851 11-27 07:43:06.258 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 07:43:06.258 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:43:06.273 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:43:06.273 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 07:43:06.306 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 319580418 } is later than auth token time Timestamp { milliseconds: 319105089 11-27 07:43:06.306 0 0 I trusty : } + 15 seconds") 11-27 07:43:06.437 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:43:06.447 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:43:06.462 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 07:43:06.462 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:43:06.481 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 83ms 11-27 07:43:06.481 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=271 11-27 07:43:06.540 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 07:43:06.540 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 58ms 11-27 07:43:06.540 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=12 post_auth_save_flag=0. 11-27 07:43:06.540 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=2 save_extra_feature_flag=0. 11-27 07:43:06.540 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 07:43:06.543 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 07:43:06.543 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 07:43:06.546 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 07:43:06.546 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 142ms 11-27 07:43:06.548 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 07:43:06.558 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 07:43:06.558 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 07:55:43.594 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:57:03.367 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:57:03.367 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:57:03.389 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:57:03.389 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:57:03.442 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:57:03.442 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:57:03.459 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:57:03.459 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:57:03.459 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:57:03.459 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:57:03.543 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:57:03.602 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:57:03.654 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:57:03.654 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 07:57:03.654 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:57:03.673 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:57:03.673 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:57:03.679 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:57:03.825 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:57:03.833 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:57:04.089 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 07:57:04.663 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:57:04.663 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:59:13.626 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 07:59:13.626 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 07:59:13.645 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 07:59:13.645 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 07:59:13.742 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 07:59:13.756 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 07:59:13.758 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 07:59:13.758 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 07:59:13.758 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 07:59:13.758 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 07:59:13.803 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:59:13.866 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:59:13.901 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:59:13.933 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:59:13.965 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:59:14.017 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 07:59:14.070 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 07:59:14.070 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 07:59:14.070 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 07:59:14.093 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 07:59:14.093 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 07:59:14.102 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 07:59:14.237 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 07:59:14.251 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 07:59:14.302 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 08:05:10.288 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 08:05:10.288 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 08:05:10.319 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 08:05:10.319 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 08:05:10.377 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 08:05:10.380 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 08:05:10.395 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 08:05:10.395 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 08:05:10.395 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 08:05:10.395 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 08:05:10.460 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.528 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.562 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.596 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.631 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.659 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.694 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.731 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.762 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.793 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.828 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.861 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.895 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.928 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.961 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:10.994 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.031 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.060 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.094 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.128 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.161 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.197 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.231 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.263 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.295 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.330 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.361 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.396 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.428 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.462 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.496 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.531 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.565 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.595 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.630 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.662 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.696 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.728 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.761 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.794 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.833 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.862 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.893 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.928 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.961 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:11.995 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.029 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.062 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.094 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.130 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.162 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.194 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.228 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.260 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.296 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.330 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.361 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.399 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.431 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.463 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.496 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.529 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.564 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.598 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.632 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.667 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.698 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.733 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.764 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.797 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.829 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.867 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.896 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.928 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.962 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:12.967 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 08:05:12.967 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 08:05:13.126 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 08:05:13.140 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 08:05:20.705 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 08:05:20.706 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 08:05:20.712 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 08:05:20.712 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 08:05:20.763 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 08:05:20.763 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 08:05:20.780 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 08:05:20.780 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 08:05:20.780 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 08:05:20.780 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 08:05:20.893 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:20.962 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:20.998 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.029 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.081 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.094 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.127 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.160 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.197 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.230 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.262 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.295 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.328 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.364 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.399 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.430 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.462 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.498 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.528 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.562 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.595 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.629 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.663 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.696 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.731 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.767 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.796 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.839 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.862 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.897 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.928 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.965 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:21.999 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.028 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.063 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.095 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.127 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.163 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.196 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.228 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.261 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.307 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.336 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.360 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.392 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.430 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.460 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.493 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.529 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.586 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:05:22.638 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 08:05:22.638 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 08:05:22.638 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 08:05:22.654 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 08:05:22.654 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 08:05:22.663 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 08:05:22.782 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 08:05:22.794 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-27 08:27:58.997 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 08:28:13.958 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 08:28:13.958 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 08:28:13.977 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 08:28:13.977 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 08:28:14.001 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 08:28:14.001 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 08:28:14.019 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 08:28:14.019 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 08:28:14.019 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 08:28:14.019 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 08:28:14.302 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:28:14.367 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:28:14.375 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 08:28:14.375 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 08:28:14.375 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 08:28:14.375 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 08:28:14.375 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 08:28:14.375 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 08:28:14.376 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 08:28:14.376 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 08:28:14.398 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:28:14.432 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:28:14.465 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:28:14.493 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 08:28:14.494 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:28:14.497 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.500 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:28:14.502 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 08:28:14.507 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 08:28:14.507 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 08:28:14.507 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 08:28:14.515 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 08:28:14.515 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 08:28:14.515 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 404 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 227 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1770 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1816 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1831 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1774 11-27 08:28:14.522 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 08:28:14.522 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 08:28:14.530 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 08:28:14.534 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 322288647 } is later than auth token time Timestamp { milliseconds: 320916751 11-27 08:28:14.534 0 0 I trusty : } + 15 seconds") 11-27 08:28:14.549 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 08:28:14.695 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 08:28:14.695 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 08:28:14.736 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 69ms 11-27 08:28:14.746 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=272 11-27 08:28:14.791 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 08:28:14.791 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-27 08:28:14.795 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=13 post_auth_save_flag=0. 11-27 08:28:14.795 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=3 save_extra_feature_flag=0. 11-27 08:28:14.795 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 08:28:14.795 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 08:28:14.795 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 08:28:14.795 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 08:28:14.795 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 124ms 11-27 08:28:14.798 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 08:28:14.804 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 08:28:14.804 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 08:41:41.311 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 08:47:17.973 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 08:47:17.973 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 08:47:17.985 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 08:47:17.985 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 08:47:18.006 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 08:47:18.034 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 08:47:18.034 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 08:47:18.034 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 08:47:18.034 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 08:47:18.034 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 08:47:18.534 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:47:18.535 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 08:47:18.535 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 08:47:18.535 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 08:47:18.535 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 08:47:18.535 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 08:47:18.535 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 08:47:18.536 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 08:47:18.536 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 08:47:18.598 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:47:18.628 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:47:18.655 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 08:47:18.655 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:47:18.658 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.658 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:47:18.662 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 08:47:18.665 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 08:47:18.665 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 08:47:18.665 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 08:47:18.678 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 08:47:18.678 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 08:47:18.678 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :231 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 231 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 318 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 531 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1716 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1759 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1774 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1716 11-27 08:47:18.685 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 08:47:18.685 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 08:47:18.686 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:47:18.696 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:47:18.706 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 08:47:18.718 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 323432830 } is later than auth token time Timestamp { milliseconds: 320916751 11-27 08:47:18.721 0 0 I trusty : } + 15 seconds") 11-27 08:47:18.722 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 08:47:18.881 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 62ms 11-27 08:47:18.887 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=273 11-27 08:47:18.924 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 08:47:18.924 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 57ms 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=14 post_auth_save_flag=0. 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=4 save_extra_feature_flag=0. 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 08:47:18.941 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 08:47:18.941 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 119ms 11-27 08:47:18.946 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 08:47:18.952 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 08:47:18.952 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-27 08:47:46.657 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 08:49:51.906 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 08:57:12.711 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 08:59:32.170 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 08:59:46.411 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 08:59:46.411 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 08:59:46.418 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 08:59:46.418 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 08:59:46.441 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 08:59:46.441 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 08:59:46.459 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 08:59:46.459 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 08:59:46.459 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 08:59:46.459 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 08:59:46.883 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:46.947 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:46.980 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.013 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.049 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.060 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 08:59:47.060 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 08:59:47.060 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 08:59:47.060 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 08:59:47.060 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 08:59:47.060 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 08:59:47.061 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 08:59:47.061 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 08:59:47.080 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.113 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.152 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.180 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 08:59:47.180 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.180 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:59:47.188 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.188 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 08:59:47.193 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 08:59:47.199 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0602 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0006 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0006 11-27 08:59:47.199 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 08:59:47.199 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 08:59:47.206 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 08:59:47.206 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 08:59:47.206 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 451 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 460 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1801 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1854 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1869 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1814 11-27 08:59:47.211 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 08:59:47.211 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 08:59:47.220 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 08:59:47.227 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 324181341 } is later than auth token time Timestamp { milliseconds: 320916751 11-27 08:59:47.227 0 0 I trusty : } + 15 seconds") 11-27 08:59:47.239 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 08:59:47.253 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 08:59:47.416 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 60ms 11-27 08:59:47.418 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=274 11-27 08:59:47.459 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 08:59:47.459 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 08:59:47.478 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-27 08:59:47.478 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 59ms 11-27 08:59:47.482 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=15 post_auth_save_flag=0. 11-27 08:59:47.482 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-27 08:59:47.482 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 08:59:47.482 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 08:59:47.482 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 08:59:47.482 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template]Template size = *** 11-27 08:59:47.491 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_algo_encode_finger_template] encode cost:5 get size cost:0 11-27 08:59:47.491 0 0 I trusty : [GF_TA][I][gf_finger_list][gf_fingerlist_get_finger_pdu] encode template cost:5 ms 11-27 08:59:47.496 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0.so 0 11-27 08:59:48.356 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0.so not found 11-27 08:59:48.356 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0_bak.so 0 11-27 08:59:49.068 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0_bak.so not found 11-27 08:59:49.069 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template] success to save finger(***)'s so(finger_0_0_bak.so) 11-27 08:59:49.069 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0.so 0 11-27 08:59:49.077 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0.so not found 11-27 08:59:49.077 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0_bak.so 0 11-27 08:59:49.085 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0_bak.so not found 11-27 08:59:49.088 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 2ms 11-27 08:59:49.088 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 121ms 11-27 08:59:49.094 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 08:59:49.102 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 08:59:49.102 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-27 09:01:55.574 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 09:04:18.862 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 09:04:18.862 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 09:04:18.881 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 09:04:18.881 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 09:04:18.935 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 09:04:18.935 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 09:04:18.956 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 09:04:18.957 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 09:04:18.957 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 09:04:18.957 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 09:04:19.069 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.132 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.165 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.200 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.236 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.272 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.299 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.334 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.367 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.401 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.434 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.474 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.500 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.523 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 09:04:19.523 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 09:04:19.523 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 09:04:19.523 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 09:04:19.523 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 09:04:19.523 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 09:04:19.524 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 09:04:19.524 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 09:04:19.535 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.577 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.601 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.632 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.643 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 09:04:19.647 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:04:19.650 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.650 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 09:04:19.657 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 09:04:19.657 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 09:04:19.672 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 09:04:19.672 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 09:04:19.672 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 476 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 757 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1840 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1870 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1890 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1844 11-27 09:04:19.677 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 09:04:19.677 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 09:04:19.677 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:04:19.690 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 324453803 } is later than auth token time Timestamp { milliseconds: 320916751 11-27 09:04:19.714 0 0 I trusty : } + 15 seconds") 11-27 09:04:19.714 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 09:04:19.714 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 09:04:19.869 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 62ms 11-27 09:04:19.871 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=275 11-27 09:04:19.873 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 09:04:19.873 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 09:04:19.933 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 09:04:19.933 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 61ms 11-27 09:04:19.933 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=16 post_auth_save_flag=0. 11-27 09:04:19.933 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=6 save_extra_feature_flag=0. 11-27 09:04:19.933 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 09:04:19.933 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 09:04:19.933 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 09:04:19.935 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 09:04:19.935 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 123ms 11-27 09:04:19.941 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 09:04:19.952 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 09:04:19.952 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 09:22:27.889 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 09:24:34.737 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 09:24:34.737 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 09:24:34.742 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 09:24:34.742 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 09:24:34.756 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 09:24:34.756 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 09:24:34.773 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 09:24:34.773 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 09:24:34.773 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 09:24:34.773 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 09:24:35.024 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 09:24:35.024 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 09:24:35.024 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 09:24:35.024 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 09:24:35.024 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 09:24:35.024 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 09:24:35.025 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 09:24:35.025 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 09:24:35.142 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 09:24:35.143 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:24:35.149 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.149 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:24:35.153 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 09:24:35.156 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 09:24:35.156 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 09:24:35.156 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 09:24:35.169 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 09:24:35.169 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 09:24:35.169 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 534 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 180 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1879 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1932 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1937 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1876 11-27 09:24:35.172 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 09:24:35.172 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 09:24:35.183 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 09:24:35.191 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 09:24:35.195 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 325669309 } is later than auth token time Timestamp { milliseconds: 320916751 11-27 09:24:35.195 0 0 I trusty : } + 15 seconds") 11-27 09:24:35.334 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 09:24:35.334 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 09:24:35.384 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 76ms 11-27 09:24:35.384 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=276 11-27 09:24:35.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 09:24:35.437 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 51ms 11-27 09:24:35.437 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=17 post_auth_save_flag=0. 11-27 09:24:35.437 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=7 save_extra_feature_flag=0. 11-27 09:24:35.437 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 09:24:35.437 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 09:24:35.437 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 09:24:35.550 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 09:24:35.550 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 127ms 11-27 09:24:35.550 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 09:24:35.550 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 09:24:35.550 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 09:24:38.929 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 09:24:38.929 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 09:35:38.163 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 09:38:55.194 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 09:38:55.335 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 09:38:55.335 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 09:38:55.335 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 09:38:55.335 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 09:38:55.335 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 09:38:55.335 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 09:38:55.335 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 09:38:55.335 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 09:38:55.335 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 09:38:55.717 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 09:38:55.717 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 09:38:55.717 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 09:38:55.717 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 09:38:55.717 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 09:38:55.718 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 09:38:55.719 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 09:38:55.719 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 09:38:55.732 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:38:55.795 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:38:55.827 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:38:55.838 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 09:38:55.839 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:38:55.853 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.853 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 09:38:55.857 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 09:38:55.859 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 09:38:55.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 09:38:55.859 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 09:38:55.872 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 09:38:55.872 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 09:38:55.872 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :31 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 31 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 397 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 263 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1774 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1821 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1847 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1780 11-27 09:38:55.879 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 09:38:55.879 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 09:38:55.879 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 09:38:55.892 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 09:38:55.907 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 326530018 } is later than auth token time Timestamp { milliseconds: 320916751 11-27 09:38:55.907 0 0 I trusty : } + 15 seconds") 11-27 09:38:55.907 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 09:38:56.076 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 63ms 11-27 09:38:56.082 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=277 11-27 09:38:56.122 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 09:38:56.122 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 09:38:56.126 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-27 09:38:56.126 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 48ms 11-27 09:38:56.126 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=18 post_auth_save_flag=0. 11-27 09:38:56.126 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=8 save_extra_feature_flag=0. 11-27 09:38:56.126 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 09:38:56.127 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 09:38:56.127 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 09:38:56.127 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 09:38:56.127 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 111ms 11-27 09:38:56.131 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 09:38:56.137 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 09:38:56.137 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-27 10:01:55.894 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 10:01:57.595 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 10:01:57.595 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 10:01:57.601 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:01:57.601 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:01:57.640 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 10:01:57.640 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 10:01:57.665 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 10:01:57.665 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 10:01:57.665 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 10:01:57.665 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 10:01:58.150 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.213 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.247 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.280 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.314 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.346 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.380 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.413 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:01:58.419 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 10:01:58.419 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 10:01:58.562 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 10:01:58.572 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 10:10:30.460 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 10:10:30.460 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 10:10:30.471 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:10:30.471 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:10:30.514 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 10:10:30.514 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 10:10:30.534 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 10:10:30.553 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 10:10:30.553 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 10:10:30.553 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 10:10:30.677 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:10:30.731 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:10:30.785 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 10:10:30.785 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 10:10:30.800 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 10:10:30.800 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 10:10:30.815 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 10:10:30.931 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 10:10:30.940 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:10:34.760 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 10:13:30.616 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 10:13:30.616 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 10:13:30.686 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:13:30.691 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:13:30.700 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 10:13:30.701 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 10:13:30.718 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 10:13:30.721 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 10:13:30.721 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 10:13:30.721 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 10:13:30.790 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:30.856 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:30.892 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:30.924 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:30.958 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:30.991 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.024 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.057 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.092 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.123 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.158 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.188 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.223 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.255 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.294 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.323 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.356 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.390 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.423 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.455 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.489 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.524 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.555 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.589 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.621 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.656 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.693 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.707 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 10:13:31.707 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 10:13:31.707 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 10:13:31.707 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 10:13:31.707 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 10:13:31.707 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:13:31.708 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 10:13:31.708 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 10:13:31.724 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.758 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.790 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.823 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.826 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 10:13:31.827 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 10:13:31.834 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:13:31.834 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:13:31.834 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.835 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 10:13:31.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 10:13:31.843 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:13:31.851 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 10:13:31.851 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 10:13:31.851 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 371 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 157 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1750 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1808 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1828 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1767 11-27 10:13:31.859 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 10:13:31.859 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 10:13:31.862 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:13:31.877 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 10:13:31.889 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 328606001 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 10:13:31.889 0 0 I trusty : } + 15 seconds") 11-27 10:13:31.913 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:13:32.081 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 78ms 11-27 10:13:32.081 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=278 11-27 10:13:32.083 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 10:13:32.083 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:13:32.133 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-27 10:13:32.133 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 51ms 11-27 10:13:32.133 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=19 post_auth_save_flag=0. 11-27 10:13:32.133 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=9 save_extra_feature_flag=0. 11-27 10:13:32.134 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 10:13:32.135 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 10:13:32.135 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 10:13:32.139 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 10:13:32.139 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 129ms 11-27 10:13:32.143 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 10:13:32.147 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 10:13:32.147 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-27 10:13:35.072 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:13:35.072 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:41:25.657 10644 10691 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 10:41:25.657 10644 10691 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10644 11-27 10:41:25.657 10644 10691 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-27 10:41:25.657 10644 10691 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 10:41:32.421 10883 10907 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 10883 11-27 10:41:32.421 10883 10907 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.AttachmentDownloadJob.onRun(AttachmentDownloadJob.kt:171) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.BaseJob.run(BaseJob.java:31) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:88) 11-27 10:41:32.421 10883 10907 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:51) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 10:41:36.596 11300 11368 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11300 11-27 10:41:36.596 11300 11368 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at ok.(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at .(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 10:41:36.596 11300 11368 E AndroidRuntime: at .(:0) 11-27 10:42:49.579 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 10:44:09.086 11551 11654 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-27 10:44:09.086 11551 11654 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11551 11-27 10:44:09.086 11551 11654 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at ok.(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at .(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 10:44:09.086 11551 11654 E AndroidRuntime: at .(:0) 11-27 10:44:09.260 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 10:44:09.260 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 10:44:09.269 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:44:09.269 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:44:09.293 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 10:44:09.293 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 10:44:09.310 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 10:44:09.310 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 10:44:09.310 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 10:44:09.310 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 10:44:09.478 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 10:44:09.478 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 10:44:09.478 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 10:44:09.478 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 10:44:09.478 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 10:44:09.478 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:44:09.479 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 10:44:09.479 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 10:44:09.605 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 10:44:09.605 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:44:09.608 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.608 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:44:09.612 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 10:44:09.616 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 10:44:09.616 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 10:44:09.616 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:44:09.628 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 10:44:09.628 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 10:44:09.628 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :20 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 20 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 453 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 239 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1805 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1871 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1886 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1812 11-27 10:44:09.634 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 10:44:09.634 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 10:44:09.643 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 10:44:09.647 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:44:09.663 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 330443776 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 10:44:09.663 0 0 I trusty : } + 15 seconds") 11-27 10:44:09.876 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 98ms 11-27 10:44:09.876 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=279 11-27 10:44:09.919 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 10:44:09.919 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:44:09.922 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 10:44:09.922 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 47ms 11-27 10:44:09.922 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=0 post_auth_save_flag=1. 11-27 10:44:09.922 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=0 save_extra_feature_flag=1. 11-27 10:44:09.925 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_0 0 11-27 10:44:10.171 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_0 not found 11-27 10:44:10.175 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_1 0 11-27 10:44:10.403 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_1 not found 11-27 10:44:10.412 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_2 0 11-27 10:44:10.626 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_2 not found 11-27 10:44:10.633 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_3 0 11-27 10:44:10.839 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_3 not found 11-27 10:44:10.840 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so 1 11-27 10:44:10.840 0 0 I trusty : [GF_TA][E][gf_tee_storage][trusty_file_open] Attempting to open LHBM_gf_persist.so on TDP for read-only 11-27 10:44:10.981 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 10:44:10.982 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 10:44:10.982 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 10:44:10.989 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 2ms 11-27 10:44:10.989 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 147ms 11-27 10:44:11.002 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 10:44:11.012 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 10:44:11.012 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 10:44:33.068 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 10:47:03.283 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 10:47:03.283 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 10:47:03.294 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:47:03.294 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:47:03.318 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 10:47:03.318 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 10:47:03.335 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 10:47:03.335 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 10:47:03.335 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 10:47:03.335 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 10:47:03.531 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.546 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.577 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.613 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.652 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.677 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.712 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.745 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 10:47:03.745 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 10:47:03.745 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 10:47:03.745 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 10:47:03.745 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 10:47:03.745 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:47:03.748 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 10:47:03.749 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-27 10:47:03.749 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.777 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.813 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.845 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.866 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 10:47:03.866 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:47:03.869 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.869 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:47:03.873 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:47:03.876 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 10:47:03.878 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 10:47:03.878 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 10:47:03.878 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:47:03.888 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 10:47:03.888 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 10:47:03.888 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 559 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 134 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1892 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1942 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1961 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1898 11-27 10:47:03.895 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 10:47:03.895 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 10:47:03.905 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 10:47:03.909 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 330618023 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 10:47:03.909 0 0 I trusty : } + 15 seconds") 11-27 10:47:03.920 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:47:04.091 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 10:47:04.091 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:47:04.108 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 79ms 11-27 10:47:04.111 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=1 frame_num=280 11-27 10:47:04.138 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_flocbase_0.so 0 11-27 10:47:04.182 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_flocbase_0.so not found 11-27 10:47:04.182 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_flocbase_0.so_bak 0 11-27 10:47:04.224 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_flocbase_0.so_bak not found 11-27 10:47:04.224 0 0 I trusty : [GF_TA][E][gf_data_sync][gf_so_sync_queue] data sync disabled, please config sync files. 11-27 10:47:04.231 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 10:47:04.231 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 121ms 11-27 10:47:04.231 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=1 post_auth_save_flag=0. 11-27 10:47:04.231 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=1 save_extra_feature_flag=0. 11-27 10:47:04.232 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so 0 11-27 10:47:04.356 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_persist.so not found 11-27 10:47:04.356 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so_bak 0 11-27 10:47:04.497 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_persist.so_bak not found 11-27 10:47:04.497 0 0 I trusty : [GF_TA][E][gf_data_sync][gf_so_sync_queue] data sync disabled, please config sync files. 11-27 10:47:04.497 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 10:47:04.498 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 10:47:04.498 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 10:47:04.499 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 10:47:04.499 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 200ms 11-27 10:47:04.502 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 10:47:04.507 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 10:47:04.507 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 10:47:19.653 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 10:49:53.501 14028 14054 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 10:49:53.501 14028 14054 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14028 11-27 10:49:53.501 14028 14054 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-27 10:49:53.501 14028 14054 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 10:50:36.503 14255 14282 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14255 11-27 10:50:36.503 14255 14282 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-27 10:50:36.503 14255 14282 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-27 10:53:42.240 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 10:53:42.240 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 10:53:42.248 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:53:42.248 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:53:42.280 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 10:53:42.280 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 10:53:42.298 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 10:53:42.298 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 10:53:42.298 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 10:53:42.298 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 10:53:42.439 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.506 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.539 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.579 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.606 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.639 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.670 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.703 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.737 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.769 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.803 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.837 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.873 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.903 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.937 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:42.971 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.005 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.041 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.072 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.104 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.138 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.173 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.205 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.238 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.271 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.305 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.340 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.374 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.407 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.439 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.473 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.507 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.540 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.576 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.606 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.638 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.673 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.707 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.740 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.774 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.805 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.838 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.876 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.907 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.941 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:43.971 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.006 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.038 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.071 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.112 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.139 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.174 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.206 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.239 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.274 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.306 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.352 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.372 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.414 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.440 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.474 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.509 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.542 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.573 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.608 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.640 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.673 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.712 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.740 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.774 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.807 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.841 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.875 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.908 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.940 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:44.956 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 10:53:44.956 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 10:53:45.098 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 10:53:45.111 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:53:47.604 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 10:53:47.604 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 10:53:47.612 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 10:53:47.612 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 10:53:47.622 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 10:53:47.628 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 10:53:47.653 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 10:53:47.653 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 10:53:47.653 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 10:53:47.653 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 10:53:47.653 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 10:53:47.653 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:53:47.653 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 10:53:47.653 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 10:53:47.659 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 10:53:47.659 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 10:53:47.659 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 10:53:47.659 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 10:53:47.772 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 10:53:47.773 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:53:47.776 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.776 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 10:53:47.780 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 10:53:47.784 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 10:53:47.784 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 10:53:47.784 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 10:53:47.796 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 10:53:47.796 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 10:53:47.796 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 499 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 197 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1786 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1845 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1862 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1785 11-27 10:53:47.799 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 10:53:47.799 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 10:53:47.799 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 10:53:47.812 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 10:53:47.818 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:53:47.830 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 331021943 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 10:53:47.830 0 0 I trusty : } + 15 seconds") 11-27 10:53:48.008 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 62ms 11-27 10:53:48.008 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=281 11-27 10:53:48.008 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 10:53:48.008 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 10:53:48.058 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 10:53:48.058 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 50ms 11-27 10:53:48.058 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=2 post_auth_save_flag=0. 11-27 10:53:48.058 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=2 save_extra_feature_flag=0. 11-27 10:53:48.058 0 0 I trusty : [GF_TA][I][gf_delmar_algo][gf_algo_save_extra_feature] save extra feature 11-27 10:53:48.064 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_extra_feature.so 0 11-27 10:53:48.850 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_extra_feature.so not found 11-27 10:53:48.850 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 10:53:48.850 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 10:53:48.850 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 10:53:48.852 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 10:53:48.852 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 113ms 11-27 10:53:48.858 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 10:53:48.865 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 10:53:48.865 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 10:53:49.840 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 11:15:09.967 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 11:15:09.967 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 11:15:09.984 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 11:15:09.984 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 11:15:10.000 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 11:15:10.004 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 11:15:10.022 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 11:15:10.025 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 11:15:10.025 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 11:15:10.025 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 11:15:10.175 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.245 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.277 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.321 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.343 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.377 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.411 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.443 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.476 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.509 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.543 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.576 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.608 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.645 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.675 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.709 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.742 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.775 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.812 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.843 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.848 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 11:15:10.848 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 11:15:10.848 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 11:15:10.848 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 11:15:10.848 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 11:15:10.849 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:15:10.850 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 11:15:10.850 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-27 11:15:10.881 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.909 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.941 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.969 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 11:15:10.969 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 11:15:10.973 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:15:10.973 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:15:10.973 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:15:10.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.977 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:15:10.977 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 11:15:10.980 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 11:15:10.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 11:15:10.980 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:15:10.992 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 11:15:10.992 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 11:15:10.992 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 391 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 599 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1761 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1808 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1816 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1772 11-27 11:15:10.997 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 11:15:10.997 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 11:15:11.005 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 11:15:11.019 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:15:11.041 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 332305154 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 11:15:11.041 0 0 I trusty : } + 15 seconds") 11-27 11:15:11.190 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 58ms 11-27 11:15:11.191 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=282 11-27 11:15:11.215 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 11:15:11.215 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:15:11.242 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-27 11:15:11.242 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 50ms 11-27 11:15:11.242 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=3 post_auth_save_flag=0. 11-27 11:15:11.242 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=3 save_extra_feature_flag=0. 11-27 11:15:11.242 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 11:15:11.242 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 11:15:11.242 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 11:15:11.264 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 11:15:11.264 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 108ms 11-27 11:15:11.269 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 11:15:11.279 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 11:15:11.279 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-27 11:16:52.563 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 11:17:17.067 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 11:17:17.068 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 11:17:17.103 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 11:17:17.103 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 11:17:17.167 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 11:17:17.168 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 11:17:17.186 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 11:17:17.186 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 11:17:17.186 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 11:17:17.186 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 11:17:17.242 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.318 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.343 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.376 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.408 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.445 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.478 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.510 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.543 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.575 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.619 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.644 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.677 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.710 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.745 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.778 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.813 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.846 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.882 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.913 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.944 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:17.980 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.011 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.046 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.081 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.114 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.145 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.184 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.212 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.246 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.282 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.311 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.344 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.376 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.409 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.444 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.478 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.513 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.550 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.579 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.611 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.630 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 11:17:18.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 11:17:18.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 11:17:18.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 11:17:18.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 11:17:18.630 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:17:18.631 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 11:17:18.631 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 11:17:18.642 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.675 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.711 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.744 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.751 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 11:17:18.753 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:17:18.759 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.759 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:17:18.764 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 11:17:18.768 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0a02 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000c 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000c 11-27 11:17:18.768 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 11:17:18.768 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:17:18.776 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 11:17:18.776 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 11:17:18.776 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 433 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 244 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1794 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1838 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1864 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1817 11-27 11:17:18.780 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 11:17:18.780 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 11:17:18.780 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:17:18.794 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 11:17:18.801 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 332432915 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 11:17:18.802 0 0 I trusty : } + 15 seconds") 11-27 11:17:18.821 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:17:18.979 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 52ms 11-27 11:17:18.979 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=283 11-27 11:17:18.979 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 11:17:18.979 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:17:19.034 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-27 11:17:19.034 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-27 11:17:19.035 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=4 post_auth_save_flag=0. 11-27 11:17:19.035 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=4 save_extra_feature_flag=0. 11-27 11:17:19.035 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 11:17:19.035 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 11:17:19.035 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 11:17:19.036 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 11:17:19.036 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 107ms 11-27 11:17:19.039 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 11:17:19.045 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 11:17:19.045 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-27 11:23:09.545 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 11:29:07.240 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 11:29:07.240 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 11:29:07.243 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 11:29:07.243 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 11:29:07.265 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 11:29:07.265 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 11:29:07.281 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 11:29:07.281 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 11:29:07.281 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 11:29:07.282 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 11:29:07.427 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:29:07.492 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:29:07.544 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 11:29:07.544 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 11:29:07.689 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 11:29:07.704 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:29:07.710 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 11:29:07.719 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 11:29:07.720 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 11:29:07.720 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 11:29:07.720 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 11:29:07.720 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:29:07.720 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 11:29:07.720 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=2, expo=91, want delay = 79 11-27 11:29:07.723 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 11:29:07.723 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 11:29:07.741 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 11:29:07.741 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 11:29:07.774 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 11:29:07.774 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 11:29:07.774 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 11:29:07.774 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 11:29:07.828 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 11:29:07.829 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:29:07.831 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.831 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:29:07.838 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 11:29:07.842 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 11:29:07.842 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 11:29:07.842 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:29:07.850 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 11:29:07.850 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 11:29:07.850 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 441 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 178 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1807 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1857 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1871 11-27 11:29:07.855 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1812 11-27 11:29:07.856 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 11:29:07.856 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 11:29:07.862 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 11:29:07.869 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:29:07.879 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 333141993 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 11:29:07.879 0 0 I trusty : } + 15 seconds") 11-27 11:29:08.017 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 11:29:08.017 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:29:08.071 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 75ms 11-27 11:29:08.071 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=284 11-27 11:29:08.122 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 11:29:08.122 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 53ms 11-27 11:29:08.123 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=5 post_auth_save_flag=0. 11-27 11:29:08.123 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-27 11:29:08.123 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 11:29:08.123 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 11:29:08.123 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 11:29:08.124 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 11:29:08.124 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 128ms 11-27 11:29:08.126 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 11:29:08.134 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 11:29:08.141 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 11:29:10.325 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 11:29:10.325 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 11:34:09.526 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 11:36:43.981 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 11:36:43.981 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 11:36:44.033 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 11:36:44.034 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 11:36:44.076 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 11:36:44.076 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 11:36:44.091 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 11:36:44.091 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 11:36:44.091 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 11:36:44.091 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 11:36:44.175 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.241 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.283 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.308 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.342 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.374 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.407 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.440 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.473 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.496 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 11:36:44.496 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 11:36:44.496 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 11:36:44.496 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 11:36:44.496 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 11:36:44.496 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:36:44.497 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 11:36:44.497 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 11:36:44.522 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 11:36:44.571 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 11:36:44.571 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 11:36:44.621 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 11:36:44.621 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:36:44.623 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.623 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 11:36:44.627 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 11:36:44.631 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0602 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0006 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0006 11-27 11:36:44.631 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 11:36:44.631 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 11:36:44.643 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 11:36:44.643 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 11:36:44.643 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 437 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 496 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1820 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1861 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1875 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1810 11-27 11:36:44.656 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 11:36:44.656 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 11:36:44.680 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 333598794 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 11:36:44.680 0 0 I trusty : } + 15 seconds") 11-27 11:36:44.741 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 11:36:44.754 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:36:44.777 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 11:36:44.777 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 11:36:44.860 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 60ms 11-27 11:36:44.860 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=285 11-27 11:36:44.921 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 11:36:44.921 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 60ms 11-27 11:36:44.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=6 post_auth_save_flag=0. 11-27 11:36:44.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=6 save_extra_feature_flag=0. 11-27 11:36:44.921 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 11:36:44.922 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 11:36:44.922 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 11:36:44.926 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 11:36:44.926 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 120ms 11-27 11:36:44.930 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 11:36:44.937 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 11:36:44.937 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 12:24:15.701 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 12:33:44.781 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 12:33:44.781 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 12:33:44.804 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 12:33:44.804 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 12:33:44.843 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 12:33:44.843 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 12:33:44.860 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 12:33:44.862 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 12:33:44.862 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 12:33:44.862 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 12:33:45.036 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.073 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.102 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.130 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.164 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.196 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.232 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.264 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.297 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.332 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.364 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.397 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.435 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.464 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.497 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.530 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.566 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.599 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.608 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 12:33:45.608 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 12:33:45.608 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 12:33:45.608 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 12:33:45.608 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 12:33:45.609 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 12:33:45.611 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 12:33:45.611 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=2, expo=91, want delay = 79 11-27 12:33:45.631 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.666 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.702 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.730 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 12:33:45.731 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 12:33:45.732 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:33:45.736 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 12:33:45.736 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 12:33:45.742 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 12:33:45.744 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 12:33:45.744 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 12:33:45.744 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 12:33:45.756 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 12:33:45.756 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 12:33:45.756 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :230 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 230 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 464 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 159 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1835 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1887 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1902 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1854 11-27 12:33:45.759 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 12:33:45.759 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 12:33:45.766 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 12:33:45.783 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 337019894 } is later than auth token time Timestamp { milliseconds: 328424897 11-27 12:33:45.783 0 0 I trusty : } + 15 seconds") 11-27 12:33:45.783 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 12:33:45.962 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 12:33:45.962 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 12:33:46.001 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 109ms 11-27 12:33:46.001 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=286 11-27 12:33:46.061 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 12:33:46.061 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 60ms 11-27 12:33:46.062 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=7 post_auth_save_flag=0. 11-27 12:33:46.062 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=7 save_extra_feature_flag=0. 11-27 12:33:46.062 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 12:33:46.063 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 12:33:46.063 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 12:33:46.063 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 12:33:46.063 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 169ms 11-27 12:33:46.070 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 12:33:46.081 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 12:33:46.081 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 12:33:47.387 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 12:38:22.077 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 12:38:22.077 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 12:38:22.083 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 12:38:22.083 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 12:38:22.105 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 12:38:22.105 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 12:38:22.117 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 12:38:22.117 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 12:38:22.117 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 12:38:22.117 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 12:38:22.284 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:38:22.345 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:38:22.393 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 12:38:22.394 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 12:38:22.394 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 12:38:22.416 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 12:38:22.416 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 12:38:22.424 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 12:38:22.536 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 12:38:22.550 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 12:43:17.449 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 12:44:07.108 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 12:44:07.108 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 12:44:07.145 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 12:44:07.161 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 12:44:07.174 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 12:44:07.174 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 12:44:07.192 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 12:44:07.192 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 12:44:07.192 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 12:44:07.192 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 12:44:07.322 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:44:07.364 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:44:07.388 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:44:07.425 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:44:07.479 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:44:07.521 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 12:44:07.521 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 12:44:07.593 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 12:44:07.593 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 169ms 11-27 12:44:07.593 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-27 12:44:07.594 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 12:44:07.613 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 12:44:07.614 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 12:44:07.620 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 12:44:07.680 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 12:44:07.694 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-27 12:50:21.283 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 12:53:01.228 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 12:53:01.228 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 12:53:01.235 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 12:53:01.235 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 12:53:01.246 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 12:53:01.261 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 12:53:01.263 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 12:53:01.263 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 12:53:01.263 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 12:53:01.263 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 12:53:01.378 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:53:01.407 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:53:01.447 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:53:01.492 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 12:53:01.548 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 12:53:01.549 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 12:53:01.549 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 12:53:01.565 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 12:53:01.565 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 12:53:01.571 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 12:53:01.705 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 12:53:01.720 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 12:53:02.616 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 12:53:02.616 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:09:09.490 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 13:09:10.866 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 13:09:11.800 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 13:09:11.800 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 13:09:11.800 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 13:09:11.800 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 13:09:11.800 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 13:09:11.800 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 13:09:11.800 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 13:09:11.800 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 13:09:11.800 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 13:09:11.800 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 13:10:14.408 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 13:10:14.408 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 13:10:14.439 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 13:10:14.439 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:10:14.465 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 13:10:14.465 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 13:10:14.482 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 13:10:14.482 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 13:10:14.482 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 13:10:14.482 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 13:10:14.593 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:10:14.646 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:10:14.703 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:10:14.751 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 13:10:14.751 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 13:10:14.762 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 13:10:14.762 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 13:10:14.775 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 13:10:14.923 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 13:10:14.936 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 13:10:16.673 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 13:10:16.673 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:33:32.660 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 13:33:37.138 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 13:33:37.139 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 13:33:37.153 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 13:33:37.153 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:33:37.174 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 13:33:37.174 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 13:33:37.194 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 13:33:37.199 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 13:33:37.199 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 13:33:37.199 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 13:33:37.700 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.731 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.761 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.796 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.830 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.862 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.894 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.928 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.963 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:37.996 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.030 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.063 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.095 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.129 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.180 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.194 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.232 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.262 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.296 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.331 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.363 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.395 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.431 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.462 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.495 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.528 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.561 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.595 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.628 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.663 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.694 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.728 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.762 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.796 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:33:38.804 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 13:33:38.804 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 13:33:38.948 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 13:33:38.961 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 13:34:21.242 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 13:34:21.242 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 13:34:21.251 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 13:34:21.251 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:34:21.284 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 13:34:21.288 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 13:34:21.300 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 13:34:21.300 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 13:34:21.300 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 13:34:21.300 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 13:34:21.421 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.460 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.490 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.520 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.552 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.586 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.622 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.653 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.692 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.718 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.753 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.789 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.819 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.852 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.902 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.950 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:21.999 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.021 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.054 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.090 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.120 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.152 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.187 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.211 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 13:34:22.211 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 13:34:22.211 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 13:34:22.211 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 13:34:22.211 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 13:34:22.211 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 13:34:22.213 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 13:34:22.213 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 13:34:22.222 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.256 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.286 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.321 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.333 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 13:34:22.334 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 13:34:22.340 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 13:34:22.340 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.340 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 13:34:22.344 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 13:34:22.348 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0302 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0005 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0005 11-27 13:34:22.348 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 13:34:22.348 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 13:34:22.359 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 13:34:22.359 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 13:34:22.359 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 566 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 258 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1890 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1936 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1962 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1902 11-27 13:34:22.366 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 13:34:22.366 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 13:34:22.366 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:34:22.377 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 13:34:22.393 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 340656500 } is later than auth token time Timestamp { milliseconds: 339208865 11-27 13:34:22.393 0 0 I trusty : } + 15 seconds") 11-27 13:34:22.399 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 13:34:22.547 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 70ms 11-27 13:34:22.550 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=287 11-27 13:34:22.567 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 13:34:22.567 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 13:34:22.614 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 13:34:22.614 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 65ms 11-27 13:34:22.614 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=8 post_auth_save_flag=0. 11-27 13:34:22.614 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=8 save_extra_feature_flag=0. 11-27 13:34:22.614 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 13:34:22.614 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 13:34:22.614 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 13:34:22.614 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template]Template size = *** 11-27 13:34:22.624 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_algo_encode_finger_template] encode cost:6 get size cost:0 11-27 13:34:22.624 0 0 I trusty : [GF_TA][I][gf_finger_list][gf_fingerlist_get_finger_pdu] encode template cost:6 ms 11-27 13:34:22.628 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0.so 0 11-27 13:34:23.800 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0.so not found 11-27 13:34:23.800 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0_bak.so 0 11-27 13:34:25.084 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0_bak.so not found 11-27 13:34:25.084 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template] success to save finger(***)'s so(finger_0_0_bak.so) 11-27 13:34:25.084 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0.so 0 11-27 13:34:25.094 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0.so not found 11-27 13:34:25.094 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0_bak.so 0 11-27 13:34:25.106 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0_bak.so not found 11-27 13:34:25.110 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 13:34:25.110 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 136ms 11-27 13:34:25.122 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 13:34:25.136 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 13:34:25.136 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 13:34:29.151 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 13:42:33.580 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 13:42:33.580 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 13:42:33.587 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 13:42:33.587 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:42:33.616 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 13:42:33.616 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 13:42:33.629 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 13:42:33.629 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 13:42:33.629 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 13:42:33.629 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 13:42:33.798 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:42:33.831 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:42:33.867 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:42:33.900 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:42:33.932 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:42:33.986 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:42:34.038 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 13:42:34.038 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 13:42:34.039 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 13:42:34.057 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 13:42:34.060 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 13:42:34.065 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 13:42:34.202 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 13:42:34.217 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-27 13:42:56.619 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 13:43:53.885 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 13:46:04.872 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 13:46:04.872 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 13:46:04.920 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 13:46:04.920 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 13:46:04.984 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 13:46:04.984 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 13:46:05.003 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 13:46:05.003 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 13:46:05.003 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 13:46:05.003 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 13:46:05.076 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:46:05.129 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 13:46:05.177 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 13:46:05.177 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 13:46:05.177 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 13:46:05.194 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 13:46:05.194 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 13:46:05.199 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 13:46:05.323 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 13:46:05.331 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:02:41.090 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 14:06:40.853 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:06:40.853 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:06:40.859 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:06:40.859 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:06:40.878 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:06:40.886 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:06:40.911 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:06:40.911 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:06:40.911 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:06:40.911 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:06:41.175 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 14:06:41.175 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 14:06:41.175 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 14:06:41.175 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 14:06:41.175 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 14:06:41.175 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:06:41.176 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 14:06:41.176 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 14:06:41.294 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 14:06:41.295 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:06:41.304 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.304 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.305 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.305 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.305 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.305 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.305 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.305 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:06:41.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:06:41.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:06:41.307 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 14:06:41.309 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 14:06:41.309 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 14:06:41.309 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:06:41.324 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 14:06:41.324 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 14:06:41.324 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 687 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 99 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1962 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1971 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:2042 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1934 11-27 14:06:41.328 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 14:06:41.328 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 14:06:41.345 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:06:41.347 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 342595460 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 14:06:41.347 0 0 I trusty : } + 15 seconds") 11-27 14:06:41.352 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:06:41.535 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 78ms 11-27 14:06:41.536 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=288 11-27 14:06:41.550 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 14:06:41.550 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:06:41.593 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-27 14:06:41.593 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 56ms 11-27 14:06:41.594 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=9 post_auth_save_flag=0. 11-27 14:06:41.594 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=9 save_extra_feature_flag=0. 11-27 14:06:41.594 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 14:06:41.595 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 14:06:41.595 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 14:06:41.596 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 14:06:41.596 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 134ms 11-27 14:06:41.600 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 14:06:41.607 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 14:06:41.607 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-27 14:07:13.350 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 14:10:08.771 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:10:08.771 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:10:08.778 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:10:08.778 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:10:08.791 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:10:08.791 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:10:08.807 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:10:08.807 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:10:08.807 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:10:08.807 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:10:08.989 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:10:09.045 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 14:10:09.045 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 14:10:09.045 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 14:10:09.045 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 14:10:09.045 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 14:10:09.045 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:10:09.047 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 14:10:09.047 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 14:10:09.047 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:10:09.082 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:10:09.116 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:10:09.166 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 14:10:09.167 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:10:09.178 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.178 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:10:09.187 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 14:10:09.209 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0a02 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000c 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000c 11-27 14:10:09.209 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 14:10:09.209 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:10:09.216 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 14:10:09.216 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 14:10:09.216 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 531 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 140 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1864 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1915 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1949 11-27 14:10:09.221 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1873 11-27 14:10:09.222 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 14:10:09.222 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 14:10:09.223 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:10:09.280 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 342803393 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 14:10:09.281 0 0 I trusty : } + 15 seconds") 11-27 14:10:09.286 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 14:10:09.286 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 14:10:09.455 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:10:09.468 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 93ms 11-27 14:10:09.474 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-27 14:10:09.476 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=289 11-27 14:10:09.484 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 14:10:09.484 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-27 14:10:09.519 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-27 14:10:09.519 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-27 14:10:09.524 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 14:10:09.524 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-27 14:10:09.524 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 14:10:09.524 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 49ms 11-27 14:10:09.524 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 14:10:09.524 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 14:10:09.524 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 14:10:09.528 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=10 post_auth_save_flag=0. 11-27 14:10:09.528 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=0 save_extra_feature_flag=1. 11-27 14:10:09.528 0 0 I trusty : [GF_TA][I][gf_delmar_algo][gf_algo_save_extra_feature] save extra feature 11-27 14:10:09.533 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_extra_feature.so 0 11-27 14:10:10.402 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_extra_feature.so not found 11-27 14:10:10.402 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 14:10:10.403 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 14:10:10.403 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 14:10:10.409 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 4ms 11-27 14:10:10.409 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 146ms 11-27 14:10:10.416 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 14:10:10.423 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 14:10:10.423 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 14:10:23.857 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 14:19:18.044 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:19:18.046 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:19:18.120 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:19:18.120 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:19:18.169 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:19:18.169 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:19:18.185 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:19:18.185 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:19:18.185 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:19:18.185 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:19:18.230 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.296 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.328 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.359 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.392 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.425 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.458 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.492 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.527 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.560 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.595 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.625 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.660 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.692 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.727 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.761 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.795 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.828 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.863 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.896 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.929 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.963 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:18.995 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.033 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.065 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.094 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.129 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.162 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.200 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.231 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.263 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.294 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.329 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.365 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.397 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.429 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.464 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.498 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.531 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.563 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.595 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.630 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.663 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.699 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:19:19.720 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:19:19.732 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-27 14:26:22.293 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:26:22.293 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:26:22.337 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:26:22.337 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:26:22.386 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:26:22.386 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:26:22.403 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:26:22.403 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:26:22.403 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:26:22.403 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:26:22.481 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.559 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.609 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.614 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.646 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.683 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.734 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.752 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.782 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.814 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.846 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.878 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.916 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.945 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.980 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:22.989 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 14:26:22.989 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 14:26:22.989 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 14:26:22.989 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 14:26:22.989 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 14:26:22.989 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:26:22.990 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 14:26:22.990 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 14:26:23.013 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:23.046 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:23.079 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:26:23.108 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 14:26:23.108 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:26:23.112 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.112 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:26:23.117 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 14:26:23.119 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0a02 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000c 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000c 11-27 14:26:23.119 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 14:26:23.119 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:26:23.133 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 14:26:23.133 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 14:26:23.133 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :230 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 230 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 361 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 534 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 10 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1754 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1793 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1809 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1760 11-27 14:26:23.137 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 14:26:23.138 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 14:26:23.153 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:26:23.161 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 343777274 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 14:26:23.161 0 0 I trusty : } + 15 seconds") 11-27 14:26:23.172 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-27 14:26:23.324 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 50ms 11-27 14:26:23.326 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=290 11-27 14:26:23.349 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 14:26:23.350 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-27 14:26:23.380 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-27 14:26:23.380 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 54ms 11-27 14:26:23.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=11 post_auth_save_flag=0. 11-27 14:26:23.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=1 save_extra_feature_flag=0. 11-27 14:26:23.380 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 14:26:23.381 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 14:26:23.381 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 14:26:23.385 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 14:26:23.385 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 104ms 11-27 14:26:23.388 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 14:26:23.396 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 14:26:23.396 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-27 14:26:27.371 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:26:27.371 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:26:30.289 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 14:36:19.164 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:36:19.164 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:36:19.177 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:36:19.177 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:36:19.225 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:36:19.225 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:36:19.242 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:36:19.242 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:36:19.242 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:36:19.242 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:36:19.385 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:36:19.449 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:36:19.503 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 14:36:19.503 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 14:36:19.642 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:36:19.650 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:36:21.427 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:36:21.427 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:36:21.438 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:36:21.438 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:36:21.444 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 14:36:21.444 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 14:36:21.444 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 14:36:21.444 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 14:36:21.444 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 14:36:21.444 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:36:21.444 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 14:36:21.444 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 14:36:21.482 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:36:21.483 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:36:21.502 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:36:21.502 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:36:21.502 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:36:21.502 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:36:21.585 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 14:36:21.585 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:36:21.593 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.593 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:36:21.597 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 14:36:21.599 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 14:36:21.599 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 14:36:21.599 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:36:21.612 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 14:36:21.612 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 14:36:21.612 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 486 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 175 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1824 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1883 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1907 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1835 11-27 14:36:21.619 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 14:36:21.619 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 14:36:21.619 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:36:21.632 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 344375743 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 14:36:21.632 0 0 I trusty : } + 15 seconds") 11-27 14:36:21.632 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:36:21.637 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:36:21.842 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 78ms 11-27 14:36:21.842 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=291 11-27 14:36:21.849 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 14:36:21.849 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:36:21.897 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 14:36:21.897 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-27 14:36:21.897 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=12 post_auth_save_flag=0. 11-27 14:36:21.897 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=2 save_extra_feature_flag=0. 11-27 14:36:21.897 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 14:36:21.898 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 14:36:21.898 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 14:36:21.898 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 14:36:21.898 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 133ms 11-27 14:36:21.901 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 14:36:21.908 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 14:36:21.908 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 14:36:24.204 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:36:24.204 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:36:25.427 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 14:47:26.745 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:47:26.745 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:47:26.749 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:47:26.749 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:47:26.775 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:47:26.775 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:47:26.792 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:47:26.792 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:47:26.792 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:47:26.792 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:47:26.936 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:47:27.005 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:47:27.037 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:47:27.085 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:47:27.132 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 14:47:27.132 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-27 14:47:27.304 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:47:27.317 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:47:28.501 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 14:47:28.501 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 14:47:28.505 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 14:47:28.505 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 14:47:28.519 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 14:47:28.519 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 14:47:28.524 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 14:47:28.524 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 14:47:28.524 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 14:47:28.524 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 14:47:28.524 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 14:47:28.524 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:47:28.524 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 14:47:28.524 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 14:47:28.555 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 14:47:28.555 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 14:47:28.555 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 14:47:28.555 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 14:47:28.652 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 14:47:28.652 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 14:47:28.654 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:47:28.655 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.655 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 14:47:28.661 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 14:47:28.663 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0602 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0006 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0006 11-27 14:47:28.663 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 14:47:28.663 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 14:47:28.673 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 14:47:28.673 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 14:47:28.673 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 469 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 342 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1829 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1872 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1893 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1827 11-27 14:47:28.679 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 14:47:28.679 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 14:47:28.686 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 14:47:28.696 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 14:47:28.703 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:47:28.709 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 345042821 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 14:47:28.709 0 0 I trusty : } + 15 seconds") 11-27 14:47:28.880 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 53ms 11-27 14:47:28.883 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=292 11-27 14:47:28.897 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 14:47:28.897 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 14:47:28.943 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 14:47:28.943 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 60ms 11-27 14:47:28.943 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=13 post_auth_save_flag=0. 11-27 14:47:28.943 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=3 save_extra_feature_flag=0. 11-27 14:47:28.943 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 14:47:28.943 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 14:47:28.943 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 14:47:28.945 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 14:47:28.945 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 113ms 11-27 14:47:28.948 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 14:47:28.954 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 14:47:28.955 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 14:47:32.258 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 15:00:01.636 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 15:46:31.665 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 15:46:31.665 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 15:46:31.727 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 15:46:31.727 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 15:46:31.793 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 15:46:31.793 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 15:46:31.810 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 15:46:31.810 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 15:46:31.810 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 15:46:31.810 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 15:46:31.877 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:31.907 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:31.940 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:31.974 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.013 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.041 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.073 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.107 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.140 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.173 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.207 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.242 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.274 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.274 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 15:46:32.274 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 15:46:32.274 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 15:46:32.274 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 15:46:32.274 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 15:46:32.274 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 15:46:32.275 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 15:46:32.275 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 15:46:32.307 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.340 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.375 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.394 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 15:46:32.394 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 15:46:32.397 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.397 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 15:46:32.402 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 15:46:32.407 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0602 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0006 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0006 11-27 15:46:32.407 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 15:46:32.407 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 15:46:32.415 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 15:46:32.415 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 15:46:32.415 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 465 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 200 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1817 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1859 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1877 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1823 11-27 15:46:32.437 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 15:46:32.437 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 15:46:32.439 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:46:32.439 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 15:46:32.447 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 348586556 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 15:46:32.452 0 0 I trusty : } + 15 seconds") 11-27 15:46:32.452 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 15:46:32.608 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 15:46:32.608 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 15:46:32.647 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 75ms 11-27 15:46:32.653 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=293 11-27 15:46:32.707 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-27 15:46:32.707 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 60ms 11-27 15:46:32.707 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=14 post_auth_save_flag=0. 11-27 15:46:32.707 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=4 save_extra_feature_flag=0. 11-27 15:46:32.707 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 15:46:32.708 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 15:46:32.708 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 15:46:32.708 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 15:46:32.708 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 135ms 11-27 15:46:32.712 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 15:46:32.723 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 15:46:32.723 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-27 15:58:27.292 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 15:59:59.592 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 15:59:59.592 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 15:59:59.640 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 15:59:59.640 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 15:59:59.668 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 15:59:59.668 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 15:59:59.685 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 15:59:59.685 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 15:59:59.685 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 15:59:59.685 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 15:59:59.849 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:59:59.890 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:59:59.915 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:59:59.955 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 15:59:59.981 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.013 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.045 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.079 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.115 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.146 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.185 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.213 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.251 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.283 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.317 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.347 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.381 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.414 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.447 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.481 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.514 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.548 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.584 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.614 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.648 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.681 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.715 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.748 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.781 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.814 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.850 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.881 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.913 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.915 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:00:00.915 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:00:00.915 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:00:00.915 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:00:00.915 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:00:00.915 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:00:00.916 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 16:00:00.916 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-27 16:00:00.947 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:00.981 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:01.014 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:01.035 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:00:01.035 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:00:01.038 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.038 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:00:01.044 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:00:01.052 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0902 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0009 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0009 11-27 16:00:01.052 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:00:01.052 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:00:01.058 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:00:01.058 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:00:01.058 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :19 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 19 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 468 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 291 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1811 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1873 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1894 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1825 11-27 16:00:01.073 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:00:01.073 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:00:01.073 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:00:01.081 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:00:01.087 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 349395200 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:00:01.087 0 0 I trusty : } + 15 seconds") 11-27 16:00:01.097 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:00:01.277 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 70ms 11-27 16:00:01.281 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=294 11-27 16:00:01.292 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:00:01.292 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:00:01.324 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-27 16:00:01.324 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-27 16:00:01.328 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 16:00:01.328 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-27 16:00:01.328 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:00:01.328 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 51ms 11-27 16:00:01.328 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:00:01.328 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:00:01.328 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:00:01.329 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=15 post_auth_save_flag=0. 11-27 16:00:01.329 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-27 16:00:01.329 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:00:01.330 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:00:01.330 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:00:01.330 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 16:00:01.330 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 121ms 11-27 16:00:01.334 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:00:01.340 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:00:01.340 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 16:00:04.702 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:02:03.716 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:03:40.759 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:03:40.760 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:03:40.769 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:03:40.769 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:03:40.781 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:03:40.782 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:03:40.797 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:03:40.797 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:03:40.797 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:03:40.797 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:03:40.977 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.017 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.043 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.077 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.109 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.143 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.176 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.209 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.243 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.277 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.309 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.343 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.378 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.412 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.447 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.477 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.511 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.544 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.579 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.589 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:03:41.589 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:03:41.589 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:03:41.589 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:03:41.589 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:03:41.590 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:03:41.597 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=3 11-27 16:03:41.597 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=3, expo=91, want delay = 78 11-27 16:03:41.614 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.644 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.677 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.713 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.713 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:03:41.720 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:03:41.728 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.728 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:03:41.736 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:03:41.738 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0902 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0009 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0009 11-27 16:03:41.738 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:03:41.738 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:03:41.750 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:03:41.750 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:03:41.750 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:03:41.757 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 520 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 257 11-27 16:03:41.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:03:41.765 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 16:03:41.765 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:03:41.765 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1863 11-27 16:03:41.765 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1899 11-27 16:03:41.765 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1928 11-27 16:03:41.765 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1855 11-27 16:03:41.765 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:03:41.765 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:03:41.765 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:03:41.772 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:03:41.811 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 349615889 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:03:41.811 0 0 I trusty : } + 15 seconds") 11-27 16:03:41.811 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:03:41.968 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 65ms 11-27 16:03:41.969 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=295 11-27 16:03:41.979 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:03:41.979 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:03:42.030 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 16:03:42.030 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 61ms 11-27 16:03:42.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=16 post_auth_save_flag=0. 11-27 16:03:42.031 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=6 save_extra_feature_flag=0. 11-27 16:03:42.031 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:03:42.031 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:03:42.031 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:03:42.032 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 16:03:42.032 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 126ms 11-27 16:03:42.036 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:03:42.044 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:03:42.044 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 16:13:57.675 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:14:20.346 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:14:20.346 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:14:20.358 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:14:20.358 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:14:20.404 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:14:20.420 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:14:20.420 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:14:20.420 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:14:20.420 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:14:20.420 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:14:20.578 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.599 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.632 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.670 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.698 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.704 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:14:20.704 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:14:20.704 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:14:20.704 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:14:20.710 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:14:20.712 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:14:20.712 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 16:14:20.712 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-27 16:14:20.733 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.766 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.803 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.832 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:14:20.833 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:14:20.836 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.838 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:14:20.838 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.838 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0a02 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000c 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000c 11-27 16:14:20.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:14:20.845 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:14:20.860 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:14:20.860 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:14:20.860 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :29 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 29 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 400 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 283 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1772 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1825 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1834 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1777 11-27 16:14:20.865 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:14:20.865 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:14:20.868 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:14:20.877 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:14:20.887 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:14:20.894 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 350255007 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:14:20.894 0 0 I trusty : } + 15 seconds") 11-27 16:14:21.067 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:14:21.067 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:14:21.081 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 73ms 11-27 16:14:21.082 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=296 11-27 16:14:21.138 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 16:14:21.138 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 56ms 11-27 16:14:21.139 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=17 post_auth_save_flag=0. 11-27 16:14:21.139 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=7 save_extra_feature_flag=0. 11-27 16:14:21.139 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:14:21.139 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:14:21.139 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:14:21.140 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 16:14:21.140 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 129ms 11-27 16:14:21.144 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:14:21.151 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:14:21.151 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 16:17:47.387 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:18:59.931 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:18:59.931 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:18:59.953 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:18:59.953 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:18:59.996 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:18:59.998 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:19:00.016 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:19:00.016 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:19:00.016 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:19:00.016 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:19:00.155 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:00.191 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:00.210 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:19:00.210 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:19:00.210 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:19:00.210 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:19:00.210 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:19:00.210 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:19:00.210 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 16:19:00.210 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 16:19:00.222 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:00.268 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:00.292 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:00.319 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:00.327 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:19:00.329 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:00.332 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.332 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.338 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.338 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.338 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.338 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.338 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.338 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.339 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.339 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.339 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.339 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:00.339 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:00.339 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:00.339 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:19:00.343 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 16:19:00.343 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:19:00.343 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:19:00.356 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:19:00.356 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:19:00.356 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 518 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 122 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1862 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1917 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1927 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1850 11-27 16:19:00.361 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:19:00.361 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:19:00.361 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:00.371 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:19:00.383 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:19:00.409 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 350534522 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:19:00.409 0 0 I trusty : } + 15 seconds") 11-27 16:19:00.557 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:19:00.557 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:19:00.579 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 85ms 11-27 16:19:00.580 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=297 11-27 16:19:00.640 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 16:19:00.640 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 60ms 11-27 16:19:00.641 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=18 post_auth_save_flag=0. 11-27 16:19:00.641 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=8 save_extra_feature_flag=0. 11-27 16:19:00.641 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:19:00.641 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:19:00.641 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:19:00.643 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 16:19:00.643 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 146ms 11-27 16:19:00.646 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:19:00.654 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:19:00.654 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 16:19:21.397 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:19:46.474 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:19:46.474 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:19:46.494 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:19:46.494 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:19:46.530 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:19:46.531 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:19:46.552 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:19:46.552 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:19:46.552 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:19:46.552 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:19:46.683 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.737 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.747 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.781 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.790 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:19:46.790 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:19:46.790 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:19:46.790 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:19:46.796 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:19:46.796 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:19:46.797 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 16:19:46.797 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-27 16:19:46.813 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.847 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.882 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.914 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:19:46.915 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:19:46.916 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:19:46.920 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:46.920 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:46.920 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.921 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:19:46.928 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:19:46.932 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 16:19:46.932 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:19:46.932 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:19:46.944 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:19:46.944 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:19:46.944 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 450 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 91 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1825 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1873 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1894 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1815 11-27 16:19:46.949 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:19:46.949 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:19:46.961 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:19:46.977 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-27 16:19:46.977 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 350581089 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:19:46.977 0 0 I trusty : } + 15 seconds") 11-27 16:19:47.155 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:19:47.155 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-27 16:19:47.178 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 87ms 11-27 16:19:47.180 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=298 11-27 16:19:47.252 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 16:19:47.252 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 73ms 11-27 16:19:47.253 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=19 post_auth_save_flag=0. 11-27 16:19:47.253 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=9 save_extra_feature_flag=0. 11-27 16:19:47.253 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:19:47.253 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:19:47.253 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:19:47.255 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 16:19:47.255 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 161ms 11-27 16:19:47.258 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:19:47.264 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:19:47.264 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 16:21:28.800 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:37:58.730 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:37:58.730 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:37:58.749 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:37:58.749 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:37:58.780 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:37:58.780 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:37:58.795 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:37:58.795 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:37:58.795 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:37:58.795 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:37:58.988 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:37:59.023 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:37:59.052 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:37:59.085 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:37:59.119 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:37:59.135 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 16:37:59.135 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 16:37:59.279 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:37:59.291 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-27 16:37:59.786 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:37:59.787 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:37:59.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:37:59.800 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:37:59.834 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:37:59.834 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:37:59.834 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:37:59.834 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:37:59.845 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:37:59.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:37:59.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:37:59.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:37:59.845 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:37:59.845 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:37:59.846 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 16:37:59.846 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 16:37:59.964 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:37:59.965 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:37:59.968 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.968 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:37:59.971 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:37:59.975 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 16:37:59.975 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:37:59.975 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:37:59.986 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:37:59.986 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:37:59.986 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:37:59.990 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :230 11-27 16:37:59.990 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:37:59.990 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:37:59.990 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:37:59.990 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 230 11-27 16:37:59.990 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:37:59.990 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 555 11-27 16:37:59.991 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 185 11-27 16:37:59.991 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:37:59.991 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 16:37:59.991 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:37:59.991 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1782 11-27 16:37:59.991 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1835 11-27 16:37:59.991 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1846 11-27 16:37:59.992 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1778 11-27 16:37:59.992 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:37:59.992 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:37:59.992 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:38:00.007 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 351674121 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:38:00.007 0 0 I trusty : } + 15 seconds") 11-27 16:38:00.041 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:38:00.050 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:38:00.183 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 57ms 11-27 16:38:00.183 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=299 11-27 16:38:00.250 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:38:00.250 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:38:00.261 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-27 16:38:00.261 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 78ms 11-27 16:38:00.262 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=0 post_auth_save_flag=1. 11-27 16:38:00.262 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=0 save_extra_feature_flag=1. 11-27 16:38:00.265 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_0 0 11-27 16:38:00.529 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_0 not found 11-27 16:38:00.547 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_1 0 11-27 16:38:00.754 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_1 not found 11-27 16:38:00.757 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_2 0 11-27 16:38:01.052 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_2 not found 11-27 16:38:01.057 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_3 0 11-27 16:38:01.326 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_3 not found 11-27 16:38:01.326 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so 1 11-27 16:38:01.326 0 0 I trusty : [GF_TA][E][gf_tee_storage][trusty_file_open] Attempting to open LHBM_gf_persist.so on TDP for read-only 11-27 16:38:01.443 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:38:01.443 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:38:01.443 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:38:01.445 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 16:38:01.445 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 136ms 11-27 16:38:01.452 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:38:01.458 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:38:01.458 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-27 16:38:19.356 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:42:37.143 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:42:37.143 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:42:37.174 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:42:37.174 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:42:37.220 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:42:37.220 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:42:37.237 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:42:37.237 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:42:37.237 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:42:37.237 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:42:37.374 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:42:37.419 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:42:37.439 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:42:37.472 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:42:37.512 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:42:37.517 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 16:42:37.517 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 16:42:37.676 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:42:37.690 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:42:38.112 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:42:38.112 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:42:38.135 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:42:38.135 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:42:38.153 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:42:38.153 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:42:38.153 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:42:38.153 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:42:38.153 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:42:38.153 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:42:38.154 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 16:42:38.154 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 16:42:38.164 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:42:38.164 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:42:38.164 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:42:38.164 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:42:38.285 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:42:38.285 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:42:38.291 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.291 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:42:38.293 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:42:38.295 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:42:38.297 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0302 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0005 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0005 11-27 16:42:38.297 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:42:38.297 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:42:38.307 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:42:38.307 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:42:38.307 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 427 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 285 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1803 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1859 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1877 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1815 11-27 16:42:38.313 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:42:38.313 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:42:38.313 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:42:38.321 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:42:38.329 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:42:38.341 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 351952455 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:42:38.341 0 0 I trusty : } + 15 seconds") 11-27 16:42:38.507 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:42:38.507 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:42:38.533 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 78ms 11-27 16:42:38.535 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=1 frame_num=300 11-27 16:42:38.563 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_flocbase_0.so 0 11-27 16:42:38.622 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_flocbase_0.so not found 11-27 16:42:38.622 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_flocbase_0.so_bak 0 11-27 16:42:38.670 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_flocbase_0.so_bak not found 11-27 16:42:38.670 0 0 I trusty : [GF_TA][E][gf_data_sync][gf_so_sync_queue] data sync disabled, please config sync files. 11-27 16:42:38.681 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 16:42:38.681 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 147ms 11-27 16:42:38.685 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=1 post_auth_save_flag=0. 11-27 16:42:38.685 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=1 save_extra_feature_flag=0. 11-27 16:42:38.685 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so 0 11-27 16:42:38.935 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_persist.so not found 11-27 16:42:38.935 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so_bak 0 11-27 16:42:39.100 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_persist.so_bak not found 11-27 16:42:39.100 0 0 I trusty : [GF_TA][E][gf_data_sync][gf_so_sync_queue] data sync disabled, please config sync files. 11-27 16:42:39.100 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:42:39.101 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:42:39.101 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:42:39.103 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-27 16:42:39.103 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 226ms 11-27 16:42:39.107 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:42:39.116 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:42:39.116 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 16:43:15.701 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 16:54:02.139 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:54:02.139 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:54:02.184 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:54:02.184 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:54:02.231 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:54:02.231 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:54:02.245 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:54:02.253 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:54:02.253 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:54:02.253 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:54:02.407 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.441 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.476 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.506 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.541 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.574 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.606 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.642 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.672 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.706 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.739 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.776 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.807 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.843 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.876 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.912 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.944 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:02.984 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.009 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.041 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.073 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.108 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.143 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.176 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.214 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.243 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.275 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.310 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.343 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.375 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.409 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.443 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.477 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.508 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.552 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.580 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.611 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.645 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.675 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.711 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.744 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.776 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.808 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.846 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.877 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.926 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.945 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:03.976 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.010 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.046 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.078 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.117 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.149 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.179 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.211 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.278 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.312 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.350 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.380 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.413 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.445 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.481 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.514 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.546 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.579 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.614 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.673 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.693 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.715 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.747 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.780 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.814 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.847 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.881 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:04.896 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 16:54:04.896 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 16:54:05.038 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:54:05.055 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:54:10.874 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 16:54:10.874 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 16:54:10.879 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 16:54:10.879 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 16:54:10.922 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 16:54:10.922 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 16:54:10.922 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 16:54:10.922 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 16:54:10.922 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 16:54:10.922 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:54:10.923 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 16:54:10.923 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 16:54:10.924 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 16:54:10.924 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 16:54:10.942 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 16:54:10.942 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 16:54:10.942 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 16:54:10.942 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 16:54:11.044 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 16:54:11.045 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:54:11.051 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.051 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0602 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0006 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0006 11-27 16:54:11.057 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 16:54:11.057 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 16:54:11.069 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 16:54:11.069 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 16:54:11.069 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 535 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 120 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 13 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1873 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1927 11-27 16:54:11.076 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1956 11-27 16:54:11.077 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1880 11-27 16:54:11.077 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 16:54:11.077 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 16:54:11.077 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 16:54:11.098 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 16:54:11.106 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:54:11.144 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 352645257 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 16:54:11.144 0 0 I trusty : } + 15 seconds") 11-27 16:54:11.272 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 16:54:11.272 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 16:54:11.285 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 73ms 11-27 16:54:11.287 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=301 11-27 16:54:11.348 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-27 16:54:11.348 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-27 16:54:11.352 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 16:54:11.352 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-27 16:54:11.352 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:54:11.352 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 66ms 11-27 16:54:11.352 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:54:11.352 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:54:11.352 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 16:54:11.355 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=2 post_auth_save_flag=0. 11-27 16:54:11.355 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=2 save_extra_feature_flag=0. 11-27 16:54:11.355 0 0 I trusty : [GF_TA][I][gf_delmar_algo][gf_algo_save_extra_feature] save extra feature 11-27 16:54:11.360 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_extra_feature.so 0 11-27 16:54:12.212 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_extra_feature.so not found 11-27 16:54:12.212 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 16:54:12.213 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 16:54:12.213 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 16:54:12.217 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 3ms 11-27 16:54:12.217 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 142ms 11-27 16:54:12.222 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 16:54:12.231 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 16:54:12.231 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 16:54:27.353 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 17:40:37.803 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 17:40:37.803 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 17:40:37.816 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 17:40:37.816 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 17:40:37.940 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 17:40:37.940 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 17:40:37.961 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 17:40:37.972 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 17:40:37.972 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 17:40:37.972 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 17:40:38.037 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.070 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.105 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.136 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.172 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.205 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.236 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.268 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.303 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.338 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.369 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.402 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.443 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.472 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.503 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.536 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.569 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.602 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.635 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.669 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.703 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.737 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.771 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.806 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.837 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.847 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 17:40:38.847 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 17:40:38.847 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 17:40:38.847 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 17:40:38.847 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 17:40:38.847 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 17:40:38.848 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 17:40:38.848 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 17:40:38.870 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.907 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.937 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:38.969 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 17:40:38.969 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:40:38.972 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.972 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:40:38.977 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:40:38.978 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 17:40:38.983 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0902 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0009 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0009 11-27 17:40:38.983 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 17:40:38.983 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 17:40:38.995 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 17:40:38.995 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 17:40:38.995 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :19 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 19 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 495 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 232 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1699 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1752 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1788 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1706 11-27 17:40:39.003 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 17:40:39.003 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 17:40:39.003 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:40:39.018 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 17:40:39.033 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 17:40:39.047 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 355433160 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 17:40:39.047 0 0 I trusty : } + 15 seconds") 11-27 17:40:39.220 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 17:40:39.220 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 17:40:39.221 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 88ms 11-27 17:40:39.222 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=302 11-27 17:40:39.266 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-27 17:40:39.266 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-27 17:40:39.270 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 17:40:39.270 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-27 17:40:39.270 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 17:40:39.270 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 48ms 11-27 17:40:39.270 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 17:40:39.270 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 17:40:39.270 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 17:40:39.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=3 post_auth_save_flag=0. 11-27 17:40:39.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=3 save_extra_feature_flag=0. 11-27 17:40:39.271 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 17:40:39.271 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 17:40:39.271 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 17:40:39.271 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template]Template size = *** 11-27 17:40:39.283 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_algo_encode_finger_template] encode cost:8 get size cost:0 11-27 17:40:39.283 0 0 I trusty : [GF_TA][I][gf_finger_list][gf_fingerlist_get_finger_pdu] encode template cost:8 ms 11-27 17:40:39.285 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0.so 0 11-27 17:40:40.253 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0.so not found 11-27 17:40:40.255 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0_bak.so 0 11-27 17:40:41.003 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0_bak.so not found 11-27 17:40:41.003 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template] success to save finger(***)'s so(finger_0_0_bak.so) 11-27 17:40:41.003 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0.so 0 11-27 17:40:41.012 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0.so not found 11-27 17:40:41.012 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0_bak.so 0 11-27 17:40:41.020 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0_bak.so not found 11-27 17:40:41.022 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 17:40:41.022 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 136ms 11-27 17:40:41.027 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 17:40:41.034 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 17:40:41.034 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 17:40:44.503 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 17:40:44.503 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 17:42:45.934 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 17:46:56.807 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 17:46:56.807 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 17:46:56.828 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 17:46:56.828 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 17:46:56.847 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 17:46:56.853 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 17:46:56.870 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 17:46:56.870 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 17:46:56.870 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 17:46:56.870 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 17:46:56.985 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.056 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.091 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.123 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.153 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.160 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 17:46:57.160 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 17:46:57.160 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 17:46:57.160 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 17:46:57.160 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 17:46:57.167 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 17:46:57.168 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 17:46:57.168 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 17:46:57.185 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.218 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.254 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.285 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.288 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 17:46:57.288 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:46:57.296 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 17:46:57.307 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 17:46:57.311 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0302 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0005 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0005 11-27 17:46:57.311 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 17:46:57.311 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 17:46:57.323 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 17:46:57.324 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 17:46:57.324 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :19 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 19 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 487 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 378 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1816 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1864 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1905 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1804 11-27 17:46:57.333 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 17:46:57.333 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 17:46:57.333 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 17:46:57.371 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 355811484 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 17:46:57.371 0 0 I trusty : } + 15 seconds") 11-27 17:46:57.398 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 17:46:57.412 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 17:46:57.532 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 54ms 11-27 17:46:57.535 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=303 11-27 17:46:57.589 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 17:46:57.589 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-27 17:46:57.589 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=4 post_auth_save_flag=0. 11-27 17:46:57.589 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=4 save_extra_feature_flag=0. 11-27 17:46:57.589 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 17:46:57.590 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 17:46:57.590 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 17:46:57.591 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 17:46:57.591 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 109ms 11-27 17:46:57.594 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 17:46:57.598 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 17:46:57.598 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 17:46:57.599 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 17:46:57.599 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 17:47:07.304 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 18:18:09.305 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 18:18:09.322 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 18:18:09.354 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 18:18:09.354 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 18:18:09.380 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 18:18:09.380 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 18:18:09.396 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 18:18:09.396 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 18:18:09.396 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 18:18:09.396 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 18:18:09.486 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.561 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.588 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.620 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.650 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.685 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.717 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.751 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.784 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.816 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.850 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.885 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.919 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.950 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:09.984 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.017 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.053 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.084 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.117 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.150 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.183 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.217 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.250 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.283 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.316 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.350 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.383 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.416 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.451 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.487 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.517 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.550 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.586 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.625 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.650 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.683 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.717 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.750 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.783 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.817 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.851 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.883 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.918 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.954 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:10.986 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.020 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.054 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.085 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.120 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.152 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.185 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.219 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.253 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.288 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.319 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.352 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.385 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.418 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.454 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.486 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.519 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.554 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.586 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.620 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.652 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.687 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.719 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.753 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.787 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.819 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.856 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.886 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.921 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.953 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:11.986 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:18:12.003 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 18:18:12.003 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 18:18:12.145 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 18:18:12.163 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 18:42:39.113 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 18:42:39.113 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 18:42:39.121 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 18:42:39.121 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 18:42:39.156 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 18:42:39.156 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 18:42:39.172 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 18:42:39.172 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 18:42:39.172 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 18:42:39.172 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 18:42:39.347 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.377 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.420 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.446 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.477 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.511 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.544 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.578 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.614 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.630 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 18:42:39.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 18:42:39.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 18:42:39.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 18:42:39.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 18:42:39.630 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 18:42:39.630 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 18:42:39.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 18:42:39.649 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.679 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.712 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.749 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.749 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 18:42:39.749 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:42:39.757 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.757 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:42:39.764 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 18:42:39.767 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 18:42:39.767 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 18:42:39.767 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 18:42:39.776 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 18:42:39.776 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 18:42:39.776 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 18:42:39.779 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 436 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 174 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1775 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1842 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1866 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1785 11-27 18:42:39.782 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 18:42:39.782 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 18:42:39.795 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 18:42:39.808 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 18:42:39.818 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 359153931 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 18:42:39.818 0 0 I trusty : } + 15 seconds") 11-27 18:42:39.981 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 18:42:39.981 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 18:42:40.000 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 71ms 11-27 18:42:40.003 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=304 11-27 18:42:40.061 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 18:42:40.061 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 60ms 11-27 18:42:40.062 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=5 post_auth_save_flag=0. 11-27 18:42:40.062 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-27 18:42:40.062 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 18:42:40.062 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 18:42:40.062 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 18:42:40.063 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 18:42:40.063 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 131ms 11-27 18:42:40.066 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 18:42:40.075 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 18:42:40.075 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 18:42:51.311 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 18:43:24.969 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 18:43:24.969 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 18:43:24.983 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 18:43:24.983 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 18:43:24.997 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 18:43:24.997 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 18:43:25.014 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 18:43:25.014 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 18:43:25.014 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 18:43:25.014 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 18:43:25.214 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:43:25.249 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:43:25.281 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:43:25.314 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:43:25.347 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:43:25.352 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 18:43:25.352 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 18:43:25.511 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 18:43:25.529 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 18:43:25.693 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 18:43:25.693 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 18:43:25.708 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 18:43:25.708 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 18:43:25.732 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 18:43:25.732 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 18:43:25.732 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 18:43:25.732 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 18:43:25.732 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 18:43:25.732 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 18:43:25.732 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 18:43:25.732 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 18:43:25.732 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 18:43:25.733 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 18:43:25.733 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 18:43:25.733 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 18:43:25.853 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 18:43:25.853 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:43:25.855 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 18:43:25.859 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 18:43:25.863 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 18:43:25.863 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 18:43:25.863 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 18:43:25.873 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 18:43:25.873 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 18:43:25.873 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 464 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 130 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1824 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1875 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1903 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1818 11-27 18:43:25.880 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 18:43:25.880 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 18:43:25.886 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 18:43:25.893 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 18:43:25.927 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 359200040 } is later than auth token time Timestamp { milliseconds: 341359290 11-27 18:43:25.927 0 0 I trusty : } + 15 seconds") 11-27 18:43:26.080 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 18:43:26.080 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-27 18:43:26.087 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 72ms 11-27 18:43:26.090 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=305 11-27 18:43:26.138 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 18:43:26.138 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 49ms 11-27 18:43:26.139 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=6 post_auth_save_flag=0. 11-27 18:43:26.139 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=6 save_extra_feature_flag=0. 11-27 18:43:26.139 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 18:43:26.143 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 18:43:26.143 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 18:43:26.148 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 18:43:26.148 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 121ms 11-27 18:43:26.151 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 18:43:26.162 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 18:43:26.162 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 18:44:06.030 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 18:46:25.162 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 18:46:25.162 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 18:46:25.169 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 18:46:25.169 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 18:46:25.179 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 18:46:25.179 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 18:46:25.200 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 18:46:25.200 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 18:46:25.200 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 18:46:25.200 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 18:46:25.374 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:46:25.450 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:46:25.478 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:46:25.507 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:46:25.589 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:46:25.615 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 18:46:25.685 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 18:46:25.685 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-27 18:46:25.685 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-27 18:46:25.708 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 18:46:25.708 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-27 18:46:25.714 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-27 18:46:25.845 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 18:46:25.860 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-27 18:46:47.632 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 19:29:16.717 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 19:29:16.717 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 19:29:16.743 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 19:29:16.753 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 19:29:16.769 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 19:29:16.771 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 19:29:16.790 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 19:29:16.790 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 19:29:16.790 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 19:29:16.790 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 19:29:16.950 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:16.983 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.015 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.049 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.082 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.114 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.148 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.180 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.214 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.248 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.287 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.314 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.350 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.382 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.415 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.448 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.475 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 19:29:17.475 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 19:29:17.475 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 19:29:17.475 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 19:29:17.475 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 19:29:17.475 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 19:29:17.476 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 19:29:17.476 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 19:29:17.481 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.515 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.548 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.582 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.595 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 19:29:17.598 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 19:29:17.609 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.609 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 19:29:17.613 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 19:29:17.617 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 19:29:17.617 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 19:29:17.617 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 19:29:17.629 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 19:29:17.629 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 19:29:17.629 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 453 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 94 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1794 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1859 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1887 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1815 11-27 19:29:17.635 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 19:29:17.635 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 19:29:17.635 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 19:29:17.647 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 19:29:17.648 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 361951762 } is later than auth token time Timestamp { milliseconds: 359379798 11-27 19:29:17.648 0 0 I trusty : } + 15 seconds") 11-27 19:29:17.660 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 19:29:17.850 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 74ms 11-27 19:29:17.851 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=306 11-27 19:29:17.861 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 19:29:17.861 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 19:29:17.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 19:29:17.907 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 54ms 11-27 19:29:17.907 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=7 post_auth_save_flag=0. 11-27 19:29:17.907 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=7 save_extra_feature_flag=0. 11-27 19:29:17.907 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 19:29:17.907 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 19:29:17.907 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 19:29:17.910 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 3ms 11-27 19:29:17.910 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 131ms 11-27 19:29:17.914 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 19:29:17.920 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 19:29:17.920 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 19:29:34.781 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 19:29:34.781 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 19:29:34.891 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 19:29:34.891 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 19:36:25.957 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 19:36:25.957 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 19:39:17.631 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 19:39:41.699 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 08d3ed40-bde2-448c-a91d-75f1989c57ef. 11-27 19:39:41.700 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 08d3ed40-bde2-448c-a91d-75f1989c57ef. 11-27 19:41:01.523 25455 25483 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 19:41:01.523 25455 25483 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25455 11-27 19:41:01.523 25455 25483 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-27 19:41:01.523 25455 25483 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-27 19:41:02.229 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 19:56:01.057 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 19:57:02.801 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 19:57:35.488 25455 25529 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 19:57:35.488 25455 25529 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25455 11-27 19:57:35.488 25455 25529 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at ok.(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at .(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 19:57:35.488 25455 25529 E AndroidRuntime: at .(:0) 11-27 19:57:55.863 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:04:48.621 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:06:23.910 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:06:23.910 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:06:23.918 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 20:06:23.920 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 20:06:23.945 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:06:23.945 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:06:23.961 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:06:23.961 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:06:23.961 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:06:23.961 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:06:24.541 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.563 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.595 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.630 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.661 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.694 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.726 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.760 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.781 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 20:06:24.781 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 20:06:24.781 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 20:06:24.781 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 20:06:24.781 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 20:06:24.781 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:06:24.782 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 20:06:24.782 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 20:06:24.793 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.826 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.860 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.894 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.900 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 20:06:24.900 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:06:24.908 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.908 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:06:24.914 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 20:06:24.918 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-27 20:06:24.918 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 20:06:24.918 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:06:24.926 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 20:06:24.926 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 20:06:24.926 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 540 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 276 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1890 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1944 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1966 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1887 11-27 20:06:24.932 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 20:06:24.932 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 20:06:24.932 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:06:24.951 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:06:24.966 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:06:24.970 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 364179081 } is later than auth token time Timestamp { milliseconds: 359379798 11-27 20:06:24.972 0 0 I trusty : } + 15 seconds") 11-27 20:06:25.151 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 62ms 11-27 20:06:25.152 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=307 11-27 20:06:25.184 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 20:06:25.184 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:06:25.222 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-27 20:06:25.222 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 70ms 11-27 20:06:25.223 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=8 post_auth_save_flag=0. 11-27 20:06:25.223 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=8 save_extra_feature_flag=0. 11-27 20:06:25.223 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 20:06:25.223 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 20:06:25.223 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 20:06:25.224 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 20:06:25.224 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 132ms 11-27 20:06:25.229 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 20:06:25.235 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 20:06:25.235 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-27 20:15:53.131 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:15:54.265 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:15:54.265 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:15:54.273 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 20:15:54.282 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 20:15:54.300 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:15:54.300 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:15:54.317 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:15:54.317 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:15:54.317 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:15:54.317 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:15:54.615 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:15:54.639 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:15:54.671 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:15:54.708 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:15:54.744 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:15:54.751 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 20:15:54.751 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 20:15:54.843 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 20:15:54.844 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 20:15:54.844 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 20:15:54.844 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 20:15:54.844 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 20:15:54.844 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:15:54.846 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 20:15:54.846 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=2, expo=91, want delay = 79 11-27 20:15:54.893 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:15:54.906 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:15:54.940 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:15:54.940 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:15:54.961 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:15:54.961 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:15:54.970 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 20:15:54.970 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 20:15:54.975 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:15:54.976 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.976 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:15:54.980 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:15:54.982 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 20:15:54.984 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0302 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0005 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0005 11-27 20:15:54.984 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 20:15:54.985 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:15:54.985 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:15:54.985 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:15:54.986 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:15:54.986 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:15:55.030 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 20:15:55.030 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 20:15:55.030 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :19 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 19 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 569 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 510 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1909 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1965 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1981 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1922 11-27 20:15:55.036 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 20:15:55.036 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 20:15:55.043 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:15:55.049 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:15:55.078 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 364749192 } is later than auth token time Timestamp { milliseconds: 359379798 11-27 20:15:55.079 0 0 I trusty : } + 15 seconds") 11-27 20:15:55.218 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 20:15:55.218 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:15:55.251 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 54ms 11-27 20:15:55.252 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=308 11-27 20:15:55.290 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-27 20:15:55.290 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-27 20:15:55.295 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-27 20:15:55.295 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-27 20:15:55.295 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 20:15:55.295 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 42ms 11-27 20:15:55.295 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 20:15:55.295 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 20:15:55.295 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-27 20:15:55.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=9 post_auth_save_flag=0. 11-27 20:15:55.296 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=9 save_extra_feature_flag=0. 11-27 20:15:55.296 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 20:15:55.296 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 20:15:55.296 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 20:15:55.298 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 20:15:55.298 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 96ms 11-27 20:15:55.301 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 20:15:55.310 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 20:15:55.310 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-27 20:24:20.735 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:24:20.782 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:24:20.782 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:24:20.790 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 20:24:20.792 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 20:24:20.831 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:24:20.831 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:24:20.849 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:24:20.872 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:24:20.872 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:24:20.872 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:24:21.000 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:24:21.036 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:24:21.070 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:24:21.101 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:24:21.141 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:24:21.148 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 20:24:21.148 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 20:24:21.256 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 20:24:21.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 20:24:21.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 20:24:21.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 20:24:21.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 20:24:21.256 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:24:21.257 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 20:24:21.257 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=3, expo=91, want delay = 78 11-27 20:24:21.292 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:24:21.307 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:24:21.331 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:24:21.331 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:24:21.345 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:24:21.345 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:24:21.364 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:24:21.364 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:24:21.364 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:24:21.364 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:24:21.371 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 20:24:21.373 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:24:21.403 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.403 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:24:21.406 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 20:24:21.409 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-27 20:24:21.409 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 20:24:21.409 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:24:21.423 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 20:24:21.423 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 20:24:21.423 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 20:24:21.431 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :24 11-27 20:24:21.431 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 20:24:21.431 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 20:24:21.431 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 20:24:21.431 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 24 11-27 20:24:21.431 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 20:24:21.431 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 598 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 199 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1740 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1804 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1764 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1751 11-27 20:24:21.434 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 20:24:21.434 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 20:24:21.443 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 365255555 } is later than auth token time Timestamp { milliseconds: 359379798 11-27 20:24:21.443 0 0 I trusty : } + 15 seconds") 11-27 20:24:21.443 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:24:21.459 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:24:21.607 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 68ms 11-27 20:24:21.608 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=309 11-27 20:24:21.615 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 20:24:21.615 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:24:21.662 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0x0 11-27 20:24:21.662 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 52ms 11-27 20:24:21.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=10 post_auth_save_flag=0. 11-27 20:24:21.662 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=0 save_extra_feature_flag=1. 11-27 20:24:21.662 0 0 I trusty : [GF_TA][I][gf_delmar_algo][gf_algo_save_extra_feature] save extra feature 11-27 20:24:21.667 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_extra_feature.so 0 11-27 20:24:22.517 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_extra_feature.so not found 11-27 20:24:22.517 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 20:24:22.517 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 20:24:22.517 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 20:24:22.518 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 20:24:22.518 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 120ms 11-27 20:24:22.523 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 20:24:22.529 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 20:24:22.529 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x00 11-27 20:30:24.335 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:31:48.252 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:38:54.741 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:38:54.741 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:38:54.765 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 20:38:54.765 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 20:38:54.778 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:38:54.778 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:38:54.794 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:38:54.794 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:38:54.794 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:38:54.794 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:38:54.949 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:54.981 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:55.017 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:55.052 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:55.080 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:55.085 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 20:38:55.085 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 20:38:55.248 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:38:55.261 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:38:56.332 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:38:56.332 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:38:56.353 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 20:38:56.353 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 20:38:56.359 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:38:56.359 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:38:56.393 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:38:56.393 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:38:56.393 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:38:56.393 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:38:56.543 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:56.612 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:56.648 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:56.674 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:56.710 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:56.746 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-27 20:38:56.751 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-27 20:38:56.751 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-27 20:38:56.792 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-27 20:38:56.792 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-27 20:38:56.792 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-27 20:38:56.792 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-27 20:38:56.793 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-27 20:38:56.793 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:38:56.794 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-27 20:38:56.794 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-27 20:38:56.897 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:38:56.912 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:38:56.918 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-27 20:38:56.919 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-27 20:38:56.927 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:38:56.929 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.929 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.934 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-27 20:38:56.934 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-27 20:38:56.935 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-27 20:38:56.940 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0902 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0009 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0009 11-27 20:38:56.940 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-27 20:38:56.941 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-27 20:38:56.957 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-27 20:38:56.957 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-27 20:38:56.957 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 621 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 356 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1952 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1988 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:2013 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1955 11-27 20:38:56.966 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-27 20:38:56.966 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-27 20:38:56.966 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-27 20:38:56.966 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-27 20:38:56.986 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-27 20:38:56.986 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-27 20:38:56.986 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-27 20:38:56.986 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-27 20:38:56.986 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 366131097 } is later than auth token time Timestamp { milliseconds: 359379798 11-27 20:38:56.986 0 0 I trusty : } + 15 seconds") 11-27 20:38:57.037 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-27 20:38:57.050 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:38:57.127 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 51ms 11-27 20:38:57.130 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=310 11-27 20:38:57.184 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-27 20:38:57.184 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 53ms 11-27 20:38:57.189 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=11 post_auth_save_flag=0. 11-27 20:38:57.189 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=1 save_extra_feature_flag=0. 11-27 20:38:57.189 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-27 20:38:57.189 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-27 20:38:57.189 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-27 20:38:57.189 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-27 20:38:57.189 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 104ms 11-27 20:38:57.194 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-27 20:38:57.216 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-27 20:38:57.217 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-27 20:38:57.229 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-27 20:38:57.229 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-27 20:39:11.294 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:44:25.151 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:45:41.076 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:47:03.926 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:47:50.911 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:49:44.189 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 20:59:31.489 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:00:38.256 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:01:41.294 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:02:45.479 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:03:55.838 7549 7626 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 21:03:55.838 7549 7626 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 7549 11-27 21:03:55.838 7549 7626 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 21:03:55.838 7549 7626 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 21:04:12.016 11293 11360 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11293 11-27 21:04:12.016 11293 11360 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at ok.(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at .(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 21:04:12.016 11293 11360 E AndroidRuntime: at .(:0) 11-27 21:04:23.495 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:06:01.371 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:15:19.311 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:15:33.671 13556 13672 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-27 21:15:33.671 13556 13672 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 13556 11-27 21:15:33.671 13556 13672 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at ok.(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at .(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 21:15:33.671 13556 13672 E AndroidRuntime: at .(:0) 11-27 21:16:39.773 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:16:40.158 14750 14750 E AndroidRuntime: FATAL EXCEPTION: main 11-27 21:16:40.158 14750 14750 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14750 11-27 21:16:40.158 14750 14750 E AndroidRuntime: java.lang.RuntimeException: Unable to start service org.thoughtcrime.securesms.gcm.FcmFetchForegroundService@8ee267e with null: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service org.thoughtcrime.securesms/.gcm.FcmFetchForegroundService 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5165) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2469) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service org.thoughtcrime.securesms/.gcm.FcmFetchForegroundService 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:5075) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:5057) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3237) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3226) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3209) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3151) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7193) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.Service.startForeground(Service.java:776) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at org.thoughtcrime.securesms.gcm.FcmFetchForegroundService.postForegroundNotification(FcmFetchForegroundService.kt:142) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at org.thoughtcrime.securesms.gcm.FcmFetchForegroundService.onStartCommand(FcmFetchForegroundService.kt:126) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5147) 11-27 21:16:40.158 14750 14750 E AndroidRuntime: ... 9 more 11-27 21:17:19.718 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:18:34.197 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:34:18.249 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:36:00.719 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:44:18.066 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:49:44.606 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 21:53:44.650 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 22:05:22.348 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 08d3ed40-bde2-448c-a91d-75f1989c57ef. 11-27 22:05:22.348 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 08d3ed40-bde2-448c-a91d-75f1989c57ef. 11-27 22:06:22.592 25506 25534 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-27 22:06:22.592 25506 25534 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25506 11-27 22:06:22.592 25506 25534 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-27 22:06:22.592 25506 25534 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 11-27 22:12:53.901 26502 26569 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26502 11-27 22:12:53.901 26502 26569 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at ok.(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at .(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 22:12:53.901 26502 26569 E AndroidRuntime: at .(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-27 22:13:25.746 26683 26750 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 26683 11-27 22:13:25.746 26683 26750 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at Diagnostics results:.(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at ok.(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at .(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-27 22:13:25.746 26683 26750 E AndroidRuntime: at .(:0) 11-27 22:25:50.213 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 22:27:50.171 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 22:36:51.583 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 22:46:18.274 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 23:25:24.772 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-27 23:32:46.763 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 23:32:46.772 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 23:32:46.785 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 23:32:46.785 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 23:32:46.863 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-27 23:32:46.863 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-27 23:41:50.426 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:03:19.990 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:06:53.043 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:18:22.209 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:19:28.318 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:27:53.236 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:33:52.581 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:40:25.586 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 00:58:31.916 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 00:58:31.916 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 00:58:31.922 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 00:58:31.922 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 00:58:31.937 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 00:58:31.937 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 00:58:31.953 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 00:58:31.953 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 00:58:31.953 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 00:58:31.953 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 00:58:32.573 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:32.588 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:32.626 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:32.660 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:32.686 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:32.690 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 00:58:32.690 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 00:58:32.842 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 00:58:32.855 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 00:58:35.045 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 00:58:35.045 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 00:58:35.060 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 00:58:35.060 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 00:58:35.072 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 00:58:35.072 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 00:58:35.104 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 00:58:35.104 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 00:58:35.104 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 00:58:35.104 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 00:58:35.248 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:35.318 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:35.351 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:35.383 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:35.415 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:35.448 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 00:58:35.452 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 00:58:35.452 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 00:58:35.601 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 00:58:35.612 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 01:01:56.815 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:02:54.919 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:06:55.117 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:11:55.819 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:17:56.648 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:22:47.910 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:25:37.177 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:31:04.915 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:33:01.208 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:37:00.747 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:39:48.351 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:42:02.691 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 01:47:00.593 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 02:03:00.978 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 02:10:43.260 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 02:16:30.406 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 02:17:12.008 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 02:17:12.008 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 02:17:12.019 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 02:17:12.019 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 02:17:12.047 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 02:17:12.047 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 02:22:00.962 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 02:44:01.751 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 02:44:01.751 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 02:44:01.761 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 02:44:01.761 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 02:44:01.783 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 02:44:01.786 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 02:44:01.795 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 02:44:01.795 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 02:44:01.795 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 02:44:01.795 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 02:44:02.184 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 02:44:02.211 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 02:44:02.247 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 02:44:02.276 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 02:44:02.313 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 02:44:02.317 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 02:44:02.317 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 02:44:02.460 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 02:44:02.475 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 02:57:03.871 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 03:06:10.243 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 03:12:01.342 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 03:14:42.676 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 03:38:04.893 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 03:42:43.176 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:02:02.923 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:04:00.569 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:09:33.012 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:09:33.012 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:09:33.065 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:09:33.065 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:09:33.128 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:09:33.128 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:09:33.146 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:09:33.146 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:09:33.146 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:09:33.146 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:09:33.401 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:09:33.424 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:09:33.456 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:09:33.495 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:09:33.526 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:09:33.534 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:09:33.534 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:09:33.673 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:09:33.686 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:17:28.566 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:17:28.566 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:17:28.588 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:17:28.588 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:17:28.609 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:17:28.610 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:17:28.629 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:17:28.630 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:17:28.630 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:17:28.630 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:17:28.789 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:28.814 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:28.851 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:28.883 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:28.922 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:28.927 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:17:28.927 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:17:29.073 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:17:29.086 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:17:32.739 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:17:32.739 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:17:32.745 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:17:32.745 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:17:32.755 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:17:32.755 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:17:32.793 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:17:32.793 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:17:32.793 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:17:32.793 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:17:32.937 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:33.004 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:33.039 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:33.068 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:33.103 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:33.117 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 04:17:33.117 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 04:17:33.117 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 04:17:33.117 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 04:17:33.117 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 04:17:33.117 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:17:33.118 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 04:17:33.118 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 04:17:33.141 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:17:33.148 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:17:33.148 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:17:33.237 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 04:17:33.238 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.250 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.250 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0902 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0009 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0009 11-28 04:17:33.256 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 04:17:33.256 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:17:33.348 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-28 04:17:33.348 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 04:17:33.348 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 04:17:33.348 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :19 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 19 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 568 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 542 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 04:17:33.356 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 04:17:33.356 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.356 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.356 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.356 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-28 04:17:33.388 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 04:17:33.388 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 04:17:33.388 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1911 11-28 04:17:33.388 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1937 11-28 04:17:33.388 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1955 11-28 04:17:33.388 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1891 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_algo_common][gf_algo_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_algo_common][gf_algo_cmd_entry] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_algo_module][cmd_entry_point] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_modules][gf_modules_cmd_entry_point] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_ta_entry][ta_handle_cmd] handle command failed. 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_ta_entry][ta_handle_cmd] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 04:17:33.388 0 0 I trusty : [GF_TA][E][gf_main][handle_in_cmd] Error handle cmd 1008 11-28 04:17:33.388 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:17:33.398 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=312 11-28 04:17:33.398 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 5ms 11-28 04:17:33.398 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 5ms 11-28 04:17:33.398 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 04:17:33.402 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:17:33.433 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 04:17:33.433 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 04:17:33.438 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 04:17:33.438 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 04:17:34.476 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:17:34.476 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:17:34.485 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:17:34.485 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:17:34.486 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 04:17:34.486 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 04:17:34.486 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 04:17:34.486 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 04:17:34.486 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 04:17:34.486 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:17:34.489 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 04:17:34.489 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=2, expo=91, want delay = 79 11-28 04:17:34.496 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:17:34.496 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:17:34.529 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:17:34.529 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:17:34.529 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:17:34.529 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:17:34.613 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 04:17:34.613 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:34.616 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.616 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:17:34.620 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 04:17:34.624 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0302 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0005 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0005 11-28 04:17:34.624 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 04:17:34.624 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:17:34.640 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 04:17:34.640 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 04:17:34.641 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 04:17:34.645 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :19 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 19 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 556 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 476 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1905 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1935 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1962 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1901 11-28 04:17:34.646 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 04:17:34.646 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 04:17:34.657 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:17:34.665 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:17:34.665 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 393651045 } is later than auth token time Timestamp { milliseconds: 359379798 11-28 04:17:34.665 0 0 I trusty : } + 15 seconds") 11-28 04:17:34.853 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 99ms 11-28 04:17:34.854 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=312 11-28 04:17:34.880 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 04:17:34.880 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:17:34.910 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 04:17:34.910 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 57ms 11-28 04:17:34.910 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=12 post_auth_save_flag=0. 11-28 04:17:34.910 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=2 save_extra_feature_flag=0. 11-28 04:17:34.910 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 04:17:34.910 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 04:17:34.910 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 04:17:34.910 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template]Template size = *** 11-28 04:17:34.924 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_algo_encode_finger_template] encode cost:10 get size cost:0 11-28 04:17:34.925 0 0 I trusty : [GF_TA][I][gf_finger_list][gf_fingerlist_get_finger_pdu] encode template cost:10 ms 11-28 04:17:34.927 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0.so 0 11-28 04:17:35.752 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0.so not found 11-28 04:17:35.752 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0_bak.so 0 11-28 04:17:36.488 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0_bak.so not found 11-28 04:17:36.488 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template] success to save finger(***)'s so(finger_0_0_bak.so) 11-28 04:17:36.488 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0.so 0 11-28 04:17:36.497 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0.so not found 11-28 04:17:36.497 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0_bak.so 0 11-28 04:17:36.507 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0_bak.so not found 11-28 04:17:36.510 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 2ms 11-28 04:17:36.510 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 158ms 11-28 04:17:36.510 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 04:17:36.517 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 04:17:36.527 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 04:17:36.535 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 04:17:36.539 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 04:17:52.035 6167 6195 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-28 04:17:52.035 6167 6195 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6167 11-28 04:17:52.035 6167 6195 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-28 04:17:52.035 6167 6195 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-28 04:17:59.925 6372 6413 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6372 11-28 04:17:59.925 6372 6413 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.AttachmentDownloadJob.onRun(AttachmentDownloadJob.kt:171) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.jobs.BaseJob.run(BaseJob.java:31) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:88) 11-28 04:17:59.925 6372 6413 E AndroidRuntime: at org.thoughtcrime.securesms.jobmanager.JobRunner.run(JobRunner.java:51) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-28 04:18:03.858 6520 6610 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6520 11-28 04:18:03.858 6520 6610 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at Diagnostics results:.(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at ok.(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at .(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-28 04:18:03.858 6520 6610 E AndroidRuntime: at .(:0) 11-28 04:18:28.960 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:21:30.522 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:21:30.522 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:21:30.536 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:21:30.536 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:21:30.551 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:21:30.551 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:21:30.568 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:21:30.572 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:21:30.572 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:21:30.572 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:21:30.728 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:21:30.760 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:21:30.796 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:21:30.827 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:21:30.860 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:21:30.864 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:21:30.864 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:21:31.026 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:21:31.037 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:21:31.194 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:21:31.194 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:21:31.215 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:21:31.215 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:21:31.243 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 04:21:31.243 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 04:21:31.243 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 04:21:31.243 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 04:21:31.243 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 04:21:31.243 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:21:31.244 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 04:21:31.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 04:21:31.254 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:21:31.254 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:21:31.254 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:21:31.254 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:21:31.369 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 04:21:31.369 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 04:21:31.386 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:21:31.388 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:21:31.388 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:21:31.389 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.389 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.389 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:21:31.392 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:21:31.396 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 04:21:31.404 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:21:31.405 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 04:21:31.405 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 04:21:31.405 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 04:21:31.405 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 04:21:31.405 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 04:21:31.405 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 04:21:31.405 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 04:21:31.405 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:21:31.405 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:21:31.407 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 04:21:31.407 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 04:21:31.407 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 556 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 295 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1877 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1935 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1939 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1897 11-28 04:21:31.414 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 04:21:31.414 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 04:21:31.426 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:21:31.432 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:21:31.476 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 393887855 } is later than auth token time Timestamp { milliseconds: 359379798 11-28 04:21:31.476 0 0 I trusty : } + 15 seconds") 11-28 04:21:31.616 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 04:21:31.637 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 04:21:31.637 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 80ms 11-28 04:21:31.637 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=313 11-28 04:21:31.697 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 04:21:31.697 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 66ms 11-28 04:21:31.697 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=13 post_auth_save_flag=0. 11-28 04:21:31.697 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=3 save_extra_feature_flag=0. 11-28 04:21:31.697 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 04:21:31.697 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 04:21:31.697 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 04:21:31.698 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 04:21:31.698 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 146ms 11-28 04:21:31.701 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 04:21:31.709 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 04:21:31.709 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 04:23:22.295 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:29:13.741 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:31:30.123 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:31:30.123 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:31:30.159 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:31:30.161 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:31:30.180 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:31:30.200 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:31:30.200 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:31:30.200 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:31:30.200 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:31:30.200 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:31:30.381 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.441 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.471 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.519 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.536 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.570 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.603 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.638 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.672 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.704 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.739 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.772 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.809 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.850 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.870 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.922 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:31:30.971 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:31:30.971 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 04:31:30.994 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 04:31:30.994 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 04:31:31.013 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 04:31:31.132 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:31:31.146 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:34:27.702 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:40:56.720 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:40:56.720 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:40:56.731 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:40:56.731 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:40:56.747 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:40:56.748 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:40:56.765 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:40:56.765 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:40:56.765 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:40:56.765 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:40:56.926 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:40:56.958 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:40:56.993 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:40:57.030 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:40:57.061 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:40:57.093 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:40:57.126 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:40:57.132 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:40:57.132 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:40:57.250 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 04:40:57.250 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 04:40:57.250 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 04:40:57.250 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 04:40:57.250 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 04:40:57.250 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:40:57.255 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 04:40:57.255 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=3, expo=91, want delay = 78 11-28 04:40:57.288 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:40:57.301 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:40:57.325 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:40:57.325 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:40:57.369 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:40:57.369 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:40:57.369 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 04:40:57.370 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:40:57.373 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.373 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:40:57.380 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 04:40:57.382 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 04:40:57.382 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 04:40:57.382 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:40:57.400 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 04:40:57.400 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 04:40:57.400 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 487 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 181 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1846 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1896 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1915 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1851 11-28 04:40:57.405 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 04:40:57.405 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 04:40:57.405 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:40:57.405 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:40:57.405 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:40:57.405 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:40:57.413 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:40:57.419 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:40:57.435 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 395053815 } is later than auth token time Timestamp { milliseconds: 394487352 11-28 04:40:57.435 0 0 I trusty : } + 15 seconds") 11-28 04:40:57.629 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 81ms 11-28 04:40:57.635 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=314 11-28 04:40:57.635 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 04:40:57.635 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:40:57.685 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 04:40:57.685 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-28 04:40:57.685 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=14 post_auth_save_flag=0. 11-28 04:40:57.685 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=4 save_extra_feature_flag=0. 11-28 04:40:57.685 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 04:40:57.685 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 04:40:57.685 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 04:40:57.687 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-28 04:40:57.687 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 137ms 11-28 04:40:57.690 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 04:40:57.696 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 04:40:57.698 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 04:43:16.729 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:45:20.807 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:45:20.807 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:45:20.821 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:45:20.821 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:45:20.856 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:45:20.879 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:45:20.879 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:45:20.879 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:45:20.879 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:45:20.879 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:45:21.013 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:21.048 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:21.086 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:21.122 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:21.159 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:21.159 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:45:21.159 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:45:21.304 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:45:21.320 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:45:22.674 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:45:22.674 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:45:22.679 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:45:22.679 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:45:22.694 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:45:22.694 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:45:22.725 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:45:22.725 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:45:22.725 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:45:22.725 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:45:22.755 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 04:45:22.755 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 136ms 11-28 04:45:22.755 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-28 04:45:22.756 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 04:45:22.871 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:22.937 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:22.970 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:23.003 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:23.036 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:23.068 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:23.075 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:45:23.075 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:45:23.230 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:45:23.241 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:45:23.703 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:45:23.703 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:45:23.731 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:45:23.731 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:45:23.759 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 04:45:23.759 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 04:45:23.759 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 04:45:23.759 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 04:45:23.759 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 04:45:23.759 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:45:23.760 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 04:45:23.760 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=3, expo=91, want delay = 78 11-28 04:45:23.761 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:45:23.761 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:45:23.761 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:45:23.761 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:45:23.875 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 04:45:23.877 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 04:45:23.881 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:45:23.882 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.882 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:45:23.888 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:45:23.891 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 04:45:23.892 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:45:23.892 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 04:45:23.892 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 04:45:23.892 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 04:45:23.892 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 04:45:23.892 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 04:45:23.892 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 04:45:23.892 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 04:45:23.892 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:45:23.899 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 04:45:23.900 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 04:45:23.900 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 491 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 220 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1852 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1888 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1913 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1854 11-28 04:45:23.907 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 04:45:23.907 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 04:45:23.907 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:45:23.917 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:45:23.928 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:45:23.937 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 395320316 } is later than auth token time Timestamp { milliseconds: 394487352 11-28 04:45:23.937 0 0 I trusty : } + 15 seconds") 11-28 04:45:24.100 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 04:45:24.100 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:45:24.118 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 71ms 11-28 04:45:24.120 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=315 11-28 04:45:24.171 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-28 04:45:24.171 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 52ms 11-28 04:45:24.172 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=15 post_auth_save_flag=0. 11-28 04:45:24.172 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-28 04:45:24.172 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 04:45:24.172 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 04:45:24.172 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 04:45:24.179 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 04:45:24.180 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 123ms 11-28 04:45:24.182 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 04:45:24.192 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 04:45:24.192 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-28 04:51:56.559 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 04:57:37.130 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:57:37.130 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:57:37.145 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:57:37.154 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 04:57:37.174 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:57:37.178 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:57:37.196 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:57:37.196 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:57:37.196 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:57:37.196 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:57:37.343 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:57:37.369 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:57:37.399 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:57:37.434 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:57:37.465 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:57:37.472 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 04:57:37.472 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 04:57:37.624 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:57:37.637 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:57:38.098 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 04:57:38.098 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 04:57:38.119 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 04:57:38.119 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 04:57:38.144 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 04:57:38.144 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 04:57:38.144 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 04:57:38.144 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 04:57:38.144 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 04:57:38.144 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 04:57:38.144 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 04:57:38.144 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 04:57:38.144 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 04:57:38.144 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:57:38.148 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 04:57:38.148 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-28 04:57:38.264 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 04:57:38.265 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 04:57:38.266 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:57:38.267 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.267 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 04:57:38.271 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:57:38.275 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 04:57:38.276 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 04:57:38.276 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 04:57:38.276 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-28 04:57:38.276 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-28 04:57:38.276 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 04:57:38.276 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 04:57:38.276 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-28 04:57:38.276 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 04:57:38.276 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 04:57:38.283 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 04:57:38.283 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 04:57:38.283 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :21 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 21 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 545 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 366 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1887 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1911 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1942 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1905 11-28 04:57:38.291 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 04:57:38.291 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 04:57:38.291 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 04:57:38.297 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 04:57:38.306 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:57:38.316 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 396054696 } is later than auth token time Timestamp { milliseconds: 394487352 11-28 04:57:38.316 0 0 I trusty : } + 15 seconds") 11-28 04:57:38.485 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 52ms 11-28 04:57:38.485 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=316 11-28 04:57:38.487 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 04:57:38.487 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 04:57:38.534 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 04:57:38.534 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 49ms 11-28 04:57:38.535 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=16 post_auth_save_flag=0. 11-28 04:57:38.535 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=6 save_extra_feature_flag=0. 11-28 04:57:38.535 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 04:57:38.535 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 04:57:38.535 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 04:57:38.536 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 04:57:38.536 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 101ms 11-28 04:57:38.539 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 04:57:38.545 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 04:57:38.545 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 04:57:40.800 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 04:57:40.800 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:01:56.311 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 05:01:57.222 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:01:57.222 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:01:57.242 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:01:57.242 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:01:57.251 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:01:57.254 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:01:57.269 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:01:57.269 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:01:57.269 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:01:57.269 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:01:57.428 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:01:57.464 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:01:57.495 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:01:57.528 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:01:57.563 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:01:57.568 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 05:01:57.568 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 05:01:57.709 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:01:57.718 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:13:37.078 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:13:37.078 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:13:37.113 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:13:37.115 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:13:37.153 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:13:37.161 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:13:37.172 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:13:37.172 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:13:37.172 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:13:37.172 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:13:37.288 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:13:37.317 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:13:37.351 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:13:37.385 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:13:37.416 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:13:37.424 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 05:13:37.424 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 05:13:37.569 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:13:37.586 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:13:37.606 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:13:37.606 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:13:37.658 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:13:37.658 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:13:37.658 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 05:13:37.658 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 05:13:37.658 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 05:13:37.658 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 05:13:37.658 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 05:13:37.659 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 05:13:37.659 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 05:13:37.659 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 05:13:37.674 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:13:37.674 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:13:37.674 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:13:37.674 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:13:37.779 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 05:13:37.779 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:13:37.783 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.783 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 05:13:37.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 05:13:37.788 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 05:13:37.799 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 05:13:37.799 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 05:13:37.799 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 05:13:37.802 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 471 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 262 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1834 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1878 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1894 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1834 11-28 05:13:37.807 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 05:13:37.807 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 05:13:37.817 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:13:37.826 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:13:37.854 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 397014206 } is later than auth token time Timestamp { milliseconds: 394487352 11-28 05:13:37.854 0 0 I trusty : } + 15 seconds") 11-28 05:13:38.007 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 05:13:38.007 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:13:38.021 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 75ms 11-28 05:13:38.025 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=317 11-28 05:13:38.079 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-28 05:13:38.079 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 57ms 11-28 05:13:38.080 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=17 post_auth_save_flag=0. 11-28 05:13:38.080 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=7 save_extra_feature_flag=0. 11-28 05:13:38.080 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 05:13:38.080 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 05:13:38.080 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 05:13:38.081 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 05:13:38.081 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 132ms 11-28 05:13:38.087 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 05:13:38.094 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 05:13:38.095 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-28 05:18:42.084 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 05:51:10.284 25570 25609 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-28 05:51:10.284 25570 25609 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25570 11-28 05:51:10.284 25570 25609 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-28 05:51:10.284 25570 25609 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-28 05:51:17.559 25791 25863 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25791 11-28 05:51:17.559 25791 25863 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 05:51:17.559 25791 25863 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-28 05:51:27.090 25891 25915 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 25891 11-28 05:51:27.090 25891 25915 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:105) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$3(OptimizedMessageNotifier.java:89) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$O_m6UJUQHLnKTLxjn0iX-aZxV3U(OptimizedMessageNotifier.java:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$4(OptimizedMessageNotifier.java:89) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$nmbDyST29wFD_F7aVQLtsDi7HQU(OptimizedMessageNotifier.java:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda2.run(R8$$SyntheticClass:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$DedupedRunnable.run(SQLiteDatabase.java:196) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-28 05:51:27.090 25891 25915 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-28 05:52:40.618 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:52:40.618 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:52:40.647 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:52:40.647 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:52:40.752 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:52:40.756 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:52:40.771 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:52:40.771 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:52:40.771 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:52:40.771 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:52:40.828 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:40.859 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:40.893 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:40.932 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:40.959 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.004 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.029 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.062 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.096 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.129 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.161 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.194 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.227 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.263 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.296 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.331 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.364 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:52:41.390 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:52:41.408 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:52:46.506 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:52:46.506 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:53:43.035 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:53:43.035 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:53:43.095 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:53:43.095 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:53:43.140 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:53:43.140 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:53:43.157 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:53:43.157 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:53:43.157 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:53:43.157 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:53:43.250 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.283 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.319 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.350 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.385 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.419 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.449 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.482 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.523 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.555 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.586 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.619 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.652 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.683 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.717 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.753 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.783 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.816 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.851 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.884 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.919 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.952 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:43.991 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.021 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.052 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.085 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.120 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.153 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.186 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.218 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.254 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.289 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.322 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.352 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.391 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.421 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.453 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.486 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:44.494 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 05:53:44.494 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 05:53:44.651 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:53:44.668 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:53:48.613 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:53:48.613 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:53:48.621 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:53:48.621 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:53:48.632 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:53:48.632 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:53:48.648 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:53:48.648 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:53:48.648 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:53:48.648 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:53:48.810 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:48.877 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:48.909 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:48.946 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:48.977 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:49.028 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:49.043 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:53:49.092 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 05:53:49.093 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 05:53:49.108 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 05:53:49.108 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 05:53:49.123 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 05:53:49.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:53:49.259 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:54:01.950 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 05:56:12.559 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:56:12.559 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:56:12.584 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:56:12.584 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:56:12.607 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:56:12.607 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:56:12.627 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:56:12.627 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:56:12.627 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:56:12.627 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:56:12.780 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:12.812 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:12.840 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:12.875 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:12.914 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:12.940 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:12.972 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:13.008 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:13.025 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 05:56:13.025 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 05:56:13.025 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 05:56:13.025 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 05:56:13.025 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 05:56:13.025 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 05:56:13.027 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 05:56:13.027 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 05:56:13.047 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:13.076 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:13.107 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:13.145 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:13.145 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 05:56:13.145 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:56:13.153 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.153 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:56:13.155 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:56:13.162 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 05:56:13.244 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 05:56:13.244 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 05:56:13.244 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 526 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 137 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1877 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1914 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1940 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1855 11-28 05:56:13.244 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 05:56:13.244 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 05:56:13.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:56:13.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:56:13.244 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 399569578 } is later than auth token time Timestamp { milliseconds: 399425473 11-28 05:56:13.244 0 0 I trusty : } + 15 seconds") 11-28 05:56:13.244 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:56:13.374 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 63ms 11-28 05:56:13.374 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=318 11-28 05:56:13.381 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 05:56:13.381 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 05:56:13.430 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 05:56:13.430 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 56ms 11-28 05:56:13.430 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=18 post_auth_save_flag=0. 11-28 05:56:13.430 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=8 save_extra_feature_flag=0. 11-28 05:56:13.430 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 05:56:13.431 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 05:56:13.431 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 05:56:13.432 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 05:56:13.432 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 119ms 11-28 05:56:13.435 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 05:56:13.441 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 05:56:13.441 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 05:56:35.746 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 05:59:56.292 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 05:59:56.293 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 05:59:56.326 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 05:59:56.326 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 05:59:56.359 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 05:59:56.368 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 05:59:56.381 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 05:59:56.381 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 05:59:56.381 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 05:59:56.381 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 05:59:56.555 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:59:56.605 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 05:59:56.605 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 05:59:56.605 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 05:59:56.605 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 05:59:56.605 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 05:59:56.605 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 05:59:56.606 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 05:59:56.606 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 05:59:56.627 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:59:56.653 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:59:56.686 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:59:56.728 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 05:59:56.728 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 05:59:56.729 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 05:59:56.731 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:59:56.731 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:59:56.731 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.732 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 05:59:56.737 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 05:59:56.742 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 05:59:56.742 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 05:59:56.742 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 05:59:56.752 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 05:59:56.752 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 05:59:56.752 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 465 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 217 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1826 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1880 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1898 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1821 11-28 05:59:56.759 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 05:59:56.759 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 05:59:56.789 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 399793169 } is later than auth token time Timestamp { milliseconds: 399425473 11-28 05:59:56.789 0 0 I trusty : } + 15 seconds") 11-28 05:59:56.802 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 05:59:56.813 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 05:59:56.980 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 05:59:56.980 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 05:59:56.983 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 76ms 11-28 05:59:56.986 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=319 11-28 05:59:57.040 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 05:59:57.040 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 55ms 11-28 05:59:57.040 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=19 post_auth_save_flag=0. 11-28 05:59:57.040 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=9 save_extra_feature_flag=0. 11-28 05:59:57.040 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 05:59:57.040 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 05:59:57.040 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 05:59:57.041 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 05:59:57.041 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 131ms 11-28 05:59:57.048 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 05:59:57.050 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 05:59:57.050 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 06:02:47.478 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:05:23.972 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:05:23.972 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:05:24.026 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:05:24.026 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:05:24.090 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:05:24.090 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:05:24.107 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:05:24.107 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:05:24.107 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:05:24.107 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:05:24.158 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.225 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.257 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.292 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.338 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.371 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.398 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.423 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.446 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 06:05:24.446 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 06:05:24.446 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 06:05:24.446 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 06:05:24.446 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 06:05:24.446 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:05:24.446 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 06:05:24.446 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 06:05:24.484 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.505 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.523 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.555 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:05:24.559 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 06:05:24.559 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:05:24.562 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.562 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:05:24.572 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 06:05:24.578 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-28 06:05:24.578 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 06:05:24.579 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:05:24.606 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 06:05:24.607 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 06:05:24.607 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 482 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 160 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1837 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1887 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1910 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1840 11-28 06:05:24.617 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 06:05:24.617 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:05:24.629 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 400121008 } is later than auth token time Timestamp { milliseconds: 399425473 11-28 06:05:24.629 0 0 I trusty : } + 15 seconds") 11-28 06:05:24.678 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:05:24.678 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 06:05:24.821 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:05:24.829 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 06:05:24.832 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 77ms 11-28 06:05:24.833 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=1 frame_num=320 11-28 06:05:24.837 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 06:05:24.837 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 06:05:24.875 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_flocbase_0.so 0 11-28 06:05:24.933 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_flocbase_0.so not found 11-28 06:05:24.934 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_flocbase_0.so_bak 0 11-28 06:05:24.966 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_flocbase_0.so_bak not found 11-28 06:05:24.966 0 0 I trusty : [GF_TA][E][gf_data_sync][gf_so_sync_queue] data sync disabled, please config sync files. 11-28 06:05:24.968 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 06:05:24.968 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 135ms 11-28 06:05:24.969 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=0 post_auth_save_flag=1. 11-28 06:05:24.969 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=0 save_extra_feature_flag=1. 11-28 06:05:24.972 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_0 0 11-28 06:05:25.247 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_0 not found 11-28 06:05:25.251 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_1 0 11-28 06:05:25.482 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_1 not found 11-28 06:05:25.489 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_2 0 11-28 06:05:25.737 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_2 not found 11-28 06:05:25.747 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_autoCalibrationParams.so_0_3 0 11-28 06:05:26.248 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_autoCalibrationParams.so_0_3 not found 11-28 06:05:26.248 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so 1 11-28 06:05:26.249 0 0 I trusty : [GF_TA][E][gf_tee_storage][trusty_file_open] Attempting to open LHBM_gf_persist.so on TDP for read-only 11-28 06:05:26.422 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 06:05:26.423 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 06:05:26.423 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 06:05:26.427 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 2ms 11-28 06:05:26.427 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 214ms 11-28 06:05:26.433 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 06:05:26.442 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 06:05:26.442 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 06:05:26.467 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:05:26.467 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 06:05:26.492 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 06:06:04.891 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:13:44.150 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:13:44.150 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:13:44.161 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:13:44.161 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:13:44.177 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:13:44.179 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:13:44.196 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:13:44.196 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:13:44.196 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:13:44.196 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:13:44.377 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.407 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.438 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.471 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.489 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 06:13:44.489 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 06:13:44.489 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 06:13:44.489 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 06:13:44.489 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 06:13:44.489 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:13:44.489 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 06:13:44.489 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 06:13:44.508 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.538 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.570 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.606 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.610 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 06:13:44.610 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:13:44.617 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.617 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:13:44.622 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 06:13:44.625 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0302 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0005 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0005 11-28 06:13:44.625 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 06:13:44.625 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:13:44.643 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 06:13:44.643 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 06:13:44.643 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :19 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 19 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 540 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 372 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1888 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1934 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1962 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1881 11-28 06:13:44.651 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 06:13:44.651 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:13:44.659 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:13:44.669 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:13:44.675 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 400621054 } is later than auth token time Timestamp { milliseconds: 400121052 11-28 06:13:44.675 0 0 I trusty : } + 15 seconds") 11-28 06:13:44.682 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 06:13:44.859 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 66ms 11-28 06:13:44.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=321 11-28 06:13:44.880 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 06:13:44.880 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2142208, maximum footprint: 11640832 11-28 06:13:44.905 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 06:13:44.905 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 45ms 11-28 06:13:44.905 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=1 post_auth_save_flag=0. 11-28 06:13:44.905 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=1 save_extra_feature_flag=0. 11-28 06:13:44.906 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so 0 11-28 06:13:45.065 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_persist.so not found 11-28 06:13:45.065 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_persist.so_bak 0 11-28 06:13:45.212 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_persist.so_bak not found 11-28 06:13:45.212 0 0 I trusty : [GF_TA][E][gf_data_sync][gf_so_sync_queue] data sync disabled, please config sync files. 11-28 06:13:45.212 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 06:13:45.213 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 06:13:45.213 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 06:13:45.215 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-28 06:13:45.215 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 112ms 11-28 06:13:45.222 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 06:13:45.229 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 06:13:45.229 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 06:14:46.748 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:23:49.141 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:23:49.141 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:23:49.146 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:23:49.146 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:23:49.209 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:23:49.220 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:23:49.226 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:23:49.226 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:23:49.226 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:23:49.226 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:23:49.376 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:23:49.413 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:23:49.443 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:23:49.496 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:23:49.545 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:23:49.545 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-28 06:23:49.668 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 06:23:49.668 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 06:23:49.668 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 06:23:49.668 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 06:23:49.668 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 06:23:49.668 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:23:49.669 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 06:23:49.674 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 06:23:49.715 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:23:49.726 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:23:49.750 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:23:49.750 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:23:49.772 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:23:49.772 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:23:49.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 06:23:49.788 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 06:23:49.802 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:23:49.802 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:23:49.802 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:23:49.802 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:23:49.806 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:23:49.806 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.806 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-28 06:23:49.810 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 06:23:49.811 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:23:49.826 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 06:23:49.826 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 06:23:49.826 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :17 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 17 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 520 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 203 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1872 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1917 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1943 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1861 11-28 06:23:49.831 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 06:23:49.831 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:23:49.839 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:23:49.847 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:23:49.877 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 401226258 } is later than auth token time Timestamp { milliseconds: 400121052 11-28 06:23:49.877 0 0 I trusty : } + 15 seconds") 11-28 06:23:50.025 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 06:23:50.025 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:23:50.056 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 86ms 11-28 06:23:50.056 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=322 11-28 06:23:50.102 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-28 06:23:50.102 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-28 06:23:50.105 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 06:23:50.105 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-28 06:23:50.105 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 06:23:50.105 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 49ms 11-28 06:23:50.105 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 06:23:50.105 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 06:23:50.105 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 06:23:50.106 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=2 post_auth_save_flag=0. 11-28 06:23:50.106 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=2 save_extra_feature_flag=0. 11-28 06:23:50.106 0 0 I trusty : [GF_TA][I][gf_delmar_algo][gf_algo_save_extra_feature] save extra feature 11-28 06:23:50.111 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_extra_feature.so 0 11-28 06:23:51.023 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_extra_feature.so not found 11-28 06:23:51.024 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 06:23:51.025 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 06:23:51.025 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 06:23:51.031 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-28 06:23:51.031 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 136ms 11-28 06:23:51.041 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 06:23:51.051 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 06:23:51.051 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 06:23:54.026 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:31:03.976 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:31:03.976 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:31:03.990 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:31:03.990 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:31:04.067 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:31:04.067 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:31:04.085 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:31:04.085 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:31:04.085 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:31:04.085 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:31:04.187 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.227 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.256 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.288 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.324 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.354 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.387 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.419 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.452 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.487 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.519 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.554 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.586 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.620 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.653 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.686 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.721 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.753 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.793 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.826 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.858 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.888 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.922 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.953 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:04.989 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:05.022 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:31:05.032 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:31:05.044 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:32:37.576 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:32:37.576 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:32:37.585 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:32:37.585 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:32:37.608 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:32:37.608 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:32:37.625 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:32:37.625 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:32:37.625 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:32:37.625 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:32:37.774 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:32:37.841 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:32:37.887 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:32:37.887 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 06:32:37.887 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 06:32:37.901 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:32:37.901 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 06:32:37.914 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 06:32:38.037 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:32:38.047 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:33:01.775 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:33:01.775 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:33:01.807 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:33:01.807 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:33:17.338 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:33:17.338 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:33:17.340 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:33:17.340 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:33:51.310 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:36:13.842 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:36:13.842 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:36:13.853 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:36:13.853 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:36:13.900 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:36:13.900 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:36:13.917 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:36:13.917 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:36:13.917 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:36:13.917 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:36:14.045 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.116 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.150 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.178 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.211 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.276 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.311 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.343 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.377 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.411 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:36:14.421 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:36:14.421 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 06:36:14.573 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:36:14.589 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:42:06.793 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:42:06.793 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:42:06.798 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:42:06.798 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:42:06.851 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:42:06.851 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:42:06.869 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:42:06.869 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:42:06.869 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:42:06.869 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:42:06.971 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:42:07.037 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:42:07.070 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:42:07.105 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:42:07.156 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:42:07.203 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:42:07.203 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 06:42:07.203 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 06:42:07.222 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:42:07.222 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 06:42:07.232 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 06:42:07.385 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:42:07.404 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:44:00.527 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:44:46.277 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:44:46.277 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:44:46.290 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:44:46.290 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:44:46.340 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:44:46.340 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:44:46.357 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:44:46.358 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:44:46.358 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:44:46.358 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:44:46.484 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.516 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.550 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.586 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.628 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.652 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.702 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 06:44:46.702 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 06:44:46.702 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 06:44:46.702 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 06:44:46.702 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 06:44:46.703 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:44:46.703 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 06:44:46.703 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 06:44:46.710 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.764 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.817 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:44:46.822 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 06:44:46.826 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 06:44:46.838 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:44:46.839 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.839 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:44:46.842 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 06:44:46.843 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-28 06:44:46.843 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 06:44:46.843 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:44:46.855 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 06:44:46.855 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 06:44:46.855 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 494 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 204 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1856 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1902 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1920 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1852 11-28 06:44:46.861 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 06:44:46.861 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:44:46.887 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:44:46.887 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 06:44:46.888 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 402483269 } is later than auth token time Timestamp { milliseconds: 402323583 11-28 06:44:46.888 0 0 I trusty : } + 15 seconds") 11-28 06:44:47.033 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:44:47.043 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:44:47.070 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 06:44:47.070 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:44:47.116 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 110ms 11-28 06:44:47.116 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=323 11-28 06:44:47.194 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-28 06:44:47.194 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 77ms 11-28 06:44:47.194 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=3 post_auth_save_flag=0. 11-28 06:44:47.194 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=3 save_extra_feature_flag=0. 11-28 06:44:47.194 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 06:44:47.195 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 06:44:47.195 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 06:44:47.200 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 06:44:47.200 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 187ms 11-28 06:44:47.203 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 06:44:47.208 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 06:44:47.208 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-28 06:44:47.215 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:44:47.216 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 06:44:47.223 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 06:47:19.477 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:47:54.159 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:48:57.232 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:48:57.232 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:48:57.296 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:48:57.296 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:48:57.346 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:48:57.352 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:48:57.368 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:48:57.368 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:48:57.368 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:48:57.368 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:48:57.476 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:48:57.541 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:48:57.575 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:48:57.625 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:48:57.671 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:48:57.671 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 06:48:57.683 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:48:57.683 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 06:48:57.691 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 06:48:57.828 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:48:57.836 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:52:57.749 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:53:48.944 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:53:48.945 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:53:48.979 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:53:48.979 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:53:49.017 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:53:49.018 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:53:49.035 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:53:49.035 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:53:49.035 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:53:49.035 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:53:49.151 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:53:49.216 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:53:49.265 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 06:53:49.265 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 06:53:49.265 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 06:53:49.279 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:53:49.279 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 06:53:49.285 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 06:53:49.420 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:53:49.431 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:55:21.991 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:57:01.018 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:57:01.019 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:57:01.031 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:57:01.031 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:57:01.079 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:57:01.079 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:57:01.095 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:57:01.096 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:57:01.096 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:57:01.096 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:57:01.216 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:01.307 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:57:01.310 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:57:02.438 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:57:02.438 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:57:02.450 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:57:02.450 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:57:02.473 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:57:02.473 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:57:02.491 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:57:02.491 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:57:02.491 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:57:02.491 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:57:02.613 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.679 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.713 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.749 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.780 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.819 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.850 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.864 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 06:57:02.864 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 06:57:02.864 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 06:57:02.864 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 06:57:02.864 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 06:57:02.864 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:57:02.865 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 06:57:02.865 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-28 06:57:02.879 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.912 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.945 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.980 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:02.982 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 06:57:02.983 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:57:02.987 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.987 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:57:02.992 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 06:57:02.995 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0602 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0006 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0006 11-28 06:57:02.995 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 06:57:02.995 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:57:03.007 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 06:57:03.007 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 06:57:03.007 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 502 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 630 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1854 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1897 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1914 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1869 11-28 06:57:03.011 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 06:57:03.011 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:57:03.014 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:57:03.033 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 403219413 } is later than auth token time Timestamp { milliseconds: 403025645 11-28 06:57:03.033 0 0 I trusty : } + 15 seconds") 11-28 06:57:03.065 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:57:03.078 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:57:03.200 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 53ms 11-28 06:57:03.203 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=324 11-28 06:57:03.272 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-28 06:57:03.272 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 69ms 11-28 06:57:03.279 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=4 post_auth_save_flag=0. 11-28 06:57:03.279 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=4 save_extra_feature_flag=0. 11-28 06:57:03.279 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 06:57:03.279 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 06:57:03.279 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 06:57:03.279 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template]Template size = *** 11-28 06:57:03.279 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_algo_encode_finger_template] encode cost:5 get size cost:0 11-28 06:57:03.279 0 0 I trusty : [GF_TA][I][gf_finger_list][gf_fingerlist_get_finger_pdu] encode template cost:5 ms 11-28 06:57:03.300 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 06:57:03.300 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:57:03.300 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0.so 0 11-28 06:57:04.092 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0.so not found 11-28 06:57:04.092 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_0_0_bak.so 0 11-28 06:57:05.451 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_0_0_bak.so not found 11-28 06:57:05.451 0 0 I trusty : [GF_TA][I][gf_fpcore_common][gf_fpcore_save_template] success to save finger(***)'s so(finger_0_0_bak.so) 11-28 06:57:05.451 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0.so 0 11-28 06:57:05.464 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0.so not found 11-28 06:57:05.464 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_finger_extra_info_0_0_bak.so 0 11-28 06:57:05.470 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_finger_extra_info_0_0_bak.so not found 11-28 06:57:05.475 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 3ms 11-28 06:57:05.475 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 125ms 11-28 06:57:05.479 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 06:57:05.485 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 06:57:05.485 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-28 06:57:57.863 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 06:58:45.747 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 06:58:45.747 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 06:58:45.759 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 06:58:45.759 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 06:58:45.817 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 06:58:45.817 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 06:58:45.835 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 06:58:45.835 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 06:58:45.835 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 06:58:45.835 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 06:58:45.958 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.024 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.057 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.089 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.124 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.158 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.193 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.224 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.257 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.290 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.322 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.355 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 06:58:46.355 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 06:58:46.355 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 06:58:46.355 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 06:58:46.355 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 06:58:46.356 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:58:46.356 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 06:58:46.356 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 06:58:46.359 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.390 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.425 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.457 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.483 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 06:58:46.484 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 06:58:46.490 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.491 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:58:46.491 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.491 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 06:58:46.495 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:58:46.497 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 06:58:46.497 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 06:58:46.497 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 06:58:46.497 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 06:58:46.497 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 06:58:46.498 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 06:58:46.498 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 06:58:46.498 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 06:58:46.498 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 06:58:46.498 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 06:58:46.507 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 06:58:46.507 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 06:58:46.507 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 491 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 492 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1840 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1893 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1905 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1857 11-28 06:58:46.514 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 06:58:46.514 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 06:58:46.525 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 06:58:46.529 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 06:58:46.542 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:58:46.568 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 403322948 } is later than auth token time Timestamp { milliseconds: 403025645 11-28 06:58:46.568 0 0 I trusty : } + 15 seconds") 11-28 06:58:46.727 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 06:58:46.727 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 06:58:46.733 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 72ms 11-28 06:58:46.755 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=325 11-28 06:58:46.806 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 51ms 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=5 post_auth_save_flag=0. 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 06:58:46.822 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 123ms 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 06:58:46.822 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 06:58:46.822 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-28 07:03:49.462 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:04:39.762 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:04:39.762 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:04:39.784 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:04:39.808 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:04:39.837 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:04:39.838 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:04:39.859 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:04:39.859 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:04:39.859 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:04:39.859 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:04:39.960 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:04:39.994 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:04:40.026 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:04:40.062 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:04:40.112 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:04:40.161 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:04:40.161 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-28 07:04:40.315 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:04:40.327 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:04:40.991 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:04:40.991 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:04:41.005 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:04:41.005 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:04:41.021 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:04:41.021 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:04:41.021 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:04:41.021 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:04:41.033 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:04:41.055 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:04:41.055 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:04:41.055 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:04:41.055 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:04:41.055 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:04:41.055 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:04:41.055 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:04:41.152 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:04:41.152 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:04:41.156 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.156 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:04:41.161 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:04:41.165 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 07:04:41.165 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:04:41.165 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:04:41.175 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:04:41.175 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:04:41.175 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 500 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 113 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1849 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1906 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1931 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1853 11-28 07:04:41.182 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:04:41.182 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:04:41.182 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:04:41.213 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 403677591 } is later than auth token time Timestamp { milliseconds: 403025645 11-28 07:04:41.213 0 0 I trusty : } + 15 seconds") 11-28 07:04:41.232 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:04:41.250 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:04:41.405 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 59ms 11-28 07:04:41.405 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=326 11-28 07:04:41.425 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:04:41.425 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:04:41.435 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-28 07:04:41.435 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 07:04:41.461 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-28 07:04:41.461 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 44ms 11-28 07:04:41.461 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:04:41.461 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:04:41.461 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=6 post_auth_save_flag=0. 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=6 save_extra_feature_flag=0. 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:04:41.461 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 104ms 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:04:41.461 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:04:41.461 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 07:04:53.110 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:05:48.306 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:05:48.306 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:05:48.316 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:05:48.316 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:05:48.335 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:05:48.335 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:05:48.353 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:05:48.353 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:05:48.353 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:05:48.353 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:05:48.486 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:05:48.553 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:05:48.600 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:05:48.600 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 07:05:48.600 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:05:48.616 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:05:48.616 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:05:48.629 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:05:48.785 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:05:48.795 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-28 07:07:45.456 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:08:26.552 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:08:26.552 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:08:26.576 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:08:26.582 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:08:26.592 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:08:26.593 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:08:26.609 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:08:26.609 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:08:26.609 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:08:26.609 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:08:26.761 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:08:26.832 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:08:26.860 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:08:26.896 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:08:26.932 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:08:26.958 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:08:26.958 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:08:26.958 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:08:26.958 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:08:26.958 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:08:26.962 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:08:26.962 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:08:26.962 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:08:26.980 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:08:27.032 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:08:27.032 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:08:27.078 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:08:27.078 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:08:27.080 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:08:27.080 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.083 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:08:27.087 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:08:27.088 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 07:08:27.088 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:08:27.088 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:08:27.101 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:08:27.102 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:08:27.102 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 470 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 220 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1819 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1883 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1912 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1836 11-28 07:08:27.107 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:08:27.107 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:08:27.191 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:08:27.201 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:08:27.212 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:08:27.212 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:08:27.283 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 57ms 11-28 07:08:27.283 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=327 11-28 07:08:27.338 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 47ms 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=7 post_auth_save_flag=0. 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=7 save_extra_feature_flag=0. 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:08:27.341 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 104ms 11-28 07:08:27.341 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:08:27.348 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:08:27.348 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 07:08:27.357 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:08:27.357 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:08:27.394 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:10:20.870 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:11:10.282 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:11:10.282 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:11:10.290 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:11:10.290 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:11:10.311 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:11:10.311 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:11:10.328 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:11:10.342 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:11:10.342 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:11:10.342 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:11:10.484 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:11:10.546 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:11:10.580 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:11:10.612 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:11:10.626 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:11:10.628 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:11:10.628 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:11:10.628 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:11:10.628 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:11:10.628 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:11:10.629 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:11:10.629 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:11:10.645 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:11:10.699 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:11:10.745 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:11:10.745 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:11:10.748 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.748 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:11:10.756 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:11:10.764 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0c02 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x000a 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x000a 11-28 07:11:10.764 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:11:10.764 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:11:10.771 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:11:10.771 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:11:10.771 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 526 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 109 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1865 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1923 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1949 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1884 11-28 07:11:10.778 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:11:10.778 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:11:10.790 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:11:10.790 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:11:10.942 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:11:10.952 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2162688, maximum footprint: 11640832 11-28 07:11:10.963 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:11:10.963 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-28 07:11:10.979 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 65ms 11-28 07:11:10.979 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=328 11-28 07:11:11.019 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_authenticate] no finger match ri:0 11-28 07:11:11.019 0 0 I trusty : [GF_TA][E][gf_algo_auth][auth_do_authenticate_and_study] authenticate failed for sensor_index=0 p0 11-28 07:11:11.021 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 07:11:11.021 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] auth authenticate and study fail sensor_index=0 fi_index = 1 part = 0 11-28 07:11:11.021 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:11:11.021 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 43ms 11-28 07:11:11.021 0 0 I trusty : [GF_TA][E][gf_delmar_algo][algo_do_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:11:11.021 0 0 I trusty : [GF_TA][E][gf_algo_common][handle_auth_post_authenticate] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:11:11.021 0 0 I trusty : [GF_TA][E][gf_event_bus][gf_event_send] exit. err=GF_ERROR_NOT_MATCH, errno=1008 11-28 07:11:11.023 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=8 post_auth_save_flag=0. 11-28 07:11:11.023 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=8 save_extra_feature_flag=0. 11-28 07:11:11.023 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:11:11.023 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:11:11.023 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:11:11.025 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-28 07:11:11.025 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 109ms 11-28 07:11:11.028 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:11:11.034 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:11:11.040 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 07:11:11.040 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:11:11.040 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:11:11.045 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:12:52.774 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:14:05.173 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:14:05.173 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:14:05.180 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:14:05.180 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:14:05.226 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:14:05.226 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:14:05.242 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:14:05.242 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:14:05.242 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:14:05.242 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:14:05.409 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.465 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.500 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.532 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.560 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:14:05.560 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:14:05.560 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:14:05.560 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:14:05.560 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:14:05.561 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:14:05.561 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:14:05.561 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:14:05.564 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.599 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.633 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.664 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.684 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:14:05.685 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:14:05.691 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.691 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:14:05.695 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:14:05.699 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 07:14:05.699 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:14:05.699 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:14:05.708 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:14:05.708 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:14:05.710 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 481 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 87 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1843 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1899 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1920 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1858 11-28 07:14:05.715 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:14:05.715 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:14:05.715 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:14:05.729 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:14:05.740 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 07:14:05.768 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 404242148 } is later than auth token time Timestamp { milliseconds: 404067171 11-28 07:14:05.768 0 0 I trusty : } + 15 seconds") 11-28 07:14:05.907 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:14:05.907 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 425984, maximum footprint: 11640832 11-28 07:14:05.909 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 60ms 11-28 07:14:05.911 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=329 11-28 07:14:05.964 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 07:14:05.964 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 48ms 11-28 07:14:05.964 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=9 post_auth_save_flag=0. 11-28 07:14:05.964 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=9 save_extra_feature_flag=0. 11-28 07:14:05.964 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:14:05.964 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:14:05.964 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:14:05.967 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 1ms 11-28 07:14:05.967 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 109ms 11-28 07:14:05.987 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:14:05.993 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:14:05.993 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 07:15:53.226 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:17:29.223 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:17:29.223 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:17:29.269 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:17:29.269 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:17:29.328 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:17:29.331 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:17:29.347 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:17:29.347 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:17:29.347 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:17:29.347 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:17:29.453 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:17:29.524 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:17:29.579 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:17:29.579 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 07:17:29.579 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:17:29.598 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:17:29.598 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:17:29.605 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:17:29.758 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:17:29.766 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:17:34.343 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:18:18.947 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:18:18.947 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:18:18.955 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:18:18.955 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:18:18.970 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:18:18.970 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:18:18.983 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:18:18.983 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:18:18.983 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:18:18.983 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:18:19.130 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:18:19.194 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:18:19.194 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:18:19.194 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:18:19.194 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:18:19.194 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:18:19.194 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:18:19.196 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:18:19.196 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:18:19.198 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:18:19.230 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:18:19.273 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:18:19.314 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:18:19.314 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:18:19.317 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.317 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:18:19.323 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:18:19.327 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0302 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0005 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0005 11-28 07:18:19.327 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:18:19.327 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:18:19.343 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:18:19.343 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:18:19.343 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :226 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 226 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 451 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 127 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 12 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1813 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1865 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1894 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1818 11-28 07:18:19.349 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:18:19.349 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:18:19.363 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:18:19.372 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:18:19.409 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 404495787 } is later than auth token time Timestamp { milliseconds: 404445959 11-28 07:18:19.409 0 0 I trusty : } + 15 seconds") 11-28 07:18:19.526 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:18:19.526 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:18:19.566 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 72ms 11-28 07:18:19.567 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=330 11-28 07:18:19.618 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 07:18:19.618 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 51ms 11-28 07:18:19.634 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=10 post_auth_save_flag=0. 11-28 07:18:19.634 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=0 save_extra_feature_flag=1. 11-28 07:18:19.634 0 0 I trusty : [GF_TA][I][gf_delmar_algo][gf_algo_save_extra_feature] save extra feature 11-28 07:18:19.634 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 1 LHBM_gf_extra_feature.so 0 11-28 07:18:20.398 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_gf_extra_feature.so not found 11-28 07:18:20.398 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:18:20.399 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:18:20.399 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:18:20.401 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 2ms 11-28 07:18:20.401 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 125ms 11-28 07:18:20.406 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:18:20.412 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:18:20.412 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 07:18:21.269 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:19:49.775 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:19:49.775 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:19:49.823 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:19:49.823 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:19:49.909 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:19:49.909 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:19:49.928 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:19:49.928 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:19:49.928 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:19:49.928 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:19:49.963 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:19:50.038 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:19:50.113 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:19:50.113 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 07:19:50.113 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:19:50.154 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:19:50.154 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:19:50.154 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:19:50.154 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:19:50.154 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:19:50.154 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:19:50.154 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:19:50.154 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:19:50.261 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:19:50.273 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:19:50.273 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:19:50.273 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:19:50.277 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 07:19:50.277 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 123ms 11-28 07:19:50.277 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-28 07:19:50.278 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:19:50.298 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:19:50.298 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:19:50.306 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:20:41.151 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:21:48.752 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:21:48.770 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:21:48.770 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:21:48.770 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:21:48.802 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:21:48.802 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:21:48.819 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:21:48.819 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:21:48.819 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:21:48.819 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:21:48.939 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:21:49.004 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:21:49.059 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:21:49.059 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 07:21:49.059 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:21:49.073 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:21:49.073 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:21:49.083 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:21:49.248 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:21:49.261 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:22:51.149 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:25:42.231 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:25:42.231 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:25:42.244 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:25:42.244 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:25:42.281 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:25:42.281 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:25:42.297 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:25:42.297 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:25:42.297 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:25:42.297 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:25:42.429 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:25:42.499 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:25:42.546 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:25:42.546 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-28 07:25:42.696 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:25:42.704 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:25:42.722 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:25:42.722 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:25:42.722 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:25:42.722 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:25:42.722 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:25:42.722 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:25:42.722 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:25:42.722 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:25:42.726 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:25:42.726 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=2, expo=91, want delay = 79 11-28 07:25:42.748 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:25:42.748 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:25:42.774 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:25:42.774 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:25:42.774 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:25:42.774 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:25:42.846 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:25:42.846 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:25:42.849 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:25:42.850 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.850 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:25:42.855 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:25:42.859 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 07:25:42.859 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:25:42.859 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:25:42.871 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:25:42.871 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:25:42.871 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :29 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 29 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 627 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 668 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1893 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1910 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1954 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1887 11-28 07:25:42.877 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:25:42.877 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:25:42.886 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:25:42.892 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:25:42.925 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 404939305 } is later than auth token time Timestamp { milliseconds: 404705439 11-28 07:25:42.925 0 0 I trusty : } + 15 seconds") 11-28 07:25:43.059 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:25:43.059 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:25:43.071 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 64ms 11-28 07:25:43.074 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=331 11-28 07:25:43.124 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xe 11-28 07:25:43.124 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 52ms 11-28 07:25:43.124 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=11 post_auth_save_flag=0. 11-28 07:25:43.124 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=1 save_extra_feature_flag=0. 11-28 07:25:43.124 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:25:43.124 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:25:43.124 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:25:43.126 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 07:25:43.126 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 116ms 11-28 07:25:43.136 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:25:43.181 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:25:43.181 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0e 11-28 07:27:54.614 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:29:12.638 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:29:12.638 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:29:12.643 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:29:12.645 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:29:12.676 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:29:12.677 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:29:12.693 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:29:12.694 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:29:12.694 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:29:12.694 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:29:12.843 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:12.908 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:12.941 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:12.979 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.016 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.043 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.079 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.107 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:29:13.107 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:29:13.107 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:29:13.107 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:29:13.107 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:29:13.107 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:29:13.113 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.131 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:29:13.131 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=23, expo=91, want delay = 58 11-28 07:29:13.141 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.174 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.207 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.229 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:29:13.229 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:29:13.235 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.235 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:29:13.239 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:29:13.241 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0602 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0006 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0006 11-28 07:29:13.241 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:29:13.241 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:29:13.255 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:29:13.255 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:29:13.255 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :228 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 228 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 488 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 309 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1845 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1898 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1906 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1861 11-28 07:29:13.259 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:29:13.259 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:29:13.259 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:29:13.272 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:29:13.284 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:29:13.301 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 405149681 } is later than auth token time Timestamp { milliseconds: 404705439 11-28 07:29:13.301 0 0 I trusty : } + 15 seconds") 11-28 07:29:13.438 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:29:13.438 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:29:13.510 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 60ms 11-28 07:29:13.511 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=332 11-28 07:29:13.565 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 07:29:13.565 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 54ms 11-28 07:29:13.569 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=12 post_auth_save_flag=0. 11-28 07:29:13.569 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=2 save_extra_feature_flag=0. 11-28 07:29:13.569 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:29:13.569 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:29:13.569 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:29:13.569 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 07:29:13.569 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 114ms 11-28 07:29:13.570 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:29:13.578 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:29:13.578 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 07:31:07.089 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:32:10.880 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:32:10.881 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:32:10.892 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:32:10.892 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:32:10.973 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:32:10.973 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:32:10.992 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:32:10.992 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:32:10.992 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:32:10.992 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:32:11.085 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:32:11.153 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:32:11.183 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:32:11.221 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:32:11.273 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:32:11.328 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:32:11.328 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:32:11.328 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:32:11.328 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:32:11.328 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:32:11.328 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:32:11.329 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:32:11.329 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:32:11.329 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:32:11.329 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 07:32:11.329 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:32:11.449 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:32:11.450 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:32:11.450 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 07:32:11.450 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 114ms 11-28 07:32:11.450 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-28 07:32:11.451 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:32:11.480 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:32:11.480 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:32:11.489 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:32:11.489 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:32:11.492 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:32:12.351 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:46:48.398 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:46:48.398 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:46:48.420 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:46:48.420 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:46:48.439 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:46:48.439 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:46:48.454 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:46:48.454 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:46:48.454 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:46:48.454 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:46:48.644 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.717 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.747 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.782 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.813 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.846 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.877 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.923 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.944 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:48.977 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:49.010 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:49.046 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:49.078 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:49.128 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:46:49.177 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:46:49.177 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:46:49.188 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:46:49.188 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:46:49.196 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:46:49.345 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:46:49.360 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-28 07:46:49.578 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:54:17.095 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:54:17.095 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:54:17.112 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:54:17.112 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:54:17.130 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:54:17.130 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:54:17.148 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:54:17.148 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:54:17.148 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:54:17.148 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:54:17.291 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.364 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.411 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.426 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.452 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.491 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.525 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.551 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.593 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.617 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.652 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.684 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.717 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.769 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.784 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.817 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.851 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.884 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:54:17.934 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:54:17.934 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-28 07:54:18.078 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:54:18.094 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2138112, maximum footprint: 11640832 11-28 07:56:47.549 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:56:47.549 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:56:47.594 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:56:47.594 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:56:47.657 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:56:47.657 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:56:47.672 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:56:47.672 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:56:47.672 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:56:47.672 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:56:47.792 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:47.860 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:47.892 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:47.927 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:47.959 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:47.991 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:48.026 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:48.060 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:48.076 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:56:48.076 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:56:48.076 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:56:48.076 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:56:48.076 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:56:48.076 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:56:48.076 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:56:48.076 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 07:56:48.091 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:48.124 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:48.162 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:48.195 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:56:48.196 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:56:48.209 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.209 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 07:56:48.214 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 07:56:48.219 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0502 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0003 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0003 11-28 07:56:48.219 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 07:56:48.219 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:56:48.227 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 07:56:48.227 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 07:56:48.227 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :224 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 224 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 539 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 387 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1889 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1931 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1959 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1885 11-28 07:56:48.233 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 07:56:48.233 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:56:48.237 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:56:48.254 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 406804634 } is later than auth token time Timestamp { milliseconds: 406205557 11-28 07:56:48.254 0 0 I trusty : } + 15 seconds") 11-28 07:56:48.285 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:56:48.285 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 07:56:48.285 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:56:48.452 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:56:48.455 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 87ms 11-28 07:56:48.456 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=333 11-28 07:56:48.461 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:56:48.475 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 07:56:48.475 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 07:56:48.506 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xf 11-28 07:56:48.506 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 49ms 11-28 07:56:48.507 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=13 post_auth_save_flag=0. 11-28 07:56:48.507 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=3 save_extra_feature_flag=0. 11-28 07:56:48.507 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 07:56:48.508 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 07:56:48.508 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 07:56:48.511 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 07:56:48.511 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 136ms 11-28 07:56:48.515 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:56:48.521 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 07:56:48.521 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0f 11-28 07:56:48.532 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:56:48.532 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:56:48.539 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:56:59.865 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 07:58:03.641 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 07:58:03.641 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 07:58:03.669 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 07:58:03.669 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 07:58:03.730 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 07:58:03.745 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 07:58:03.746 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 07:58:03.746 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 07:58:03.746 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 07:58:03.746 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 07:58:03.857 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:58:03.924 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 07:58:03.980 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 07:58:03.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 07:58:03.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 07:58:03.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 07:58:03.980 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 07:58:03.980 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 07:58:03.982 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 07:58:03.982 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-28 07:58:03.991 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 07:58:03.992 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 07:58:03.992 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 07:58:04.105 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 07:58:04.105 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 07:58:04.105 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 07:58:04.105 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 136ms 11-28 07:58:04.105 0 0 I trusty : [GF_TA][E][gf_fpcore_common][gf_fpcore_on_authenticate_end] auth has not entered algo. 11-28 07:58:04.117 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 07:58:04.155 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 07:58:04.155 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 07:58:04.160 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 07:58:04.167 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 07:58:04.173 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 65536, maximum footprint: 11640832 11-28 07:58:14.560 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 08:39:07.015 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 08:39:07.015 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 08:39:07.053 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:39:07.152 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:39:07.160 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 08:39:07.160 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 08:39:07.177 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 08:39:07.196 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 08:39:07.196 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 08:39:07.196 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 08:39:07.213 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:39:07.295 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:39:07.322 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:39:07.395 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:39:07.397 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 08:39:07.414 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 08:39:07.444 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 08:39:07.452 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 08:39:07.452 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 08:39:07.565 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 08:39:07.576 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 08:39:09.314 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 08:39:09.314 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 08:39:09.623 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:39:09.623 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:39:41.466 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:39:41.466 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:39:41.497 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:39:41.497 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:39:41.529 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:39:41.529 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:39:41.605 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:39:41.606 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:39:41.679 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:39:41.679 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:41:33.897 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 08:41:33.898 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 08:41:34.108 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:41:34.108 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:42:05.951 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 08:43:51.003 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 08:43:51.003 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 08:43:51.009 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 08:43:51.009 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 08:43:51.055 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 08:43:51.055 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 08:43:51.071 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 08:43:51.071 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 08:43:51.071 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 08:43:51.071 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 08:43:51.242 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.305 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.339 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.371 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.405 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.438 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.472 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.524 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 08:43:51.568 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 08:43:51.568 0 0 I trusty : logging.cc: 75: ***: :369: Updating userdata, ver4.29 11-28 08:43:51.568 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: authenticated 11-28 08:43:51.586 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 08:43:51.586 0 0 I trusty : [GF_TA][I][gf_tee_storage][trusty_file_open] 0 LHBM_auth_att.so 0 11-28 08:43:51.593 0 0 I trusty : file_delete():1110: file 8db26df69e774f61b3c2b88a788cbac2/LHBM_auth_att.so not found 11-28 08:43:51.740 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 08:43:51.753 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 08:58:17.425 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 09:29:33.131 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 09:38:12.953 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 09:38:12.966 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 09:38:12.974 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 09:38:12.974 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 09:38:13.020 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 09:38:13.029 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 09:38:13.038 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 09:38:13.038 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 09:38:13.038 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 09:38:13.038 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 09:38:13.176 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:13.206 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:13.237 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:13.271 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:13.313 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:13.320 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 09:38:13.320 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 09:38:13.469 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 09:38:13.480 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 09:38:48.001 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 09:38:48.001 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 09:38:48.006 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 09:38:48.006 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 09:38:48.018 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 09:38:48.023 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 09:38:48.040 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 09:38:48.040 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 09:38:48.040 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 09:38:48.040 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 09:38:48.239 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.305 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.305 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.314 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.347 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.378 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.409 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.451 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.475 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.510 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.547 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.583 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.609 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.644 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.678 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.714 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.745 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.784 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.815 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.845 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.879 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.912 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.947 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:48.983 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.013 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.044 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.078 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.112 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.144 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.180 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.212 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.244 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.278 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.313 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.347 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.379 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.413 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.446 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.478 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.492 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 09:38:49.492 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 09:38:49.492 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 09:38:49.492 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 09:38:49.492 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 09:38:49.492 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 09:38:49.492 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 09:38:49.492 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=0, expo=91, want delay = 81 11-28 09:38:49.510 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.550 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.579 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.610 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.610 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 09:38:49.611 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 09:38:49.620 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.620 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 09:38:49.626 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 09:38:49.630 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0902 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0009 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0009 11-28 09:38:49.630 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 09:38:49.630 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 09:38:49.638 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 09:38:49.638 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 09:38:49.638 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :23 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 23 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 953 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 680 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 11 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1832 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1873 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1885 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1862 11-28 09:38:49.643 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 09:38:49.643 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 09:38:49.647 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 09:38:49.660 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 09:38:49.663 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 412926043 } is later than auth token time Timestamp { milliseconds: 409627948 11-28 09:38:49.663 0 0 I trusty : } + 15 seconds") 11-28 09:38:49.678 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 09:38:49.850 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 09:38:49.850 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 09:38:49.861 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 57ms 11-28 09:38:49.862 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=334 11-28 09:38:49.934 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xb 11-28 09:38:49.934 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 71ms 11-28 09:38:49.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=14 post_auth_save_flag=0. 11-28 09:38:49.935 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=4 save_extra_feature_flag=0. 11-28 09:38:49.935 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 09:38:49.935 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 09:38:49.935 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 09:38:49.936 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 09:38:49.936 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 128ms 11-28 09:38:49.940 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 09:38:49.946 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 09:38:49.946 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0b 11-28 09:39:03.745 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 10:04:27.751 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 10:04:27.751 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 10:04:27.764 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 10:04:27.782 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 10:04:27.795 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 10:04:27.803 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 10:04:27.816 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 10:04:27.816 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 10:04:27.816 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 10:04:27.816 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 10:04:27.974 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.007 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.040 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.073 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.105 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.141 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.174 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.206 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.239 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.274 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.307 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.340 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.374 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.406 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.439 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.474 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.506 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.540 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.577 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.607 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.642 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.676 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.716 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.741 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.774 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.808 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.843 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.875 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.910 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:04:28.927 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 10:04:28.943 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 10:11:40.498 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 10:11:40.498 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 10:11:40.550 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 10:11:40.552 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 10:11:40.579 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 10:11:40.579 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 10:11:40.596 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 10:11:40.620 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 10:11:40.620 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 10:11:40.620 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 10:11:40.727 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:40.758 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:40.788 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:40.826 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:40.860 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:40.866 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 10:11:40.866 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: timeout 11-28 10:11:41.008 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 10:11:41.020 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 10:11:41.671 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 10:11:41.671 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 10:11:41.697 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 10:11:41.697 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 10:11:41.738 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 10:11:41.738 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 10:11:41.738 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 10:11:41.738 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 10:11:41.865 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:41.932 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:41.964 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:41.999 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.031 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.064 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.097 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.131 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.164 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.197 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.230 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:11:42.243 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 10:11:42.255 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 10:18:16.783 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 10:18:16.783 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 10:18:16.801 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 10:18:16.801 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 10:18:16.855 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 10:18:16.855 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 10:18:16.872 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 10:18:16.872 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 10:18:16.872 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 10:18:16.872 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. --------- beginning of system 11-28 10:18:16.877 866 10326 I Lyric : zuma_fe_programming.cc:96: [CAM7][ISPFE] Creating programming model. Indices: {bayer_context_index = [4], pdaf_context_index = [0], image_loch_indices = [0], pdaf_loch_indices = [0], vc_loch_index = nullopt, rdma_index = nullopt} 11-28 10:18:16.877 866 10326 I Lyric : zuma_fe_programming.cc:107: [CAM7][ISPFE] Submitted repeating SOF sync transaction id 5509 11-28 10:18:16.877 866 10326 I Lyric : zuma_fe_driver.cc:1161: ISP-FE Qos Update: context(0), csi clock: 111000000, lmp clock: 101772720 11-28 10:18:16.878 866 10326 I Lyric : zuma_fe_driver.cc:1211: ISP-FE Qos Update: clock frequency: 111000000, write bandwidth: 785362560, read bandwidth: 0 11-28 10:18:16.878 866 10326 I Lyric : zuma_secure_operation_controller.cc:71: ZumaSecureOperationController: Requested secure session for zuma-fe 11-28 10:18:16.878 866 10326 I Lyric : unified_zuma_front_end_controller.cc:185: [CAM7] Acquired driver context for exposure 0. 11-28 10:18:16.878 866 10326 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStop#0 acquired 11-28 10:18:16.878 866 10326 E Lyric : software_fence.cc:40: Resetting unsignaled fence unnamed 11-28 10:18:16.878 866 10326 I Lyric : fe_node.cc:2589: frontend: HalPixelFormat for FrontEndNode RAW16_BAYER_SBWC 11-28 10:18:16.878 866 10326 I Lyric : unified_zuma_front_end_controller.cc:271: [CAM7] The first sensor frame number is changed from -1 to 1 for exposure index 0. 11-28 10:18:16.880 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 1, addr[0]: 0x4a550000, SQ addr: 0x4b9d0000 11-28 10:18:16.881 866 10326 I Lyric : zuma_fe_programming.cc:1029: [CAM7][ISPFE] Releasing sensor start blocker with status OK 11-28 10:18:16.881 866 10326 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStartExp0#0 released with status: OK with lwis fence, which will be waited at sensor start transaction in kernel 11-28 10:18:16.881 866 10377 I Lyric : multisensor_controller.cc:787: camera Front start wait for barrier spend : 36.243083ms 11-28 10:18:16.881 866 10377 I Lyric : dpm_bandwidth_controller_v2.cc:912: Update minimum MIF clock to 1000000000 number of active sensor: 1 11-28 10:18:16.881 866 10377 I Lyric : dpm_bandwidth_controller_v2.cc:968: Update minimum INT clock to 200000000 number of active sensor: 1 11-28 10:18:16.881 866 10377 W Lyric : actuator_driver.cc:874: act-front-normal: Periodic IO is already started. 11-28 10:18:16.882 866 10377 I Lyric : sensor_generic_driver.cc:1294: DOKKAEBI stream on, size: {width: 3648, height: 2736}, frame rate range: [7.5, 30], sensor ispfe sync in kernel with ispfe-side completion fence 11-28 10:18:16.882 866 10377 I Lyric : per_camera_barrier_impl.cc:47: Blocker for MultiSensorController_Stop acquired 11-28 10:18:16.882 866 1565 I Lyric : zuma_fe_programming.cc:620: [CAM7][ISPFE] Enabling LoCHs with register-set states: {fc_lmp_bayer = 1, fc_lmp_pdaf = 1, csis_image_wdmas = [], csis_pd_wdmas = [{0, 1}], csis_vc_wdma = 0, csis_rdma = 0, context_indices = {bayer_context_index = [4], pdaf_context_index = [0], image_loch_indices = [0], pdaf_loch_indices = [0], vc_loch_index = nullopt, rdma_index = nullopt}} 11-28 10:18:16.882 866 1565 I Lyric : image_logical_channel.cc:243: CSIS Core: Setting loch_en for ImgLoch_0 11-28 10:18:16.882 866 1565 I Lyric : pd_logical_channel.cc:287: CSIS Core: Setting loch_en for PdLoch_0 11-28 10:18:16.882 866 10405 I Lyric : sensor_generic_driver.cc:1046: DOKKAEBI stream on success. Transaction delay: 291.789us 11-28 10:18:16.882 866 10319 I G3ACoordinator: af_engine.cc:1136: Starter Frames 11-28 10:18:16.882 866 10319 I G3ACoordinator: af_engine.cc:604: Starter Frames 11-28 10:18:16.888 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 3, addr[0]: 0x4b650000, SQ addr: 0x4b9e0000 11-28 10:18:16.893 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:18:16.894 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:16.896 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:16.896 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:16.897 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 4, addr[0]: 0x4b9f0000, SQ addr: 0x4c0f0000 11-28 10:18:16.904 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699266 name: IspFe.csis_int1.Context0FrameStart count: 1 timestamp: 415291218739364 11-28 10:18:16.904 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699650 name: IspFe.csis_fs_int.Context0FrameStartCh2 count: 1 timestamp: 415291218787582 11-28 10:18:16.904 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699648 name: IspFe.csis_fs_int.Context0FrameStartCh0 count: 1 timestamp: 415291218794255 11-28 10:18:16.904 866 10405 I Lyric : sensor_generic_driver.cc:907: DOKKAEBI 1st SOF arrived. Delay from stream on: 22.760905ms Delay from stream on transaction: 22.196859ms (Delay - exposure time): 12.2026155ms 11-28 10:18:16.904 866 10383 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_INT clock 356000 11-28 10:18:16.904 866 10383 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_CAM clock 111000 11-28 10:18:16.904 866 10383 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_MIF clock 3744000 11-28 10:18:16.904 866 10383 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_INTCAM clock 111000 11-28 10:18:16.904 866 10383 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_TNR clock 111000 11-28 10:18:16.904 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699649 name: IspFe.csis_fs_int.Context0FrameStartCh1 count: 1 timestamp: 415291218820012 11-28 10:18:16.904 866 1565 W Lyric : zuma_fe_programming.cc:1152: [CAM7][ISPFE] Entering skip mode because next batch HW frame # 2 is less than next config's sensor frame # 3. Last submitted sensor frame # 1 11-28 10:18:16.906 866 10405 W Lyric : shutter_notification_manager.cc:229: 2 calls in 396 sec(s): vsync timeout for frame 1 11-28 10:18:16.906 866 10405 I Lyric : shutter_notification_manager.cc:271: 2 calls in 396 sec(s): vsync_timestamp unavailable. Apply previous vsync_sof_offset -1233463 11-28 10:18:16.919 1569 1743 W PowerManagerService: Screen on took 248 ms 11-28 10:18:16.919 1569 1743 D BrightnessThermalClamper: Thermal status observer already started 11-28 10:18:16.919 1569 1743 I DreamManagerService: Gently waking up from dream. 11-28 10:18:16.925 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:16.928 2046 2046 W FaceManager: Unknown authentication acquired message: 24, 0 11-28 10:18:16.932 1569 3739 I DreamManagerService: Leaving dreamland. 11-28 10:18:16.933 1569 1691 I DreamController: Stopping dream: name=ComponentInfo{com.android.systemui/com.android.systemui.doze.DozeService}, isPreviewMode=false, canDoze=true, userId=0, reason='finished self'(from 'power manager request') 11-28 10:18:16.933 2046 2065 D ShellSplitScreen: onFinishedWakingUp 11-28 10:18:16.936 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 1 11-28 10:18:16.936 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699265 name: IspFe.csis_int1.Context0FrameEnd count: 1 timestamp: 415291250508855 11-28 10:18:16.936 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213700034 name: IspFe.csis_fe_int.Context0FrameEndCh2 count: 1 timestamp: 415291250544337 11-28 10:18:16.936 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213700033 name: IspFe.csis_fe_int.Context0FrameEndCh1 count: 1 timestamp: 415291250552312 11-28 10:18:16.936 866 10383 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213700032 name: IspFe.csis_fe_int.Context0FrameEndCh0 count: 1 timestamp: 415291250558456 11-28 10:18:16.937 866 10326 I Lyric : raw_to_yuv_node.cc:1293: HalImageFormat for YUV output: HalImageFormat{ pixel_format = YCBCR_420_888, stride_alignment = 16, num_buffers = 1 } 11-28 10:18:16.937 866 10323 W G3ACoordinator: data_manager.cc:160: [1, 18, 7] failed to read 11-28 10:18:16.938 866 1565 I Lyric : zuma_fe_programming.cc:1109: [CAM7][ISPFE] Exiting skip mode. Next batch HW frame # is 3 11-28 10:18:16.938 866 1565 I Lyric : zuma_fe_programming.cc:851: [CAM7][ISPFE] ReportFrameDrop: Frame drop info: CSIS Core Bayer - id :0, drop count: 0, CSIS Core PD 0 - id :0, drop count: 1, CSIS Core VC - id :0, drop count: 0, FC Bayer - id :0, drop count: 1, FC PDAF - id :0, drop count: 1, reset frame number: 3 11-28 10:18:16.938 866 1565 I Lyric : zuma_csis_core_context.cc:1065: [CAM7] Received Bayer NotifyFrameDrop: loch_frame_id: 0, bayer_wdma_frame_id: 0, bayer_wdma_batch_frame_drop_count: 0, bayer_wdma_config_id: 0, bayer_wdma_activity: 0x0, stale_frame_number: -1, reset_frame_number: 3 11-28 10:18:16.938 866 1565 I Lyric : zuma_csis_core_context.cc:1080: [CAM7] Received PD 0 NotifyFrameDrop: loch_frame_id: 0, frame_id: 0, batch_frame_drop_count: 1, config_id: 1, activity: 0x1, stale_frame_number: -1, reset_frame_number: 3 11-28 10:18:16.938 866 1565 I Lyric : zuma_csis_core_context.cc:1154: [CAM7] NotifyFrameDrop: Remaining PD[0] frames: 3 4 11-28 10:18:16.938 866 1565 W Lyric : lmp_pipeline.cc:579: [Bayer4][CAM7] Lmp received frame drop notification, last_latched_frame_id: 0, frame_drop_count: 1, stale_frame_number: -1, reset_frame_number: 3, check pending frames: sensor frame numbers: [3 4], abs frame numbers: [1 2] 11-28 10:18:16.938 866 1565 W Lyric : lmp_pipeline.cc:579: [Pdaf0][CAM7] Lmp received frame drop notification, last_latched_frame_id: 0, frame_drop_count: 1, stale_frame_number: -1, reset_frame_number: 3, check pending frames: sensor frame numbers: [3 4], abs frame numbers: [1 2] 11-28 10:18:16.949 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 5, addr[0]: 0x4bd70000, SQ addr: 0x4c6c0000 11-28 10:18:16.963 866 1562 I Lyric : zuma_be_core_event_handler_impl.cc:76: Received Hw event: BeCore.RgbpInt0.FrameEnd counter 1, timestamp: 415291277324570 11-28 10:18:16.963 866 1562 I Lyric : zuma_be_core_event_handler_impl.cc:76: Received Hw event: BeCore.YuvpInt0.FrameEnd counter 1, timestamp: 415291277389307 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:99: [CLA] Cam1-Open 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:101: [CLA] Open latency: 5.15161 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:101: [CLA] <-- IDLE --> latency: 18.0198 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:101: [CLA] ConfigureStream latency: 4.79203 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:101: [CLA] <-- IDLE --> latency: 8.02494 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:101: [CLA] First frame latency: 132.172 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:101: [CLA] Overall latency: 168.175 11-28 10:18:16.963 866 10340 I Lyric : camera_latency_analyzer.cc:101: [CLA] HAL Total latency: 142.106 11-28 10:18:16.965 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:16.971 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:16.991 866 10326 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.003 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 3 11-28 10:18:17.005 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:17.005 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:17.005 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:17.005 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:17.005 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:17.014 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 6, addr[0]: 0x4c3c0000, SQ addr: 0x4b9d0000 11-28 10:18:17.025 866 10326 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.032 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.027 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:18:17.036 1569 2216 D ActivityManager: sync unfroze 23918 com.google.android.apps.messaging for 7 11-28 10:18:17.036 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 4 11-28 10:18:17.048 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.048 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 7, addr[0]: 0x4a550000, SQ addr: 0x4b9e0000 11-28 10:18:17.059 866 10326 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.066 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.069 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 5 11-28 10:18:17.071 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.076 866 10323 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 8, addr[0]: 0x4b650000, SQ addr: 0x4c0f0000 11-28 10:18:17.094 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.103 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 6 11-28 10:18:17.112 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.112 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 9, addr[0]: 0x4b9f0000, SQ addr: 0x4c6c0000 11-28 10:18:17.118 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.125 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.135 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.136 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 7 11-28 10:18:17.144 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 10, addr[0]: 0x4c9a0000, SQ addr: 0x4b9d0000 11-28 10:18:17.145 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.158 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.166 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.169 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.169 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 8 11-28 10:18:17.176 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 11, addr[0]: 0x4bd70000, SQ addr: 0x4b9e0000 11-28 10:18:17.191 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.200 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.203 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 9 11-28 10:18:17.207 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.214 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 12, addr[0]: 0x4c3c0000, SQ addr: 0x4c0f0000 11-28 10:18:17.224 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.235 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.236 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 10 11-28 10:18:17.240 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.244 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 13, addr[0]: 0x4a550000, SQ addr: 0x4c6c0000 11-28 10:18:17.258 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.267 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.269 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 11 11-28 10:18:17.270 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.276 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 14, addr[0]: 0x4b650000, SQ addr: 0x4b9d0000 11-28 10:18:17.291 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.303 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 12 11-28 10:18:17.306 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.308 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.309 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 15, addr[0]: 0x4b9f0000, SQ addr: 0x4b9e0000 11-28 10:18:17.325 866 10326 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.335 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.336 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 13 11-28 10:18:17.339 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.342 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 16, addr[0]: 0x4c9a0000, SQ addr: 0x4c0f0000 11-28 10:18:17.358 866 10326 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.368 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.369 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 14 11-28 10:18:17.373 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.381 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 17, addr[0]: 0x4bd70000, SQ addr: 0x4c6c0000 11-28 10:18:17.391 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.399 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.402 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.403 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 15 11-28 10:18:17.408 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 18, addr[0]: 0x4c3c0000, SQ addr: 0x4b9d0000 11-28 10:18:17.425 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.431 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.434 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.436 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 16 11-28 10:18:17.443 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 19, addr[0]: 0x4a550000, SQ addr: 0x4b9e0000 11-28 10:18:17.458 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.467 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.469 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 17 11-28 10:18:17.472 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.475 866 10323 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 20, addr[0]: 0x4b650000, SQ addr: 0x4c0f0000 11-28 10:18:17.491 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.503 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 18 11-28 10:18:17.503 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.509 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.511 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 21, addr[0]: 0x4b9f0000, SQ addr: 0x4c6c0000 11-28 10:18:17.525 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.536 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 19 11-28 10:18:17.538 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.542 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.543 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 22, addr[0]: 0x4c9a0000, SQ addr: 0x4b9d0000 11-28 10:18:17.558 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.565 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.569 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.569 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 20 11-28 10:18:17.576 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 23, addr[0]: 0x4bd70000, SQ addr: 0x4b9e0000 11-28 10:18:17.591 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.598 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.601 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.603 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 21 11-28 10:18:17.610 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 24, addr[0]: 0x4c3c0000, SQ addr: 0x4c0f0000 11-28 10:18:17.625 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.631 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.635 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.636 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 22 11-28 10:18:17.643 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 25, addr[0]: 0x4a550000, SQ addr: 0x4c6c0000 11-28 10:18:17.658 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.664 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.668 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.669 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 23 11-28 10:18:17.676 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 26, addr[0]: 0x4b650000, SQ addr: 0x4b9d0000 11-28 10:18:17.691 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.699 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.703 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 24 11-28 10:18:17.703 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.714 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 27, addr[0]: 0x4b9f0000, SQ addr: 0x4b9e0000 11-28 10:18:17.724 866 10319 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.736 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 25 11-28 10:18:17.745 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 28, addr[0]: 0x4c9a0000, SQ addr: 0x4c0f0000 11-28 10:18:17.748 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.755 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.758 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.769 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 26 11-28 10:18:17.772 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.776 866 10343 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 29, addr[0]: 0x4bd70000, SQ addr: 0x4c6c0000 11-28 10:18:17.777 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.791 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.800 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.803 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 27 11-28 10:18:17.805 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.813 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 30, addr[0]: 0x4c3c0000, SQ addr: 0x4b9d0000 11-28 10:18:17.825 866 10326 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.836 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 28 11-28 10:18:17.844 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.847 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.849 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 31, addr[0]: 0x4a550000, SQ addr: 0x4b9e0000 11-28 10:18:17.858 866 10343 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.868 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.869 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 29 11-28 10:18:17.875 866 10319 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 32, addr[0]: 0x4b650000, SQ addr: 0x4c0f0000 11-28 10:18:17.878 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.891 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.904 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.903 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 30 11-28 10:18:17.909 1569 2005 V Biometrics/AcquisitionClient: Acquired: 11 0, shouldSend: false 11-28 10:18:17.916 866 10323 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 33, addr[0]: 0x4b9f0000, SQ addr: 0x4c6c0000 11-28 10:18:17.925 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.934 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.936 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 31 11-28 10:18:17.950 866 10343 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 34, addr[0]: 0x4c9a0000, SQ addr: 0x4b9d0000 11-28 10:18:17.950 1569 2005 V Biometrics/AcquisitionClient: Acquired: 16 0, shouldSend: false 11-28 10:18:17.958 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:17.969 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 32 11-28 10:18:17.971 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:17.977 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 35, addr[0]: 0x4bd70000, SQ addr: 0x4b9e0000 11-28 10:18:17.986 1569 2005 V Biometrics/AcquisitionClient: Acquired: 16 0, shouldSend: false 11-28 10:18:17.991 866 10343 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.001 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.003 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 33 11-28 10:18:18.009 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 36, addr[0]: 0x4c3c0000, SQ addr: 0x4c0f0000 11-28 10:18:18.011 1569 2005 V Biometrics/AcquisitionClient: Acquired: 1 0, shouldSend: false 11-28 10:18:18.025 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.032 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.036 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 34 11-28 10:18:18.045 866 10343 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 37, addr[0]: 0x4a550000, SQ addr: 0x4c6c0000 11-28 10:18:18.046 1569 2005 V Biometrics/AcquisitionClient: Acquired: 16 0, shouldSend: false 11-28 10:18:18.058 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.066 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.069 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 35 11-28 10:18:18.077 866 10343 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 38, addr[0]: 0x4b650000, SQ addr: 0x4b9d0000 11-28 10:18:18.080 1569 2005 V Biometrics/AcquisitionClient: Acquired: 1 0, shouldSend: false 11-28 10:18:18.091 866 10343 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.099 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.103 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 36 11-28 10:18:18.111 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 39, addr[0]: 0x4b9f0000, SQ addr: 0x4b9e0000 11-28 10:18:18.111 1569 2005 V Biometrics/AcquisitionClient: Acquired: 1 0, shouldSend: false 11-28 10:18:18.125 866 10343 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.132 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.136 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 37 11-28 10:18:18.146 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 40, addr[0]: 0x4c9a0000, SQ addr: 0x4c0f0000 11-28 10:18:18.158 866 10343 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.169 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 38 11-28 10:18:18.180 866 10372 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 41, addr[0]: 0x4bd70000, SQ addr: 0x4c6c0000 11-28 10:18:18.185 1569 2005 V Biometrics/AcquisitionClient: Acquired: 0 0, shouldSend: false 11-28 10:18:18.186 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.192 866 10343 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.198 1569 2005 V Biometrics/AcquisitionClient: Acquired: 1 0, shouldSend: false 11-28 10:18:18.200 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.203 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 39 11-28 10:18:18.211 866 10343 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 42, addr[0]: 0x4cf60000, SQ addr: 0x4b9d0000 11-28 10:18:18.212 1569 2005 V Biometrics/AcquisitionClient: Acquired: 1 0, shouldSend: false 11-28 10:18:18.225 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.232 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.236 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 40 11-28 10:18:18.242 1569 2005 V Biometrics/AcquisitionClient: Acquired: 1 0, shouldSend: false 11-28 10:18:18.244 866 10343 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 43, addr[0]: 0x4c3c0000, SQ addr: 0x4b9e0000 11-28 10:18:18.259 866 10343 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.266 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:18.269 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 41 11-28 10:18:18.278 866 10326 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 44, addr[0]: 0x4a550000, SQ addr: 0x4c0f0000 11-28 10:18:18.291 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.303 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 42 11-28 10:18:18.311 866 10343 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 45, addr[0]: 0x4b650000, SQ addr: 0x4c6c0000 11-28 10:18:18.314 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDecide 11-28 10:18:18.314 0 0 I trusty : logging.cc: 75: ***: :153: Auth decision: rejected 11-28 10:18:18.314 1569 2005 V Biometrics/AcquisitionClient: Acquired: 0 0, shouldSend: false 11-28 10:18:18.315 1569 2005 V BiometricLogger: Authentication latency: 1542 11-28 10:18:18.315 1569 2005 V Biometrics/AuthenticationClient: onAuthenticated(false), ID:0, Owner: com.android.systemui, isBP: false, listener: com.android.server.biometrics.sensors.ClientMonitorCallbackConverter@2abf39b, requireConfirmation: false, user: 0, clientMonitor: {[1853] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=857, userId=0} 11-28 10:18:18.315 1569 2005 W Biometrics/AuthenticationClient: Allowing background authentication, this is allowed only for platform or test invocations 11-28 10:18:18.316 1569 2005 D BiometricSchedulerOperation: [Finished / destroy]: {[1853] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=857, userId=0} 11-28 10:18:18.317 1569 2005 V ALSProbe: Disable ALS: 86316704 11-28 10:18:18.317 1569 2005 I AdaptiveAuthService: AuthenticationStateListener#onAuthenticationFailed 11-28 10:18:18.317 1569 2005 D BiometricScheduler: [Finishing] {[1853] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=857, userId=0}, success: true 11-28 10:18:18.318 1569 2005 D BiometricScheduler: No operations, returning to idle 11-28 10:18:18.318 1569 1569 I AdaptiveAuthService: reportAuthAttempt: numFailedAttempts=1, userId=0 11-28 10:18:18.318 1569 1569 D AdaptiveAuthService: Not locking the device because the device is already locked. 11-28 10:18:18.325 866 10372 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:18.329 866 20301 I Lyric : camera_device_session_hwl_impl.cc:1362: Flush entered, camera_id: 1 11-28 10:18:18.329 866 20301 I Lyric : camera_powerhal.cc:172: SetPowerBoost Trigger CAMERA_LAUNCH for 200ms 11-28 10:18:18.329 866 20301 I Lyric : camera_device_session_manager_base.cc:1174: Attempting to flush graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:18.330 866 10343 W Lyric : auto_focus_node.cc:1295: 4 calls in 396 sec(s): af, frame_number: 42, shutter notification is not available. Update vsync with current boottime and previous offset. 11-28 10:18:18.330 866 10378 E Lyric : auto_focus_meta_node.cc:194: 2 calls in 398 sec(s): Start of exposure timestamp < 0 on frame [42] is not supported by the 3A interface. 11-28 10:18:18.331 866 10378 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 42, partial result count: 1 11-28 10:18:18.331 866 10372 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 41, partial result count: 2 11-28 10:18:18.331 866 10343 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 41 11-28 10:18:18.331 866 20301 I Lyric : fe_node.cc:1018: frontend output frame stats (ignores fence-signaled drops): {process_input_count = 44, dropped_all_outputs = 0, valid_ae = 44, valid_pre_lsc_ae = 44, valid_uae = 0, valid_awb = 44, valid_histogram = 44, valid_flicker = 44, valid_motion = 44, valid_cdaf = 44, valid_pdaf = 44, valid_align = 0, valid_alias_map = 0, valid_gaussian_pyramid = 0, valid_scaled_rgb_stats = 44, valid_scaled_yuv_stats = 44, valid_lsc = 44, valid_bilateral_grid = 0, valid_scaled_rgb = 0, valid_scaled_yuv = 0, valid_cam_data_dump = 0, valid_pixel_patch = 0} 11-28 10:18:18.331 866 20301 I Lyric : unified_zuma_front_end_controller.cc:362: [CAM7] Flushing at Normal mode 11-28 10:18:18.331 866 10326 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 40 11-28 10:18:18.331 866 20301 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStop#1ForFlush acquired 11-28 10:18:18.331 866 20301 I Lyric : zuma_fe_programming.cc:969: [CAM7][ISPFE] Flushing. In flight list size is: 2 11-28 10:18:18.331 866 20301 I Lyric : zuma_fe_programming.cc:992: [CAM7][ISPFE] config for frame 44 was submitted. SW will wait for it. 11-28 10:18:18.331 866 20301 I Lyric : zuma_fe_programming.cc:1013: [CAM7][ISPFE] Done flushing the programming model 11-28 10:18:18.331 866 20301 I Lyric : frame_images_queue_handler.cc:140: [CAM7] Bayer[0] Canceled sensor frames 45 Flushed [CAM7] Bayer[0] frame 11-28 10:18:18.331 866 20301 I Lyric : frame_images_queue_handler.cc:140: [CAM7] PD[0] Canceled sensor frames 45 Flushed [CAM7] PD[0] frame 45 11-28 10:18:18.331 866 10319 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 42, partial result count: 2 11-28 10:18:18.331 866 20301 I Lyric : lmp_pipeline.cc:560: [Bayer4][CAM7] Removed obsolete lmp frame (not frame 43) (not frame 44) 45 11-28 10:18:18.331 866 10375 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 43, partial result count: 1 11-28 10:18:18.332 866 20301 I Lyric : lmp_pipeline.cc:560: [Pdaf0][CAM7] Removed obsolete lmp frame (not frame 43) (not frame 44) 45 11-28 10:18:18.332 866 20301 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context bayer 11-28 10:18:18.332 866 20301 I Lyric : lmp_pipeline.cc:469: [Bayer4][CAM7] Drain(timeout=200.0347945ms) entered. Number of frames in the queue is 2 11-28 10:18:18.332 866 20301 I Lyric : lmp_pipeline.cc:486: [Bayer4][CAM7] Waiting for pipeline to drain. There are 2 pending transactions for frames: sensor frame numbers: [43 44], abs frame numbers: [41 42] 11-28 10:18:18.332 866 10377 W Lyric : sensor_node.cc:662: SensorNode producing drops due to frame request drop on frame 44 11-28 10:18:18.332 866 10343 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 42 11-28 10:18:18.332 866 10326 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 41 11-28 10:18:18.332 866 10372 W Lyric : auto_focus_node.cc:1150: af Request frame is drop, drop all algorithm output forframe 45 11-28 10:18:18.332 866 10377 W Lyric : sensor_node.cc:662: SensorNode producing drops due to frame request drop on frame 45 11-28 10:18:18.332 866 10319 W Lyric : tuning_node.cc:526: 2 calls in 396 sec(s): TuningNode producing frame drop because request frame is drop 11-28 10:18:18.332 866 10375 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 43, partial result count: 2 11-28 10:18:18.333 866 10326 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 42 11-28 10:18:18.333 866 10375 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 44, partial result count: 1 11-28 10:18:18.333 866 10343 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 43 11-28 10:18:18.333 866 10378 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 45, partial result count: 1 11-28 10:18:18.333 866 10326 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 43 11-28 10:18:18.336 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 43 11-28 10:18:18.369 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 44 11-28 10:18:18.370 866 20301 I Lyric : lmp_pipeline.cc:498: [Bayer4][CAM7] Pipeline drained. 11-28 10:18:18.370 866 20301 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context bayer 11-28 10:18:18.370 866 20301 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context pdaf 11-28 10:18:18.370 866 20301 I Lyric : lmp_pipeline.cc:469: [Pdaf0][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:18.370 866 20301 I Lyric : lmp_pipeline.cc:473: [Pdaf0][CAM7] Pipeline drained. 11-28 10:18:18.370 866 20301 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context pdaf 11-28 10:18:18.370 866 20301 I Lyric : zuma_csis_core_context.cc:979: [CAM7] Waiting for 0 bayer[0] images: none, 0 pd[0] images: none for 33ms 11-28 10:18:18.370 866 20301 I Lyric : zuma_csis_core_context.cc:988: [CAM7] Flush is done 11-28 10:18:18.370 866 20301 I Lyric : unified_zuma_front_end_controller.cc:505: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:18.370 866 20301 I Lyric : unified_zuma_front_end_controller.cc:426: [CAM7] Flushed. 11-28 10:18:18.370 866 20301 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStop#1ForFlush released with status: OK without lwis fence. 11-28 10:18:18.370 866 20301 I Lyric : unified_zuma_front_end_controller.cc:462: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:18.370 866 20301 I Lyric : zuma_backend_pipeline_context.cc:1866: Flushing backend pipeline Pipeline (ID: (instance_id: 428499), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) took 12 us, with flush HW = false 11-28 10:18:18.370 866 20301 I Lyric : auto_focus_node.cc:2273: af: session statistics: {process_input_count = 46, started_late_count = 0, completed_late_count = 0, no_deadline_count = 3, controller_timed_out = 0, dropped_requests = 1} 11-28 10:18:18.370 866 20301 I Lyric : auto_focus_node.cc:2280: af: af context is flushed successfully 11-28 10:18:18.370 866 20301 I Lyric : auto_focus_node.cc:2282: af: actuator controller is flushed successfully 11-28 10:18:18.370 866 10323 I Lyric : fe_node.cc:2645: frontend received incomplete request at frame number: 44, request dropped: 1, sensor_image dropped: 1, sensor_properties dropped: 1, tuning point dropped: 0 11-28 10:18:18.370 866 20301 I Lyric : auto_exposure_node.cc:1099: {type: Node, name: top_graph_for_camera_FrontMultiFov.ae, class_name: AutoExposureNode}: AE input statistics: {process_input_count = 46, dropped_requests = 2, stats_not_ready_count = 0, motion_stats_not_ready_count = 0, face_detect_data_not_ready_count = 0, eis_result_not_ready_count = 0, segmentation_mask_not_ready_count = 0, stage_detection_result_not_ready_count = 0, saliency_data_not_ready_count = 0, valid_flash_state = 0, valid_exposure_timestamp = 41, valid_lens_info = 44, valid_sensor_properties = 41, valid_crop_roi = 44, valid_ae_stats = 41, valid_uae_stats = 0, valid_awb_stats = 41, valid_histogram = 41, valid_flicker_stats = 41, valid_motion_stats = 41, valid_wb_config = 43, valid_color_correction = 43, valid_face_rois = 0} 11-28 10:18:18.370 866 10323 I Lyric : fe_node.cc:1562: Finished processing an incomplete_request at frame 44 when flush_mark is at frame 45 power mode is Normal 11-28 10:18:18.370 866 10323 W Lyric : fe_node.cc:1254: Capturing trace for long process latency with trace trigger "android.hardware.camera.fe-node-overrun" 11-28 10:18:18.370 866 10323 I Lyric : camera_perfetto_data_source.cc:48: Trace trigger activated successfully for android.hardware.camera.fe-node-overrun. 11-28 10:18:18.370 866 10323 W Lyric : fe_node.cc:190: frontend Frame 44 (sensor frame -1) Node's ProcessInput took 38.24113ms (buffer allocation: 54.281us, raw_pd_buffer_allocate_duration: 137.045us, update_power_mode_duration: 41.056us, Controller::Process: 1.233073ms ). Duration between current and last Process start time: 22.421468ms, average duration between two Process calls: 27.7772215ms). Last framework request id 43. 11-28 10:18:18.370 866 10372 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 44 11-28 10:18:18.370 866 10372 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 44 11-28 10:18:18.370 866 10323 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 44, partial result count: 2 11-28 10:18:18.370 866 10323 I Lyric : fe_node.cc:2645: frontend received incomplete request at frame number: 45, request dropped: 1, sensor_image dropped: 1, sensor_properties dropped: 1, tuning point dropped: 0 11-28 10:18:18.371 866 10323 I Lyric : fe_node.cc:1562: Finished processing an incomplete_request at frame 45 when flush_mark is at frame 45 power mode is Normal 11-28 10:18:18.371 866 10343 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 45, partial result count: 2 11-28 10:18:18.371 866 10372 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 45 11-28 10:18:18.372 866 10319 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 45 11-28 10:18:18.372 866 20301 I Lyric : camera_device_session_manager_base.cc:1225: Finished flushing graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:18.374 866 20301 I Lyric : camera_device_session_hwl_impl.cc:1018: DestroyPipelines entered, camera_id: 1 11-28 10:18:18.374 866 20301 I Lyric : camera_powerhal.cc:285: CAMERA_STREAMING_STANDARD mode unset 11-28 10:18:18.374 866 20301 I Lyric : camera_powerhal.cc:285: CAMERA_GPU_STANDARD mode unset 11-28 10:18:18.374 866 20301 I Lyric : camera_device_session_manager_base.cc:915: Attempting to stop graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:18.375 866 20301 I Lyric : fe_node.cc:1018: frontend output frame stats (ignores fence-signaled drops): {process_input_count = 2, dropped_all_outputs = 2, valid_ae = 0, valid_pre_lsc_ae = 0, valid_uae = 0, valid_awb = 0, valid_histogram = 0, valid_flicker = 0, valid_motion = 0, valid_cdaf = 0, valid_pdaf = 0, valid_align = 0, valid_alias_map = 0, valid_gaussian_pyramid = 0, valid_scaled_rgb_stats = 0, valid_scaled_yuv_stats = 0, valid_lsc = 0, valid_bilateral_grid = 0, valid_scaled_rgb = 0, valid_scaled_yuv = 0, valid_cam_data_dump = 0, valid_pixel_patch = 0} 11-28 10:18:18.375 866 20301 I Lyric : unified_zuma_front_end_controller.cc:362: [CAM7] Flushing at Normal mode 11-28 10:18:18.375 866 20301 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStop#2ForFlush acquired 11-28 10:18:18.375 866 20301 I Lyric : zuma_fe_programming.cc:965: [CAM7][ISPFE] Nothing to flush in the programming model 11-28 10:18:18.375 866 20301 I Lyric : frame_images_queue_handler.cc:140: [CAM7] Bayer[0] Flushed [CAM7] Bayer[0] frame 11-28 10:18:18.375 866 20301 I Lyric : frame_images_queue_handler.cc:140: [CAM7] PD[0] Flushed [CAM7] PD[0] frame 11-28 10:18:18.375 866 20301 I Lyric : lmp_pipeline.cc:560: [Bayer4][CAM7] Removed obsolete lmp frame 11-28 10:18:18.375 866 20301 I Lyric : lmp_pipeline.cc:560: [Pdaf0][CAM7] Removed obsolete lmp frame 11-28 10:18:18.375 866 20301 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context bayer 11-28 10:18:18.375 866 20301 I Lyric : lmp_pipeline.cc:469: [Bayer4][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:18.375 866 20301 I Lyric : lmp_pipeline.cc:473: [Bayer4][CAM7] Pipeline drained. 11-28 10:18:18.375 866 20301 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context bayer 11-28 10:18:18.375 866 20301 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context pdaf 11-28 10:18:18.375 866 20301 I Lyric : lmp_pipeline.cc:469: [Pdaf0][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:18.375 866 20301 I Lyric : lmp_pipeline.cc:473: [Pdaf0][CAM7] Pipeline drained. 11-28 10:18:18.375 866 20301 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context pdaf 11-28 10:18:18.375 866 20301 I Lyric : zuma_csis_core_context.cc:979: [CAM7] Waiting for 0 bayer[0] images: none, 0 pd[0] images: none for 33ms 11-28 10:18:18.375 866 20301 I Lyric : zuma_csis_core_context.cc:988: [CAM7] Flush is done 11-28 10:18:18.375 866 20301 I Lyric : unified_zuma_front_end_controller.cc:505: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:18.375 866 20301 I Lyric : unified_zuma_front_end_controller.cc:426: [CAM7] Flushed. 11-28 10:18:18.375 866 20301 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStop#2ForFlush released with status: OK without lwis fence. 11-28 10:18:18.375 866 20301 I Lyric : unified_zuma_front_end_controller.cc:462: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:18.375 866 20301 I Lyric : zuma_backend_pipeline_context.cc:1866: Flushing backend pipeline Pipeline (ID: (instance_id: 428499), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) took 11 us, with flush HW = false 11-28 10:18:18.375 866 20301 I Lyric : auto_focus_node.cc:2280: af: af context is flushed successfully 11-28 10:18:18.375 866 20301 I Lyric : auto_focus_node.cc:2282: af: actuator controller is flushed successfully 11-28 10:18:18.376 866 1551 I Lyric : multisensor_controller.cc:898: Resetting stream_on_framework_request_id for camera 7 11-28 10:18:18.376 866 1551 I Lyric : multisensor_controller.cc:930: Front StopStreaming, waiting on barrier 11-28 10:18:18.376 866 1552 I Lyric : unified_zuma_front_end_controller.cc:689: [CAM7] Updating power mode from Normal to Standby with incomplete_request on frame -1 11-28 10:18:18.376 866 1552 I Lyric : zuma_lmp_context.cc:103: Lmp context bayer go to standby mode at hw frame 46 11-28 10:18:18.376 866 1553 I Lyric : zuma_backend_pipeline_context.cc:1866: Flushing backend pipeline Pipeline (ID: (instance_id: 428499), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) took 9 us, with flush HW = false 11-28 10:18:18.376 866 1552 I Lyric : lmp_pipeline.cc:469: [Bayer4][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:18.376 866 1552 I Lyric : lmp_pipeline.cc:473: [Bayer4][CAM7] Pipeline drained. 11-28 10:18:18.376 866 1552 I Lyric : zuma_lmp_context.cc:109: LMP context bayer is done waiting for frame for standby mode 11-28 10:18:18.376 866 1552 I Lyric : zuma_lmp_context.cc:103: Lmp context pdaf go to standby mode at hw frame 46 11-28 10:18:18.376 866 1552 I Lyric : lmp_pipeline.cc:469: [Pdaf0][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:18.376 866 1552 I Lyric : lmp_pipeline.cc:473: [Pdaf0][CAM7] Pipeline drained. 11-28 10:18:18.376 866 1552 I Lyric : zuma_lmp_context.cc:109: LMP context pdaf is done waiting for frame for standby mode 11-28 10:18:18.376 866 1552 I Lyric : zuma_csis_core_context.cc:979: [CAM7] Waiting for 0 bayer[0] images: none, 0 pd[0] images: none for 33ms 11-28 10:18:18.376 866 1552 I Lyric : zuma_csis_core_context.cc:988: [CAM7] Flush is done 11-28 10:18:18.376 866 1552 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStartExp0#1 acquired 11-28 10:18:18.376 866 1552 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStop#0 released with status: OK without lwis fence. 11-28 10:18:18.376 866 1553 I Lyric : zuma_be_core_driver_impl.cc:434: BeCore: receives context release notification 11-28 10:18:18.376 866 10405 I Lyric : sensor_generic_driver.cc:1107: DOKKAEBI stream off success. 11-28 10:18:18.376 866 1551 I Lyric : sensor_generic_driver.cc:5836: DOKKAEBI is_reading_frame:1, frame count:45, eof event count:44, waiting for last frame EOF. 11-28 10:18:18.377 866 1553 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-mcfp 11-28 10:18:18.378 866 1553 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-rgbp 11-28 10:18:18.381 866 1553 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-yuvp 11-28 10:18:18.381 866 1553 I Lyric : zuma_be_core_driver_impl.cc:469: BeCore: release internal memory allocation 11-28 10:18:18.381 866 1553 I Lyric : zuma_be_core_driver_impl.cc:549: BeCore: power down 11-28 10:18:18.381 866 1553 I Lyric : zuma_be_core_driver_impl.cc:572: BeCore: disabling hardware 11-28 10:18:18.383 866 1553 I Lyric : dynamic_boost_manager.cc:82: Boost factor reset done 11-28 10:18:18.383 866 1553 I G3ACoordinator: rls_manager.cc:419: RlsManager::Configure(): Clients for mode: 2 is unavailable 11-28 10:18:18.383 866 1553 I G3ACoordinator: af_output_parser_lyric.cc:1416: TOF sensor power configuration -> 2 11-28 10:18:18.385 866 1553 I Lyric : three_a_request_node.cc:787: three_a_request: Performance statistics for this session: {process_input_count = 46, dropped_request_count = 0} 11-28 10:18:18.385 866 1553 I Lyric : motion_sensor_controller_proxy.cc:305: MotionSensor context requests resource change to standby. 11-28 10:18:18.385 866 1802 I Lyric : motion_sensor_controller_proxy.cc:402: Start to release all sensor readers. 11-28 10:18:18.392 866 1779 I Lyric : spectral_driver.cc:155: Ambient light sampling switched to mode: 2 stream consumer count: 0 11-28 10:18:18.403 866 10405 I Lyric : sensor_generic_driver.cc:983: DOKKAEBI Received last EOF, sensor frame count:255, offset eof event count:45 11-28 10:18:18.403 866 10405 I Lyric : sensor_generic_driver.cc:994: DOKKAEBI EOF received; signal fence and stream off. 11-28 10:18:18.403 866 1551 I Lyric : sensor_generic_driver.cc:1481: DOKKAEBI sensor frame drop rate at stream off: 2.22222%. drop rate for hw sync: 0% 11-28 10:18:18.403 866 1551 I Lyric : sensor_generic_driver.cc:1515: DOKKAEBI stream off, size: {width: 3648, height: 2736}, frame rate range: [7.5, 30] 11-28 10:18:18.403 866 1551 I Lyric : per_camera_barrier_impl.cc:58: Blocker for MultiSensorController_Stop released with status: OK without lwis fence. 11-28 10:18:18.403 866 1551 I Lyric : dpm_bandwidth_controller_v2.cc:912: Update minimum MIF clock to 0 number of active sensor: 0 11-28 10:18:18.403 866 1551 I Lyric : dpm_bandwidth_controller_v2.cc:968: Update minimum INT clock to 0 number of active sensor: 0 11-28 10:18:18.403 866 1552 I Lyric : zuma_fe_driver.cc:1229: [ISPFE] Cleaning up the sub-driver contexts 11-28 10:18:18.403 866 1551 I Lyric : multisensor_controller.cc:1559: Front created transition fence, stream-on ID: 4294967295 11-28 10:18:18.403 866 1551 I Lyric : multisensor_controller.cc:1584: Front signalled transition fence with stream-on ID: 4294967295 11-28 10:18:18.403 866 1802 I Lyric : motion_sensor_controller_proxy.cc:420: Successfully release all sensor readers. 11-28 10:18:18.403 866 1552 I Lyric : zuma_csis_phy_link_context.cc:1103: Zuma CsisPhyLinkContext_0 disabled 11-28 10:18:18.406 866 1552 I Lyric : zuma_fc_bayer_context.cc:245: Disabling bayer context 4 11-28 10:18:18.406 866 1552 I Lyric : zuma_fc_pdaf_context.cc:92: disabling PD context 0 11-28 10:18:18.406 866 1552 I Lyric : lmp_pipeline.cc:560: [Bayer4][CAM7] Removed obsolete lmp frame 11-28 10:18:18.406 866 1552 I Lyric : lmp_pipeline.cc:560: [Pdaf0][CAM7] Removed obsolete lmp frame 11-28 10:18:18.406 866 1552 I Lyric : zuma_pdma_context.cc:162: disabling Pdma context. 11-28 10:18:18.407 866 1552 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-fe 11-28 10:18:18.407 866 1552 I Lyric : zuma_csis_core_context.cc:304: [CAM7] Destroyed Zuma CSIS Core context for sensor DOKKAEBI with size: {width: 3648, height: 2736} 11-28 10:18:18.408 866 1552 I Lyric : zuma_fe_driver.cc:1280: [ISPFE] Received context release notification 11-28 10:18:18.408 866 1552 I Lyric : zuma_fe_driver.cc:1211: ISP-FE Qos Update: clock frequency: 0, write bandwidth: 0, read bandwidth: 0 11-28 10:18:18.408 866 1552 I Lyric : zuma_fe_driver.cc:1289: [ISPFE] Received context release notification 11-28 10:18:18.409 866 1552 I Lyric : unified_zuma_front_end_controller.cc:431: [CAM7] Received notification that graph has stopped 11-28 10:18:18.426 866 1552 I Lyric : unified_zuma_front_end_controller.cc:660: Release ZumaFeControllerContext for binding id [CAM7] 11-28 10:18:18.426 866 1552 I Lyric : unified_zuma_front_end_controller.cc:104: [CAM7] Context is being destroyed 11-28 10:18:18.426 866 1552 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStartExp0#1 released with status: OK without lwis fence. 11-28 10:18:18.426 866 1552 I Lyric : zuma_fe_driver.cc:1289: [ISPFE] Received context release notification 11-28 10:18:18.426 866 1552 I Lyric : zuma_fe_driver.cc:1104: [ISPFE] Disabling the device 11-28 10:18:18.426 866 1552 I Lyric : lwis_event_thread.cc:119: LwEv:FePhyLink RemovedLwisClient(isp-fe|FePhyLink) from event thread 11-28 10:18:18.426 866 10383 I Lyric : lwis_event_thread.cc:290: LwEv:FePhyLink event thread is ending . . . 11-28 10:18:18.427 866 1552 I Lyric : lwis_event_thread.cc:119: LwEv:FeLmp RemovedLwisClient(isp-fe|FeLmp) from event thread 11-28 10:18:18.427 866 10382 I Lyric : lwis_event_thread.cc:290: LwEv:FeLmp event thread is ending . . . 11-28 10:18:18.427 866 1552 I Lyric : zuma_fe_pdma_driver.cc:60: Disabling pdma hardware 11-28 10:18:18.427 866 1552 I Lyric : lwis_event_thread.cc:119: LwEv:FePdma RemovedLwisClient(isp-fe|FePdma) from event thread 11-28 10:18:18.427 866 10381 I Lyric : lwis_event_thread.cc:290: LwEv:FePdma event thread is ending . . . 11-28 10:18:18.427 866 1552 I Lyric : zuma_fe_resetter.cc:146: FrontEnd: SW Reset begins. 11-28 10:18:18.428 866 1552 I Lyric : zuma_fe_resetter.cc:157: FrontEnd: SW Reset done: rstctl_status = 0x0 11-28 10:18:18.432 866 20301 I Lyric : camera_device_session_manager_base.cc:919: Successfully stopped graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:18.432 866 20301 I Lyric : processing_graph.cc:485: Starting OutputPort production audit... 11-28 10:18:18.432 866 20301 I Lyric : processing_graph.cc:549: OutputPort production audit passed, no anomalies detected :) 11-28 10:18:18.432 866 20301 I Lyric : camera_device_session_manager_base.cc:711: Attempting to destroy graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:18.436 866 20301 I Lyric : dpm_bandwidth_controller_v2.cc:912: Update minimum MIF clock to 0 number of active sensor: 0 11-28 10:18:18.436 866 20301 I Lyric : dpm_bandwidth_controller_v2.cc:968: Update minimum INT clock to 0 number of active sensor: 0 11-28 10:18:18.437 866 20301 I Lyric : camera_device_session_manager_base.cc:723: Successfully destroyed graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:18.437 866 20301 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_LAUNCH 11-28 10:18:18.437 866 20301 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_BACKEND_BOOST 11-28 10:18:18.437 866 20301 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_CAPTURE_CPU_THROTTLE 11-28 10:18:18.437 866 20301 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_LAUNCH_EXTENDED 11-28 10:18:18.437 866 20301 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_VIDEO_RECORDING 11-28 10:18:18.437 866 20301 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_ZOOMING_BOOST 11-28 10:18:18.437 866 20301 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_HIGH_PERFORMANCE_BOOST 11-28 10:18:18.437 866 20301 I Lyric : camera_device_session_hwl_impl.cc:434: Destroyed CameraDeviceSessionHwlImpl for camera 1 11-28 10:18:18.437 866 10321 I G3ACoordinator: coordinator.cc:1460: Coordinator NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:18.437 866 10321 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:18.437 866 10321 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:18.437 866 10321 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:18.437 866 10321 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:18.437 866 1553 I Lyric : generic_actuator_controller.cc:142: act-front-normal sampling intervals: (count=313, min=1.14909ms, max=6.24577ms, mean=4.98787ms, stddev=0.26792ms, skew=-9.3532, kurtosis=139.976) 11-28 10:18:18.437 866 1553 I Lyric : actuator_driver.cc:954: act-front-normal: Total events dequeued: 158, failed events: 0 11-28 10:18:18.437 866 10321 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:18.444 866 1553 W Lyric : device_context.cc:375: NotifyCaptureSessionClose: No OisController found for physical camera Front. Status: NOT_FOUND: Failed to find controller by type and camera id(Front); Controller with ID: optical image stabilization controller for camera: Front not present in device_context 11-28 10:18:18.444 866 1553 W Lyric : device_context.cc:375: NotifyCaptureSessionClose: No OisController found for physical camera FrontVirtual. Status: NOT_FOUND: Failed to find controller by type and camera id(FrontVirtual); Controller with ID: optical image stabilization controller for camera: FrontVirtual not present in device_context 11-28 10:18:18.447 866 20301 W Lyric : graph_runner.cc:211: GraphRunner::StopGraph(1) called on a graph that is not running. 11-28 10:18:18.448 866 20301 I Lyric : camera_latency_analyzer.cc:99: [CLA] Cam1-Close 11-28 10:18:18.448 866 20301 I Lyric : camera_latency_analyzer.cc:101: [CLA] Flush latency: 44.5086 11-28 10:18:18.448 866 20301 I Lyric : camera_latency_analyzer.cc:101: [CLA] <-- IDLE --> latency: 0.329061 11-28 10:18:18.448 866 20301 I Lyric : camera_latency_analyzer.cc:101: [CLA] Close latency: 74.4193 11-28 10:18:18.448 866 20301 I Lyric : camera_latency_analyzer.cc:101: [CLA] Overall latency: 119.266 11-28 10:18:18.448 866 20301 I Lyric : camera_latency_analyzer.cc:101: [CLA] HAL Total latency: 118.922 11-28 10:18:18.449 866 1551 I G3ACoordinator: front_als_manager.cc:198: Front ALS sensor disabled 11-28 10:18:18.459 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 10:18:18.476 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 10:18:19.259 866 1780 I Lyric : spectral_driver.cc:319: Flicker sampling has been disabled. 11-28 10:18:20.049 1569 2005 D BiometricScheduler: [Added] {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0}, new queue size: 1 11-28 10:18:20.049 1569 2005 D BiometricScheduler: [Polled] {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0}, State: 0 11-28 10:18:20.050 1569 2003 V Biometrics/AcquisitionClient: Acquired: 7 0, shouldSend: true 11-28 10:18:20.051 1569 2005 V ALSProbe: Enable ALS: 4930323 11-28 10:18:20.051 1569 2005 D BiometricScheduler: [Started] {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0} 11-28 10:18:20.051 1569 2005 D Biometrics/AuthenticationClient: Requesting auth for com.android.systemui 11-28 10:18:20.055 1569 2005 V BiometricSchedulerOperation: started: {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0}, State: 2 11-28 10:18:20.056 1569 2005 V Biometrics/AcquisitionClient: Acquired: 20 0, shouldSend: false 11-28 10:18:20.066 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 0 11-28 10:18:20.066 0 0 I trusty : sac-ssmt: 126: DSP: Setup TZ SSMT 1 11-28 10:18:20.066 1569 2812 E AppOps : package client.pid<1119> not found, can't check for attributionTag null 11-28 10:18:20.066 1569 2812 E AppOps : Bad call made by uid 1047. Package "client.pid<1119>" does not belong to uid 1000. 11-28 10:18:20.066 1569 2812 E AppOps : Cannot checkOperation: non-application UID 1000 11-28 10:18:20.068 866 20301 I Lyric : camera_powerhal.cc:172: SetPowerBoost Trigger CAMERA_LAUNCH for 1000ms 11-28 10:18:20.071 866 10453 W Lyric : device_context.cc:330: NotifyCaptureSessionOpen: No OisController found for physical camera Front. Status: NOT_FOUND: Failed to find controller by type and camera id(Front); Controller with ID: optical image stabilization controller for camera: Front not present in device_context 11-28 10:18:20.071 866 10453 W Lyric : device_context.cc:330: NotifyCaptureSessionOpen: No OisController found for physical camera FrontVirtual. Status: NOT_FOUND: Failed to find controller by type and camera id(FrontVirtual); Controller with ID: optical image stabilization controller for camera: FrontVirtual not present in device_context 11-28 10:18:20.072 866 10453 I G3ACoordinator: coordinator.cc:1448: Coordinator::AeNotifyCaptureSessionOpen called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.072 866 10453 I G3ACoordinator: coordinator.cc:1425: Coordinator::NotifyCaptureSessionOpen called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.072 866 10453 I G3ACoordinator: coordinator.cc:1425: Coordinator::NotifyCaptureSessionOpen called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.072 866 10453 I G3ACoordinator: coordinator.cc:1425: Coordinator::NotifyCaptureSessionOpen called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.072 866 10453 I G3ACoordinator: coordinator.cc:1425: Coordinator::NotifyCaptureSessionOpen called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.072 866 1802 I Lyric : motion_sensor_controller_proxy.cc:354: Start to create all sensor readers. 11-28 10:18:20.072 866 10453 I G3ACoordinator: coordinator.cc:1425: Coordinator::NotifyCaptureSessionOpen called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.072 866 20301 I Lyric : camera_device_session_manager_base.cc:352: CameraDeviceSessionManager for camera id(FrontMultiFov) is created. 11-28 10:18:20.072 866 20301 I Lyric : camera_device_session_hwl_impl.cc:353: Created CameraDeviceSessionHwlImpl for camera 1 11-28 10:18:20.076 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 0 11-28 10:18:20.076 0 0 I trusty : sac-ssmt: 111: TPU: Setup TZ SSMT 1 11-28 10:18:20.087 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationCreate 11-28 10:18:20.087 0 0 I trusty : logging.cc: 75: ***: :261: Faceauth product version 4.29 11-28 10:18:20.093 866 10462 I Lyric : sensor_generic_driver.cc:4809: DOKKAEBI ReadSensorId success: 0x30a1 setting version: 1.5 setting type: 0 11-28 10:18:20.102 0 0 I trusty : gxp_device_impl: 422: Loaded GXP library: 11-28 10:18:20.102 0 0 I trusty : gxp_device_impl: 424: - Name: tuscany_dsp_lib 11-28 10:18:20.102 0 0 I trusty : gxp_device_impl: 425: - Functions: ExtractThumbnailKernel,Yuv2RgbKernel 11-28 10:18:20.102 0 0 I trusty : logging.cc: 75: ***: :100: Creating dsp pal. 11-28 10:18:20.103 866 20302 I Lyric : lyric_basic_capture_session.cc:55: LyricBasicCaptureSession don't support secured stream 11-28 10:18:20.103 866 20302 I Lyric : deprecated_multicam_capture_session.cc:1080: Supported zoom range is {0.895833, 10} 11-28 10:18:20.105 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 0, need_dec_gain_due_to_als: 0, expo mode:0 11-28 10:18:20.104 866 20302 I Lyric : zuma_multicam_controller.cc:130: Stream configuration has one camera fov present: FrontWide. returning all participants. 11-28 10:18:20.113 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=0 11-28 10:18:20.113 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=1 11-28 10:18:20.113 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x00ff 11-28 10:18:20.113 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=0, expo_time=91.628250, gain=0x53 11-28 10:18:20.113 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 10:18:20.113 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][sensor_calculate_mask] cal sensor mask cost=0 11-28 10:18:20.113 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode_poll_data] pre_dummy_time*100=1000, time_cost=1, expo=91, want delay = 80 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_coordinator.cc:191: camera id 7 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_coordinator.cc:191: camera id 8 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_coordinator.cc:209: st_set: 48, main_index_: 5 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_coordinator.cc:242: logical camera_id: 1, [Camera FrontWide, FOV 1.70978, camera_id 7, focal length 2.74, sensor size (4.6848, 3.33792) active array ( 0, 0, 3839, 2735)], [Camera FrontVirtual, FOV 1.53168, camera_id 8, focal length 2.74, sensor size (4.1968, 2.98656) active array ( 0, 0, 3439, 2447)], 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_roi_translator.cc:109: fov_main: 1.53168, fov_aux: 1.70978, adjusted_fov_ratio 0.895833, qx_aux: 2245.9, qx_main: 2245.9 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_roi_translator.cc:113: Main/Aux transformation params: factor_x (1), factor_y (1), fov_mapping_params_.offset_main2aux_x (200), fov_mapping_params_.offset_main2aux_y (143), fov_mapping_params_.offset_aux2main_x (-200), fov_mapping_params_.offset_aux2main_y (-143). 11-28 10:18:20.104 866 20302 I Lyric : multicam_multi_fov_coordinator_hwl.cc:511: ST zoom ratio (min, max): (0.895833, 10) 11-28 10:18:20.104 866 20302 I Lyric : multicam_multi_fov_coordinator_hwl.cc:604: ST: FOV participant: 11-28 10:18:20.104 866 20302 I Lyric : multicam_multi_fov_coordinator_hwl.cc:606: ST: FrontWide 11-28 10:18:20.104 866 20302 I Lyric : multicam_multi_fov_coordinator_hwl.cc:606: ST: FrontVirtual 11-28 10:18:20.104 866 20302 I Lyric : multicam_multi_fov_coordinator_hwl.cc:614: ST params: 11-28 10:18:20.104 866 20302 I Lyric : multicam_multi_fov_coordinator_hwl.cc:622: FrontWide -> FrontVirtual switch = 0.99 | off = 0.99 11-28 10:18:20.104 866 20302 I Lyric : multicam_multi_fov_coordinator_hwl.cc:625: FrontVirtual -> FrontWide switch = 0.9899 | off = 0.9899 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:732: ST machine: *******************states****************** 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:734: ST machine: state kFrontWideLeadOthersOff, id: 256 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:734: ST machine: state kFrontVirtualLeadOthersOff, id: 1024 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:737: ST machine: *******************states****************** 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:738: ST machine: *******************state map*************** 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:741: ST machine: starting_state: kFrontWideLeadOthersOff 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:744: ST machine: range: start: 0.895833, end: 0.9899, target_state: kFrontWideLeadOthersOff 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:744: ST machine: range: start: 0.99, end: 10, target_state: kFrontVirtualLeadOthersOff 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:741: ST machine: starting_state: kFrontVirtualLeadOthersOff 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:744: ST machine: range: start: 0.895833, end: 0.9899, target_state: kFrontWideLeadOthersOff 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:744: ST machine: range: start: 0.99, end: 10, target_state: kFrontVirtualLeadOthersOff 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_stprocessor.cc:749: ST machine: *******************state map*************** 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_request_processor.cc:67: Max supported concurrent sensors in a session: 2 11-28 10:18:20.104 866 20302 I Lyric : deprecated_multicam_capture_session.cc:475: ======== Logical to physical stream mapping ======== 11-28 10:18:20.104 866 20302 I Lyric : camera_powerhal.cc:247: SetPowerStreamingMode CAMERA_STREAMING_STANDARD mode 11-28 10:18:20.104 866 20302 I Lyric : camera_powerhal.cc:247: SetPowerStreamingMode CAMERA_GPU_STANDARD mode 11-28 10:18:20.104 866 10452 I Lyric : camera_device_session_hwl_impl.cc:881: BuildPipelines entered, camera_id: 1 11-28 10:18:20.104 866 10452 I Lyric : active_camera_device_tracker.cc:51: Adding camera: 1, is_logical_camera: 1, is_front_camera: 1, is_1p_camera_app: 1, active devices: 0, is_tele_camera_participant: 0 11-28 10:18:20.104 866 10452 I Lyric : active_camera_device_tracker.cc:193: No specific graph requested, allowing lyric to select based on stream configuration. 11-28 10:18:20.104 866 10452 I Lyric : camera_device_session_manager_base.cc:553: Attempting to build a processing graph 11-28 10:18:20.104 866 10452 I Lyric : generic_graph.cc:188: Attempting to configure GenericGraph for computer vision mode: secure 11-28 10:18:20.104 866 10452 I Lyric : stream_info_parser.cc:133: Project11 enabled: 0 11-28 10:18:20.104 866 10452 W Lyric : stream_info_parser.cc:349: Camera Front unknown stream: {type: Streaminfo, stream_id: 0, camera_id: Front, format: YCBCR_420_888, width: 1600, height: 1200, usage: [Protected], stream_type: Output, use_case: Default, data_space: DataSpace(Color)::(Standard: BT601_625, Transfer: SMPTE_170M, Range: Full), is_framework_physical_stream: 1, dynamic_range_profile: Standard, intended_for_max_resolution_mode: 0, group_id: -1, is_tunable: 1} does not fall in any known use case 11-28 10:18:20.104 866 10452 I Lyric : generic_subgraph.cc:1071: The aligner on camera Front is None 11-28 10:18:20.104 866 10452 I Lyric : generic_subgraph.cc:1095: Roshi not supported in Front 11-28 10:18:20.104 866 10452 I Lyric : generic_graph.cc:537: [MULTICAM_DEBUG] Making Generic graph. 11-28 10:18:20.104 866 10452 I Lyric : generic_subgraph.cc:1347: Camera id 7 supports settings override. 11-28 10:18:20.104 866 10452 I G3ACoordinator: actuator_session_config_parser_lyric.cc:123: [FATP] INF 1481, MACRO 2866 11-28 10:18:20.104 866 10452 I G3ACoordinator: actuator_engine.cc:50: [7, 7] ActuatorEngine_7_7 initialized 11-28 10:18:20.104 866 10452 W Lyric : generic_subgraph.cc:1424: camera_id = 7, actuator_name = act-front-normal; actuator_sensitivity: 0.187726, actuator_max_position_logical: 324 11-28 10:18:20.105 866 10452 I Lyric : multisensor_controller.cc:1100: Front RadioExt: preferred_mipi_rate size 1 preferred_dbr_rate size 2. API delay 390.625us 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1778: DOKKAEBI GetModeIndex requirement {size = {width: 3648, height: 2736}, frame_rate_range = [30, 30], request_binning_mode = false, request_pd_stream = true, only_config_logical_cam_stream = false, camera_id = [], require_full_fov = true, is_high_frame_rate = false, crop_margin = 0, is_sibling_camera_participating = false, sub_image_count = 1, is_face_auth = true, is_video_mode = false, is_high_resolution_mode = false, is_roshi_enabled = false, is_specific_aspect_ratio_video = false, require_exact_size = false, force_sensor_mode_index = -1, is_multi_cam_usecase = false, raw_stream_usecase = 0} required aspect ratio 1.40351 pick_transition_mode 0 require exact size 0 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1872: DOKKAEBI GetModeIndex requirement use_binning_mode 0 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1879: DOKKAEBI candidate mode index 0, size = {width: 3840, height: 2736}, pd = 1, frame rate range = [7.5, 30], is faceauth mode 0 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1879: DOKKAEBI candidate mode index 1, size = {width: 3840, height: 2236}, pd = 1, frame rate range = [7.5, 30], is faceauth mode 0 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1879: DOKKAEBI candidate mode index 2, size = {width: 3840, height: 2232}, pd = 1, frame rate range = [15, 60], is faceauth mode 0 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1879: DOKKAEBI candidate mode index 3, size = {width: 1920, height: 1368}, pd = 1, frame rate range = [15, 60], is faceauth mode 0 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1879: DOKKAEBI candidate mode index 4, size = {width: 1920, height: 1116}, pd = 1, frame rate range = [7.5, 60], is faceauth mode 0 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:1879: DOKKAEBI candidate mode index 5, size = {width: 3648, height: 2736}, pd = 1, frame rate range = [7.5, 30], is faceauth mode 1 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:2027: DOKKAEBI Matching sensor mode found, mode index: 5 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:2207: DOKKAEBI Mode size {width: 3648, height: 2736} FPS [7.5, 30] requested FPS [30, 30] MIPI rate 1665.03Mbps rss 31.721868ms 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:2453: DOKKAEBI uses alternative DBR rate 126.38 MHz 11-28 10:18:20.105 866 10452 I Lyric : sensor_generic_driver.cc:2346: dpm: camera DOKKAEBI, line time: 11.59425us, pixel_rate_vt: 809370000, width: 3648, height: 2736, dual pd size: {width: 3648, height: 684}, sparse pd size: {width: 0, height: 0}, emb height: 2, hblanking: 5736, mode.hblanking: 5736, vblanking: 136(1.576818ms), mode.vblanking: 136(1.576818ms), frame lines: 2874, frame lines for required fps: 2874, line pixels: 9384, FPS: 30, requested FPS: 30, binning factor: {x: 1, y: 1}, analog_gain_range: [1, 16], digital_gain_range: [1, 6], mode index = 5, size = {width: 3648, height: 2736}, pd = 1, frame rate range = [7.5, 30] 11-28 10:18:20.105 866 10452 I Lyric : sensor_node.cc:424: sensor: CPU affinity setting: Auto 11-28 10:18:20.105 866 10452 I Lyric : generic_subgraph.cc:1709: minimum pipeline delay: 3, is_portrait_mode: 0 pipeline delay: 3 11-28 10:18:20.105 866 10452 I Lyric : generic_subgraph.cc:1718: positive_offset_enabled: DISABLED 11-28 10:18:20.105 866 10452 I Lyric : generic_subgraph.cc:1725: hal_touch_roi_tracking_enabled: DISABLED 11-28 10:18:20.105 866 10452 I Lyric : generic_subgraph.cc:1819: enable_eis_blur_refinement_mask_data_flow=0 camera=7 11-28 10:18:20.105 866 10452 I Lyric : generic_subgraph.cc:2522: Attempt to obtain pd dma output format from sensor mode 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:820: DSNR is disabled and Skin Texture is disabled in Lyric for camera Front 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:468: all backend pipelines for nodes: 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:469: scaled_streams_raw_to_yuv: Pipeline (ID: (instance_id: 428597), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:472: raw_to_yuv_for_snapshot_exceeding_video: Pipeline (ID: (instance_id: 428598), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:475: tnr_merge: Pipeline (ID: (instance_id: 428599), IPs: [ TnrMerge ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:477: preview_mesh_warp: Pipeline (ID: (instance_id: 428600), IPs: [ MeshWarp ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:479: video_mesh_warp: Pipeline (ID: (instance_id: 428601), IPs: [ MeshWarp ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:481: mesh_warp_for_snapshot_exceeding_video: Pipeline (ID: (instance_id: 428602), IPs: [ MeshWarp ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:484: pipeline_info_for_dsnr_snapshot_mesh_warp: Pipeline (ID: (instance_id: 428603), IPs: [ MeshWarp ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:487: post_itsc_scaler: Pipeline (ID: (instance_id: 428604), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:489: preview_scaler: Pipeline (ID: (instance_id: 428605), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:491: video_scaler: Pipeline (ID: (instance_id: 428606), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:493: scaler_for_snapshot_exceeding_video: Pipeline (ID: (instance_id: 428607), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:496: recomp_scaler: Pipeline (ID: (instance_id: 428608), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:498: pipeline_info_for_dsnr_snapshot_scaler: Pipeline (ID: (instance_id: 428609), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:502: pipeline_info_for_throttled_scaled_streams_raw_to_yuv: Pipeline (ID: (instance_id: 428610), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:505: pipeline_info_for_throttled_recomposition_scaler: Pipeline (ID: (instance_id: 428611), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.105 866 10452 I Lyric : zuma_isp_subgraph.cc:508: pipeline_info_for_throttled_preview_scaler: Pipeline (ID: (instance_id: 428612), IPs: [ Scaler ], Max Outputs: 0, IPConnections: [ ) 11-28 10:18:20.113 866 1552 I G3ACoordinator: front_als_manager.cc:173: Front ALS sensor enabled 11-28 10:18:20.113 866 1802 I Lyric : direct_channel_motion_sensor_reader.cc:264: Enabled DirectChannelMotionSensorReader, type: gyroscope 11-28 10:18:20.113 866 1802 W Lyric : motion_sensor_controller_proxy.cc:56: Creating MotionSensorReader for gyroscope spent 41.569417ms 11-28 10:18:20.117 866 10463 I Lyric : binder_environment_sensor_reader.cc:57: Enabled BinderEnvironmentSensorReader, type: device_orientation 11-28 10:18:20.117 866 10463 W Lyric : real_environment_sensor_controller.cc:145: creating EnvironmentSensorReader for device orientation spent 40.350789ms 11-28 10:18:20.126 866 1802 I Lyric : direct_channel_motion_sensor_reader.cc:264: Enabled DirectChannelMotionSensorReader, type: gravity 11-28 10:18:20.128 866 10452 I Lyric : zuma_like_isp_front_end_subgraph.cc:173: FrontEndNode PoolAllocator(raw_allocator) took 22.323201ms to initialize 11-28 10:18:20.128 866 10452 I Lyric : whi_like_isp_back_end_core_subgraph.cc:848: RawToYuvNode is configured to output consumer type 3 fmt: HalImageFormat{ pixel_format = YCBCR_420_888, stride_alignment = 16, num_buffers = 1 } for Front 11-28 10:18:20.128 866 10452 I Lyric : whi_like_isp_back_end_core_subgraph.cc:948: RawToYuvNode for snapshot exceeding video is configured to output consumer type 2 fmt: HalImageFormat{ pixel_format = YCBCR_420_SPN_S10B, stride_alignment = 64, num_buffers = 1 } for Front 11-28 10:18:20.128 866 10452 I Lyric : whi_like_isp_back_end_core_subgraph.cc:1771: Align map output not enabled! 11-28 10:18:20.128 866 10452 I Lyric : camera_device_session_manager_base.cc:1389: Stream 1 limited to 7 inflight requests 11-28 10:18:20.128 866 10452 I Lyric : camera_device_session_manager_base.cc:1389: Stream 0 limited to 7 inflight requests 11-28 10:18:20.128 866 10452 I Lyric : camera_device_session_manager_base.cc:1399: Front frontend limited to 3 inflight requests 11-28 10:18:20.128 866 10452 I Lyric : generic_subgraph.cc:2828: camera_id = 7; is_front_camera = 1; is_1p_camera_app = 1; video_call = 0 11-28 10:18:20.128 866 10452 I Lyric : auto_exposure_node.cc:609: ae: CPU affinity setting: Medium Core 11-28 10:18:20.129 866 10452 I Lyric : whi_like_isp_back_end_core_subgraph.cc:189: RawToYuvNode(Front) output size: {width: 1600, height: 1200} 11-28 10:18:20.129 866 10452 I Lyric : camera_device_session_manager_base.cc:573: Successfully constructed graph: top_graph_for_camera_FrontMultiFov, graph class: GenericGraph, graph_configuration: 11-28 10:18:20.129 866 10452 I Lyric : graph_configuration.cc:378: {type: Streaminfo, stream_id: 1, camera_id: Front, format: RAW10, width: 3648, height: 684, usage: [Protected], stream_type: Output, use_case: Default, data_space: DataSpace(Custom)::Depth, is_framework_physical_stream: 1, dynamic_range_profile: Standard, intended_for_max_resolution_mode: 0, group_id: -1, is_tunable: 0} 11-28 10:18:20.129 866 10452 I Lyric : graph_configuration.cc:378: {type: Streaminfo, stream_id: 0, camera_id: Front, format: YCBCR_420_888, width: 1600, height: 1200, usage: [Protected], stream_type: Output, use_case: Default, data_space: DataSpace(Color)::(Standard: BT601_625, Transfer: SMPTE_170M, Range: Full), is_framework_physical_stream: 1, dynamic_range_profile: Standard, intended_for_max_resolution_mode: 0, group_id: -1, is_tunable: 1} 11-28 10:18:20.129 866 10452 I Lyric : graph_configuration.cc:381: {type: StreamConfigurationMode, Front: Normal} 11-28 10:18:20.129 866 10452 I Lyric : camera_performance_analyzer.cc:21: [CPA] CPA-Lite is enabled. 11-28 10:18:20.129 866 10452 I Lyric : graph_runner_deferring_work_queue.cc:120: GraphRunner: Using GraphRunnerDeferringWorkQueue 11-28 10:18:20.129 866 10452 I Lyric : graph_runner_deferring_work_queue.cc:122: Thread pool config , Input Priority: Realtime, affinity: Auto, process group: CameraServicePerformance, # of threads: 3 11-28 10:18:20.129 866 10452 I Lyric : graph_runner_deferring_work_queue.cc:122: Thread pool config , Input Priority: High, affinity: Auto, process group: CameraServicePerformance, # of threads: 12 11-28 10:18:20.129 866 10452 I Lyric : graph_runner_deferring_work_queue.cc:122: Thread pool config , Input Priority: Normal, affinity: Auto, process group: CameraServicePerformance, # of threads: 7 11-28 10:18:20.130 866 10477 I Lyric : binder_sensor_vsync_reader.cc:25: Created BinderSensorVsyncReader, cam_vsync_id: 2 11-28 10:18:20.131 866 10452 I Lyric : camera_device_session_manager_base.cc:646: CameraMode: 12 11-28 10:18:20.131 866 10452 I Lyric : camera_device_session_manager_base.cc:864: Attempting to start graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.131 866 10452 I Lyric : camera_device_session_manager_base.cc:868: Successfully started graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.131 866 20302 I Lyric : deprecated_multicam_capture_session.cc:982: success 11-28 10:18:20.131 866 1553 I Lyric : sensor_node.cc:431: SensorNode starting for sensor: DOKKAEBI, camera: Front 11-28 10:18:20.132 866 1552 I Lyric : unified_zuma_front_end_controller.cc:1032: [CAM7] Ready to acquire driver context for sensor DOKKAEBI, mode_index 5, csi-ch 0, at (3840x2736). With a normal lens at front position. 11-28 10:18:20.132 866 1552 I Lyric : zuma_fe_driver.cc:1059: [ISPFE] Enabling the device 11-28 10:18:20.132 866 1553 I Lyric : tuning_node.cc:728: The Tuning configuration deadline = {.config_deadline_frame_offset = -1, sof_to_config_deadline = -4.32ms} 11-28 10:18:20.133 866 1552 I Lyric : zuma_fe_resetter.cc:146: FrontEnd: SW Reset begins. 11-28 10:18:20.134 866 20302 I Lyric : deprecated_multicam_request_processor.cc:847: ********************dpm: put camera 7 on NORMAL, frame 0, zoom ratio 1.00 ******************** 11-28 10:18:20.134 866 20302 I Lyric : deprecated_multicam_request_processor.cc:972: ******************** new lead: camera 7(FrontWide), frame 0, zoom ratio 1.00 ******************* 11-28 10:18:20.134 866 20302 I Lyric : deprecated_multicam_request_processor.cc:1130: ====== Multicam status update ====== 11-28 10:18:20.134 866 20302 I Lyric : deprecated_multicam_request_processor.cc:1131: Frame number: 0, Lead cam: 7, Zoom ratio: 1.00, APP requested streams: 0, 1, 11-28 10:18:20.134 866 20302 I Lyric : deprecated_multicam_request_processor.cc:1138: cam: 7, dpm_mode: Normal, activation_flags: None 11-28 10:18:20.134 866 20302 I Lyric : camera_powerhal.cc:172: SetPowerBoost Trigger CAMERA_LAUNCH_EXTENDED for 2000ms 11-28 10:18:20.134 866 20302 I Lyric : retiming_node.cc:1308: ******** dpm: retiming change DPM mode from -1 to 0, is virtual transition: 0, framework request id 0, frame number: 0 11-28 10:18:20.134 1569 2005 V Biometrics/AcquisitionClient: Acquired: 24 0, shouldSend: false 11-28 10:18:20.134 866 23008 I Lyric : deprecated_multicam_request_processor.cc:1130: ====== Multicam status update ====== 11-28 10:18:20.134 866 23008 I Lyric : deprecated_multicam_request_processor.cc:1131: Frame number: 1, Lead cam: 7, Zoom ratio: 1.00, APP requested streams: 0, 1, 11-28 10:18:20.134 866 23008 I Lyric : deprecated_multicam_request_processor.cc:1138: cam: 7, dpm_mode: Undefined, activation_flags: None 11-28 10:18:20.134 866 1552 I Lyric : zuma_fe_resetter.cc:157: FrontEnd: SW Reset done: rstctl_status = 0x0 11-28 10:18:20.135 866 10494 I Lyric : lwis_event_thread.cc:204: LwEv:FePdma event thread is starting . . . 11-28 10:18:20.135 866 1552 I Lyric : zuma_lmp_driver.cc:382: Configuring global system CSRs 11-28 10:18:20.135 866 10495 I Lyric : lwis_event_thread.cc:204: LwEv:FeLmp event thread is starting . . . 11-28 10:18:20.135 866 1552 I Lyric : zuma_csis_core_driver.cc:196: CSIS Core: ebuf_free_byte_size: 0x75800, ebuf_fifo_intf0_ctl0: 0x967b5c2e 11-28 10:18:20.135 1569 2005 W FaceManager: Unknown authentication acquired message: 24, 0 11-28 10:18:20.136 866 1552 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStartExp0#0 acquired 11-28 10:18:20.136 866 10496 I Lyric : lwis_event_thread.cc:204: LwEv:FePhyLink event thread is starting . . . 11-28 10:18:20.136 866 1551 I Lyric : rgbp_driver.cc:449: Ip version: 0x1050001 11-28 10:18:20.136 866 1551 I Lyric : mcfp_driver.cc:802: Ip version: 0x10050000 11-28 10:18:20.136 866 1551 I Lyric : yuvp_driver.cc:529: Ip version: 0x1050001 11-28 10:18:20.136 866 1551 I Lyric : zuma_be_core_driver_impl.cc:542: Successfully powered up BeCore block. 11-28 10:18:20.140 866 1551 I Lyric : zuma_secure_operation_controller.cc:71: ZumaSecureOperationController: Requested secure session for zuma-mcfp 11-28 10:18:20.141 866 1552 I G3ACoordinator: awb_session_config_parser_lyric.cc:245: sensor_mode ptr [0xb4000079b2e4a478], sobek_enabled [false], post_process [0] 11-28 10:18:20.141 866 1552 I G3ACoordinator: awb_session_config_parser_lyric.cc:285: Map sensor mode property: sobek_enabled [false], hdr_mode [0] 11-28 10:18:20.141 866 1552 I G3ACoordinator: awb_session_config_parser_lyric.cc:210: Map sensor name [DOKKAEBI] binning_factor [1 1] mode_index [5] to GCam sensor ID [1] 11-28 10:18:20.141 866 1552 I G3ACoordinator: awb_session_config_parser_lyric.cc:145: Fail to read calibration data for camera[front normal]]. Use the default LED decision in tuning! 11-28 10:18:20.141 866 1552 I G3ACoordinator: awb_engine.cc:416: Load lut file /apex/com.google.pixel.camera.hal/etc/camera/ghawb_para_lut_front_normal.binarypb 11-28 10:18:20.141 866 1552 I G3ACoordinator: awb_engine.cc:469: Camera 7 Initial decision [1.6695888 1 1.4402627] CCT [4833] CCM [1.8071196 -0.48387718 -0.3232425, -0.1305283 1.2698627 -0.13933447, 0.06068371 -0.8382583 1.7775747, 0 0 0, 1->1] 11-28 10:18:20.141 866 1551 I Lyric : zuma_secure_operation_controller.cc:71: ZumaSecureOperationController: Requested secure session for zuma-rgbp 11-28 10:18:20.142 866 10477 I Lyric : binder_sensor_vsync_reader.cc:40: Enabled BinderSensorVsyncReader, cam_vsync_id: 2 11-28 10:18:20.142 866 1551 I Lyric : zuma_secure_operation_controller.cc:71: ZumaSecureOperationController: Requested secure session for zuma-yuvp 11-28 10:18:20.142 866 1551 I Lyric : raw_to_yuv_node.cc:756: Starting node raw_to_yuv with Pipeline (ID: (instance_id: 428597), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) on camera 7 11-28 10:18:20.142 866 1551 I G3ACoordinator: ae_session_config_parser_lyric.cc:175: ispfe_raw_input_resolution [width:3648, height:2736] 11-28 10:18:20.142 866 1551 I G3ACoordinator: ae_session_config_parser_lyric.cc:228: Map sensor mode property: sobek_enabled = false, g3a_session_info.hdr_mode = 0, sensor_mode_property 0 11-28 10:18:20.142 866 1551 I G3ACoordinator: ae_session_config_parser_lyric.cc:240: Map sensor name [DOKKAEBI], binning_factor [1, 1] and mode_index [5] to GCam sensor ID [1] 11-28 10:18:20.142 866 1551 I G3ACoordinator: rls_manager.cc:443: RlsManager::PollAls(): Als is not supported 11-28 10:18:20.142 866 1551 I G3ACoordinator: ae_engine.cc:258: session_type 2 11-28 10:18:20.142 866 1551 I G3ACoordinator: ae_engine.cc:2418: GABC fatp_enable_ = 0 11-28 10:18:20.142 866 1551 I G3ACoordinator: ae_engine.cc:332: [0, 7] AeEngine_0_7 initialized 11-28 10:18:20.142 866 1552 W G3ACoordinator: awb_engine.cc:513: Failed to register data types in data manager. 11-28 10:18:20.142 866 1552 I G3ACoordinator: awb_engine.cc:516: [2, 7] AwbEngine_2_7 initialized 11-28 10:18:20.142 866 1552 I Lyric : motion_sensor_controller_proxy.cc:290: MotionSensor context requests resource change to normal. 11-28 10:18:20.143 866 1552 W Lyric : display_state_reader.cc:72: Error opening power_state file: No such file or directory trying to read backlight state file instead 11-28 10:18:20.143 866 10486 I Lyric : conditional_dpm_node.cc:66: conditional_dpm turn to dpm mode: Normal, framte number: 0 11-28 10:18:20.143 866 1780 I Lyric : spectral_driver.cc:321: Flicker sampling has been enabled. 11-28 10:18:20.143 866 1551 W Lyric : auto_exposure_node.cc:1034: ae failed to acquire eco context: UNAVAILABLE: Not able to create valid eco proxy client 11-28 10:18:20.143 2046 2046 W FaceManager: Unknown authentication acquired message: 24, 0 11-28 10:18:20.143 866 1551 E Lyric : auto_exposure_node.cc:1070: ae: Failed to get tof context: INTERNAL: attempt to acquire context with no clients 11-28 10:18:20.144 866 10461 W Lyric : auto_exposure_node.cc:801: 1 calls in 833 sec(s): ae, failed to fetch display data on frame id: 0, status: INTERNAL: No cached display data. 11-28 10:18:20.144 866 10461 I G3ACoordinator: ae_input_parser_lyric.cc:1871: Starter frame: rel_frame_num [-3] 11-28 10:18:20.144 866 10461 I G3ACoordinator: ae_engine.cc:409: Starter Frames 11-28 10:18:20.144 866 10461 W Lyric : auto_white_balance_node.cc:580: 1 calls in 833 sec(s): awb, failed to fetch display data on frame id: 0, status: INTERNAL: No cached display data. 11-28 10:18:20.144 866 10461 I G3ACoordinator: awb_input_parser_lyric.cc:1020: Starter frame: rel_frame_num [-3] 11-28 10:18:20.145 866 10461 I G3ACoordinator: awb_engine.cc:1778: Load tuning with previous: Usecase: 1 Sensor mode: -1 Camera position: 2 Camera lens_type: 0 Camera spectrum: -1 Partial Usecases: {} current: Usecase: 0 Sensor mode: -1 Camera position: 2 Camera lens_type: 0 Camera spectrum: -1 Partial Usecases: {} 11-28 10:18:20.145 866 10457 I Lyric : multisensor_controller.cc:729: Front StartStreaming, waiting on barrier 11-28 10:18:20.145 866 10457 I Lyric : multisensor_controller.cc:781: camera Front start prepare spend : 3.703us 11-28 10:18:20.146 866 10452 I G3ACoordinator: ae_input_parser_lyric.cc:1871: Starter frame: rel_frame_num [-2] 11-28 10:18:20.146 866 10452 I G3ACoordinator: ae_engine.cc:409: Starter Frames 11-28 10:18:20.147 866 10452 I G3ACoordinator: awb_input_parser_lyric.cc:1020: Starter frame: rel_frame_num [-2] 11-28 10:18:20.147 866 10461 I G3ACoordinator: ae_input_parser_lyric.cc:1871: Starter frame: rel_frame_num [-1] 11-28 10:18:20.147 866 10461 I G3ACoordinator: ae_engine.cc:409: Starter Frames 11-28 10:18:20.147 866 10458 I G3ACoordinator: awb_input_parser_lyric.cc:1020: Starter frame: rel_frame_num [-1] 11-28 10:18:20.148 866 1779 I Lyric : spectral_driver.cc:155: Ambient light sampling switched to mode: 1 stream consumer count: 1 11-28 10:18:20.148 866 1553 I Lyric : generic_actuator_controller.cc:449: AF LTC: act-front-normal is enabled with software LTC 11-28 10:18:20.148 866 1553 W Lyric : auto_focus_node.cc:678: af failed to acquire eco context: UNAVAILABLE: Not able to create valid eco proxy client 11-28 10:18:20.148 866 1553 I Lyric : auto_focus_node.cc:737: af dcc data type: Normal 11-28 10:18:20.148 866 1553 I Lyric : auto_focus_node.cc:757: The isp_input_raw_image_size = {width: 3648, height: 2736}; camera_id = 7; camera_app_1p_enabled = 1; session id = 8998802559821208406 11-28 10:18:20.148 866 1553 I Lyric : external_auto_focus_controller_proxy.cc:422: ExternalAutoFocusControllerProxy [3A Coordinator]: Creating context for camera 7; long query warning threshold 250us; long set focus warning threshold 500us 11-28 10:18:20.148 866 1553 I G3ACoordinator: af_engine.cc:259: [1, 7] AfEngine 11-28 10:18:20.148 866 1553 E G3ACoordinator: af_session_config_parser_lyric.cc:83: static_camera_model has no value unexpectedly. 11-28 10:18:20.148 866 1553 I G3ACoordinator: af_engine.cc:289: InitializeAlgorithm 11-28 10:18:20.148 866 1553 I G3ACoordinator: af_engine.cc:297: [1, 7] AfEngine_1_7 initialized 11-28 10:18:20.148 866 1553 E G3ACoordinator: tuning_manager.h:62: Tuning key not found: Usecase: 0 Sensor mode: -1 Camera position: 2 Camera lens_type: 0 Camera spectrum: -1 Partial Usecases: {} 11-28 10:18:20.148 866 1553 E G3ACoordinator: tuning_manager.h:62: Tuning key not found: Usecase: 0 Sensor mode: -1 Camera position: 2 Camera lens_type: 0 Camera spectrum: -1 Partial Usecases: {} 11-28 10:18:20.148 866 1553 E G3ACoordinator: tuning_manager.h:62: Tuning key not found: Usecase: 0 Sensor mode: -1 Camera position: 2 Camera lens_type: 0 Camera spectrum: -1 Partial Usecases: {} 11-28 10:18:20.149 866 10461 I G3ACoordinator: af_engine.cc:718: Cam[7], AF tuning filename: gaf_front_normal_preview 11-28 10:18:20.149 866 10461 I G3ACoordinator: af_engine.cc:1136: Starter Frames 11-28 10:18:20.149 866 10461 W G3ACoordinator: af_engine.cc:542: camera_name=FrontNormal: Retain last focus states. Overwriting af_mode Auto->Auto af_state Inactive->Inactive 11-28 10:18:20.149 866 10461 I G3ACoordinator: af_engine.cc:604: Starter Frames 11-28 10:18:20.155 866 10452 I Lyric : actuator_driver.cc:258: act-front-normal Actuator operation mode changed to: Active 11-28 10:18:20.155 866 10499 I Lyric : actuator_driver.cc:944: act-front-normal Event thread is enabled 11-28 10:18:20.156 866 10461 I G3ACoordinator: af_engine.cc:1136: Starter Frames 11-28 10:18:20.156 866 10461 I G3ACoordinator: af_engine.cc:604: Starter Frames 11-28 10:18:20.156 866 10452 I Lyric : unified_zuma_front_end_controller.cc:689: [CAM7] Updating power mode from Standby to Normal on frame 0 11-28 10:18:20.156 866 10452 I Lyric : zuma_fe_driver.cc:779: [ISPFE] Acquiring context. Sensor: DOKKAEBI 11-28 10:18:20.156 866 10452 I Lyric : switchboard.cc:329: Booked resources: BookedResourceMap below: 11-28 10:18:20.156 866 10452 I Lyric : Resource type PD OTF at index 0, 11-28 10:18:20.156 866 10452 I Lyric : Resource type PD LoCH at index 0, 11-28 10:18:20.156 866 10452 I Lyric : Resource type Image LoCH at index 0, 11-28 10:18:20.156 866 10452 I Lyric : Resource type Bayer OTF at index 4, 11-28 10:18:20.156 866 10452 I Lyric : Resource type PD WDMA at index 0, 11-28 10:18:20.156 866 10452 I Lyric : pd_logical_channel.cc:61: CSIS Core: pd context 0 is tpg 0 for camera 7 created. 11-28 10:18:20.156 866 10452 I Lyric : zuma_csis_core_context.cc:388: [CAM7] Created Zuma CSIS Core context for sensor DOKKAEBI with size: {width: 3648, height: 2736} 11-28 10:18:20.156 866 10452 I Lyric : zuma_csis_phy_link_context.cc:164: Zuma CsisPhyLinkContext_0 sensor with image size: {width: 3648, height: 2736}, format: raw_10 11-28 10:18:20.156 866 10452 I Lyric : zuma_csis_phy_link_context.cc:1321: Zuma CsisPhyLinkContext_0 Rx CTLE enable: 0, is CPHY: 0, mipi rate: 1665Msps 11-28 10:18:20.156 866 10452 I Lyric : zuma_csis_phy_link_context.cc:197: Zuma CsisPhyLinkContext_0 Disable Rx CTLE settings NcCoef: 0x0, CntRout: 0x5, BiasCon: 0x8, RselCnt: 0xa, CapCnt: 0xe 11-28 10:18:20.156 866 10452 I Lyric : zuma_fc_bayer_context.cc:44: FC bayer context 4 for camera 7 created, sensor output size: {width: 3648, height: 2736} bayer output size: 3648 x 2736 11-28 10:18:20.156 866 10452 I Lyric : zuma_lmp_line_buffer.h:50: For LMP bayer context index 4, requested width 3648 compared to last used width -1, after allocation, the available linebuffer size is 15040 11-28 10:18:20.156 866 10452 I Lyric : zuma_lmp_bayer_context.cc:61: Created Zuma LMP context with bayer size: 3648 x 2736 for sensor output stream 3648 x 2736 11-28 10:18:20.157 866 10452 I Lyric : zuma_fc_pdaf_context.cc:24: FC PD context 0 for camera 7 created. 11-28 10:18:20.157 866 10452 I Lyric : zuma_lmp_pdaf_context.cc:44: Created Zuma LMP context with pd size: 3648 x 684 11-28 10:18:20.158 866 10452 I Lyric : pd_logical_channel.cc:158: CSIS Core: PdLoch_0 size: {width: 3648, height: 684} auto_rec hblanking: 39336 auto_rec vblanking: 5871864 11-28 10:18:20.158 866 10452 I Lyric : image_logical_channel.cc:113: CSIS Core: ImgLoch_0 size: {width: 3648, height: 2736} auto_rec hblanking: 39336 auto_rec vblanking: 5871864 11-28 10:18:20.158 866 10452 I Lyric : zuma_csis_phy_link_context.cc:242: Zuma CsisPhyLinkContext_0 Camera ID(7) Initialized 11-28 10:18:20.158 866 10452 I Lyric : zuma_csis_phy_link_context.cc:954: Zuma CsisPhyLinkContext_0 IspConfigCh0 with virtual channel: 0, parallel mode: 0, size: {width: 3648, height: 2736}, format: raw_10 11-28 10:18:20.158 866 10452 I Lyric : zuma_csis_phy_link_context.cc:954: Zuma CsisPhyLinkContext_0 IspConfigCh1 with virtual channel: 1, parallel mode: 0, size: {width: 3648, height: 684}, format: raw_10 11-28 10:18:20.158 866 10452 I Lyric : zuma_csis_phy_link_context.cc:954: Zuma CsisPhyLinkContext_0 IspConfigCh2 with virtual channel: 0, parallel mode: 2, size: {width: 3648, height: 2}, format: 8_bit_data 11-28 10:18:20.159 866 10452 I Lyric : zuma_csis_phy_link_context.cc:250: Zuma CsisPhyLinkContext_0 enabled 11-28 10:18:20.159 866 10452 I Lyric : zuma_fe_programming.cc:96: [CAM7][ISPFE] Creating programming model. Indices: {bayer_context_index = [4], pdaf_context_index = [0], image_loch_indices = [0], pdaf_loch_indices = [0], vc_loch_index = nullopt, rdma_index = nullopt} 11-28 10:18:20.159 866 10452 I Lyric : zuma_fe_programming.cc:107: [CAM7][ISPFE] Submitted repeating SOF sync transaction id 5515 11-28 10:18:20.160 866 10452 I Lyric : zuma_fe_driver.cc:1161: ISP-FE Qos Update: context(0), csi clock: 111000000, lmp clock: 101772720 11-28 10:18:20.160 866 10452 I Lyric : zuma_fe_driver.cc:1211: ISP-FE Qos Update: clock frequency: 111000000, write bandwidth: 785362560, read bandwidth: 0 11-28 10:18:20.161 866 10452 I Lyric : zuma_secure_operation_controller.cc:71: ZumaSecureOperationController: Requested secure session for zuma-fe 11-28 10:18:20.161 866 10452 I Lyric : unified_zuma_front_end_controller.cc:185: [CAM7] Acquired driver context for exposure 0. 11-28 10:18:20.161 866 10452 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStop#0 acquired 11-28 10:18:20.161 866 10452 E Lyric : software_fence.cc:40: Resetting unsignaled fence unnamed 11-28 10:18:20.161 866 10452 I Lyric : fe_node.cc:2589: frontend: HalPixelFormat for FrontEndNode RAW16_BAYER_SBWC 11-28 10:18:20.161 866 10452 I Lyric : unified_zuma_front_end_controller.cc:271: [CAM7] The first sensor frame number is changed from -1 to 1 for exposure index 0. 11-28 10:18:20.163 866 10452 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 1, addr[0]: 0x4b350000, SQ addr: 0x4b9d0000 11-28 10:18:20.164 866 10452 I Lyric : zuma_fe_programming.cc:1029: [CAM7][ISPFE] Releasing sensor start blocker with status OK 11-28 10:18:20.164 866 10452 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStartExp0#0 released with status: OK with lwis fence, which will be waited at sensor start transaction in kernel 11-28 10:18:20.164 866 10457 I Lyric : multisensor_controller.cc:787: camera Front start wait for barrier spend : 19.443848ms 11-28 10:18:20.164 866 10457 I Lyric : dpm_bandwidth_controller_v2.cc:912: Update minimum MIF clock to 1000000000 number of active sensor: 1 11-28 10:18:20.164 866 10457 I Lyric : dpm_bandwidth_controller_v2.cc:968: Update minimum INT clock to 200000000 number of active sensor: 1 11-28 10:18:20.164 866 10457 W Lyric : actuator_driver.cc:874: act-front-normal: Periodic IO is already started. 11-28 10:18:20.164 866 10457 I Lyric : sensor_generic_driver.cc:1294: DOKKAEBI stream on, size: {width: 3648, height: 2736}, frame rate range: [7.5, 30], sensor ispfe sync in kernel with ispfe-side completion fence 11-28 10:18:20.164 866 10457 I Lyric : per_camera_barrier_impl.cc:47: Blocker for MultiSensorController_Stop acquired 11-28 10:18:20.165 866 1565 I Lyric : zuma_fe_programming.cc:620: [CAM7][ISPFE] Enabling LoCHs with register-set states: {fc_lmp_bayer = 1, fc_lmp_pdaf = 1, csis_image_wdmas = [], csis_pd_wdmas = [{0, 1}], csis_vc_wdma = 0, csis_rdma = 0, context_indices = {bayer_context_index = [4], pdaf_context_index = [0], image_loch_indices = [0], pdaf_loch_indices = [0], vc_loch_index = nullopt, rdma_index = nullopt}} 11-28 10:18:20.165 866 1565 I Lyric : pd_logical_channel.cc:287: CSIS Core: Setting loch_en for PdLoch_0 11-28 10:18:20.165 866 1565 I Lyric : image_logical_channel.cc:243: CSIS Core: Setting loch_en for ImgLoch_0 11-28 10:18:20.165 866 10500 I Lyric : sensor_generic_driver.cc:1046: DOKKAEBI stream on success. Transaction delay: 335.327us 11-28 10:18:20.165 866 10452 I G3ACoordinator: af_engine.cc:1136: Starter Frames 11-28 10:18:20.165 866 10452 I G3ACoordinator: af_engine.cc:604: Starter Frames 11-28 10:18:20.168 866 10461 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 3, addr[0]: 0x4b6d0000, SQ addr: 0x4b9e0000 11-28 10:18:20.174 866 10452 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 4, addr[0]: 0x4b9f0000, SQ addr: 0x4c0f0000 11-28 10:18:20.191 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699266 name: IspFe.csis_int1.Context0FrameStart count: 1 timestamp: 415294505338406 11-28 10:18:20.191 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699650 name: IspFe.csis_fs_int.Context0FrameStartCh2 count: 1 timestamp: 415294505387030 11-28 10:18:20.191 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699648 name: IspFe.csis_fs_int.Context0FrameStartCh0 count: 1 timestamp: 415294505393582 11-28 10:18:20.191 866 10496 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_INT clock 356000 11-28 10:18:20.191 866 10496 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_CAM clock 111000 11-28 10:18:20.191 866 10500 I Lyric : sensor_generic_driver.cc:907: DOKKAEBI 1st SOF arrived. Delay from stream on: 26.702434ms Delay from stream on transaction: 26.066365ms (Delay - exposure time): 12.1300765ms 11-28 10:18:20.191 866 10496 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_MIF clock 3744000 11-28 10:18:20.191 866 10496 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_INTCAM clock 111000 11-28 10:18:20.191 866 10496 I Lyric : dpm_bandwidth_controller_v2.cc:808: Current CLOCK_FAMILY_TNR clock 111000 11-28 10:18:20.191 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699649 name: IspFe.csis_fs_int.Context0FrameStartCh1 count: 1 timestamp: 415294505419867 11-28 10:18:20.191 866 1565 W Lyric : zuma_fe_programming.cc:1152: [CAM7][ISPFE] Entering skip mode because next batch HW frame # 2 is less than next config's sensor frame # 3. Last submitted sensor frame # 1 11-28 10:18:20.211 866 10452 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:20.223 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 1 11-28 10:18:20.223 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213699265 name: IspFe.csis_int1.Context0FrameEnd count: 1 timestamp: 415294537139106 11-28 10:18:20.223 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213700034 name: IspFe.csis_fe_int.Context0FrameEndCh2 count: 1 timestamp: 415294537169054 11-28 10:18:20.223 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213700033 name: IspFe.csis_fe_int.Context0FrameEndCh1 count: 1 timestamp: 415294537176500 11-28 10:18:20.223 866 10496 I Lyric : zuma_csis_phy_link_driver.cc:220: [FEIRQ] CsisPhyLink context 0 event 2305843009213700032 name: IspFe.csis_fe_int.Context0FrameEndCh0 count: 1 timestamp: 415294537180772 11-28 10:18:20.224 866 10461 I Lyric : raw_to_yuv_node.cc:1293: HalImageFormat for YUV output: HalImageFormat{ pixel_format = YCBCR_420_888, stride_alignment = 16, num_buffers = 1 } 11-28 10:18:20.224 866 1565 I Lyric : zuma_fe_programming.cc:1109: [CAM7][ISPFE] Exiting skip mode. Next batch HW frame # is 3 11-28 10:18:20.225 866 1565 I Lyric : zuma_fe_programming.cc:851: [CAM7][ISPFE] ReportFrameDrop: Frame drop info: CSIS Core Bayer - id :0, drop count: 0, CSIS Core PD 0 - id :0, drop count: 1, CSIS Core VC - id :0, drop count: 0, FC Bayer - id :0, drop count: 1, FC PDAF - id :0, drop count: 1, reset frame number: 3 11-28 10:18:20.225 866 1565 I Lyric : zuma_csis_core_context.cc:1065: [CAM7] Received Bayer NotifyFrameDrop: loch_frame_id: 0, bayer_wdma_frame_id: 0, bayer_wdma_batch_frame_drop_count: 0, bayer_wdma_config_id: 0, bayer_wdma_activity: 0x0, stale_frame_number: -1, reset_frame_number: 3 11-28 10:18:20.225 866 1565 I Lyric : zuma_csis_core_context.cc:1080: [CAM7] Received PD 0 NotifyFrameDrop: loch_frame_id: 0, frame_id: 0, batch_frame_drop_count: 1, config_id: 1, activity: 0x1, stale_frame_number: -1, reset_frame_number: 3 11-28 10:18:20.225 866 1565 I Lyric : zuma_csis_core_context.cc:1154: [CAM7] NotifyFrameDrop: Remaining PD[0] frames: 3 4 11-28 10:18:20.225 866 1565 W Lyric : lmp_pipeline.cc:579: [Bayer4][CAM7] Lmp received frame drop notification, last_latched_frame_id: 0, frame_drop_count: 1, stale_frame_number: -1, reset_frame_number: 3, check pending frames: sensor frame numbers: [3 4], abs frame numbers: [1 2] 11-28 10:18:20.225 866 1565 W Lyric : lmp_pipeline.cc:579: [Pdaf0][CAM7] Lmp received frame drop notification, last_latched_frame_id: 0, frame_drop_count: 1, stale_frame_number: -1, reset_frame_number: 3, check pending frames: sensor frame numbers: [3 4], abs frame numbers: [1 2] 11-28 10:18:20.226 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] pre_dummy_count = ***, tail=***, valid=***, expected=*** 11-28 10:18:20.227 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_read_image_hr_mode] read image end, err=0 11-28 10:18:20.229 1569 2003 W FingerprintManager: Invalid acquired message: 8, 0 11-28 10:18:20.230 1569 2003 V Biometrics/AcquisitionClient: Acquired: 8 0, shouldSend: true 11-28 10:18:20.233 866 10452 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 5, addr[0]: 0x4bd70000, SQ addr: 0x4c6c0000 11-28 10:18:20.234 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 10:18:20.234 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] authenticate, sNum = 1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] stRawdata.psData=0x***, stRawdata.psDarkImage=0, stRawdata.sNum=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nSegThre=-1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nCaliMode=1, support_moire_filter=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nRetryFlag=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] gain_ratio=100 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] nBrokenEnable=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.234 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] before fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nCaliMode=1, nDarkPixelFlag=0, nSubBaseCaliFlag=1 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): nAdj2FixFlag=0, nMaxITODepth=0, uchFlagScanMode=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][I][gf_cali][cali_process] after fp_preprocess(): uchCompensationOff=0, nFlagDeblurOff=0, uchAdj2FixOff=0 11-28 10:18:20.238 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_cali][cali_process_img2mats] do fp_AntiPeepG5 flag:0 11-28 10:18:20.242 0 0 I trusty : [GF_TA][E][gf_algo_utils][gf_is_gain_decreased_retry0] gain ratio: 100 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_delmar_sensor][determine_expo_mode] operation: 2, retry: 1, need_dec_gain_due_to_als: 0, expo mode:3 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] capture sub image mode=0x0902 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] retry1_valid_sg_mask=0x0009 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_current_expo_mode=3 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] g_is_dec_expo_set_to_chip=0 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] valid_sg_mask=0x0009 11-28 10:18:20.242 0 0 I trusty : [GF_TA][I][gf_delmar_cs_dc][delmar_capture_image] lb_mode=0, expo_mode=3, expo_time=133.269271, gain=0x70 11-28 10:18:20.242 0 0 I trusty : [GF_TA][E][gf_hw_dc][hw_set_current_operation] cali_flesh_max_frame_index = 0 11-28 10:18:20.243 2046 2046 W FingerprintManager: Invalid acquired message: 8, 0 11-28 10:18:20.249 866 1562 I Lyric : zuma_be_core_event_handler_impl.cc:76: Received Hw event: BeCore.RgbpInt0.FrameEnd counter 1, timestamp: 415294563623114 11-28 10:18:20.249 866 1562 I Lyric : zuma_be_core_event_handler_impl.cc:76: Received Hw event: BeCore.YuvpInt0.FrameEnd counter 1, timestamp: 415294563684312 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:99: [CLA] Cam1-Open 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:101: [CLA] Open latency: 19.0349 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:101: [CLA] <-- IDLE --> latency: 16.0747 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:101: [CLA] ConfigureStream latency: 28.4535 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:101: [CLA] <-- IDLE --> latency: 2.04016 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:101: [CLA] First frame latency: 115.846 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:101: [CLA] Overall latency: 181.467 11-28 10:18:20.250 866 10476 I Lyric : camera_latency_analyzer.cc:101: [CLA] HAL Total latency: 163.325 11-28 10:18:20.252 0 0 I trusty : [GF_TA][E][gf_fake_detect_param][gf_get_fake_detect_param] use default fake params for G7 11-28 10:18:20.252 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_expo] real_expo = 91.628250 11-28 10:18:20.252 0 0 I trusty : [GF_TA][I][gf_hw][hw_get_real_gain] real_gain = 3.190880 11-28 10:18:20.257 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV1Arr[1] :242 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[37] :*** 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[38] :*** 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] fake algo check point, nFakeParamV2Arr[39] :*** 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log1: 242 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log2: *** 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log3: 273 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] pay_test_log4: 716 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] No film has been detected 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_OP7_fake_detect] XY-shift value: 10 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_get_fake_version] af for g7 opt7.X 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:0 rawdata_mean_value:1674 11-28 10:18:20.258 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:1 rawdata_mean_value:1696 11-28 10:18:20.259 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:2 rawdata_mean_value:1717 11-28 10:18:20.259 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_auth_big_data_info] retry 0 sg:3 rawdata_mean_value:1702 11-28 10:18:20.259 0 0 I trusty : [GF_TA][I][gf_fpcore_common][handle_event] timestamp:***. 11-28 10:18:20.259 0 0 I trusty : INFO: trusty/user/app/keymint/ipc_manager.rs:503 Accepted connection from uuid 8db26df6-9e77-4f61-b3c2-b88a788cbac2. 11-28 10:18:20.259 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationEvaluate 11-28 10:18:20.261 1569 2003 V BiometricLogger: Authentication latency: 211 11-28 10:18:20.261 1569 2003 V Biometrics/AuthenticationClient: onAuthenticated(true), ID:1358659137, Owner: com.android.systemui, isBP: false, listener: com.android.server.biometrics.sensors.ClientMonitorCallbackConverter@a24756f, requireConfirmation: false, user: 0, clientMonitor: {[1849] com.android.server.biometrics.sensors.fingerprint.aidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=480, userId=0} 11-28 10:18:20.261 1569 2003 W Biometrics/AuthenticationClient: Allowing background authentication, this is allowed only for platform or test invocations 11-28 10:18:20.261 1569 2003 D BaseClientMonitor: marking operation as done: {[1849] com.android.server.biometrics.sensors.fingerprint.aidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=480, userId=0} 11-28 10:18:20.262 1569 2003 D BiometricService: resetLockout from: 0, for: 1, userId: 0 11-28 10:18:20.264 1569 2005 D BiometricScheduler: [Added] {[1855] com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient, proto=12, owner=android, cookie=0, requestId=-1, userId=0}, new queue size: 1 11-28 10:18:20.265 1569 2005 D BiometricScheduler: [Cancelling Interruptable]: {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0}, State: 2 11-28 10:18:20.265 1569 2005 D BiometricSchedulerOperation: [Cancelling] Current client: {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0} 11-28 10:18:20.266 523 13761 I keystore2: system/security/keystore2/src/authorization.rs:114 - add_auth_token(challenge=0, userId=2872354507848314173, authId=3833237195588307823, authType=0x2, timestamp=415296637ms) 11-28 10:18:20.266 1569 2003 D Biometrics/AuthenticationClient: addAuthToken succeeded 11-28 10:18:20.266 1569 2003 D BiometricStateCallback: Client finished, state updated to 0, client {[1849] com.android.server.biometrics.sensors.fingerprint.aidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=480, userId=0} 11-28 10:18:20.267 1569 2003 D BiometricSchedulerOperation: [Finished / destroy]: {[1849] com.android.server.biometrics.sensors.fingerprint.aidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=480, userId=0} 11-28 10:18:20.268 1569 2003 V ALSProbe: Disable ALS: 228597425 11-28 10:18:20.268 1569 2003 D FingerprintAuthenticationClient: Lockout is implemented by the HAL 11-28 10:18:20.269 1569 2003 D BiometricScheduler: [Finishing] {[1849] com.android.server.biometrics.sensors.fingerprint.aidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=480, userId=0}, success: true 11-28 10:18:20.269 1569 2003 D GestureAvailabilityTracker: Notifying gesture availability, active=true 11-28 10:18:20.269 1569 2003 D BiometricScheduler: No operations, returning to idle 11-28 10:18:20.278 866 10452 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:20.281 1569 2003 E FingerprintProvider/default: onPointerUp received during client: null 11-28 10:18:20.282 523 13761 I keystore2: system/security/keystore2/src/authorization.rs:128 - on_device_unlocked(user_id=0, password.is_some()=false) 11-28 10:18:20.285 0 0 I trusty : WARN: system/keymint/ta/src/lib.rs:1190 failing DeviceBegin request with error Hal(KeyUserNotAuthenticated, "system/keymint/ta/src/operation.rs:703: now Timestamp { milliseconds: 415296666 } is later than auth token time Timestamp { milliseconds: 409627948 11-28 10:18:20.285 0 0 I trusty : } + 15 seconds") 11-28 10:18:20.285 527 527 W keymint-hal-trusty: kmr_hal: HAL: command DeviceBegin failed: -26 11-28 10:18:20.288 523 13761 I keystore2: system/security/keystore2/src/super_key.rs:1040 - Successfully unlocked user 0 with biometric 3833237195588307823 11-28 10:18:20.289 1569 1569 E AlarmManager: Attempt to decrement existing alarm count 0 by 1 for uid 1000 11-28 10:18:20.289 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 3 11-28 10:18:20.295 1569 2003 E AidlResponseHandler: Client monitor is not an instance of com.android.server.biometrics.sensors.AcquisitionClient 11-28 10:18:20.296 866 10461 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 6, addr[0]: 0x4c3c0000, SQ addr: 0x4b9d0000 11-28 10:18:20.301 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: AuthenticationDelete 11-28 10:18:20.301 1569 2005 V Biometrics/AcquisitionClient: Acquired: 0 0, shouldSend: false 11-28 10:18:20.307 2046 2046 D FaceManager: Cancel face authentication requested for: 858 11-28 10:18:20.307 1569 2005 D BiometricScheduler: cancelAuthenticationOrDetection, requestId: 858 11-28 10:18:20.308 1569 2005 D BiometricScheduler: Cancelling auth/detect op: {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0}, State: 3 11-28 10:18:20.308 1569 2005 W BiometricSchedulerOperation: Cannot cancel - already invoked for operation: {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0}, State: 3 11-28 10:18:20.309 1569 1693 I EntropyMixer: Updated seed file 11-28 10:18:20.310 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 10:18:20.312 866 10452 I G3ACoordinator: af_input_parser_lyric.cc:1076: No valid main PD inputs 11-28 10:18:20.312 2046 2065 V WindowManagerShell: Transition requested (#4366): android.os.BinderProxy@dd4a865 TransitionRequestInfo { type = TO_BACK, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 260, debugId = 4366 } 11-28 10:18:20.312 1569 2812 D ActivityTaskManager: Top Process State changed to PROCESS_STATE_TOP 11-28 10:18:20.320 1569 2002 I MR2ServiceImpl: Updating composite discovery preference | preference: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=false }, active routers: [] 11-28 10:18:20.323 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 4 11-28 10:18:20.328 866 10455 I Lyric : zuma_csis_core_context.cc:663: [CAM7] queuing PD frame: 7, addr[0]: 0x4c9a0000, SQ addr: 0x4b9e0000 11-28 10:18:20.332 2046 2065 D WindowManagerShell: setPipVisibility: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) visible=false 11-28 10:18:20.339 866 20302 I Lyric : camera_device_session_hwl_impl.cc:1362: Flush entered, camera_id: 1 11-28 10:18:20.339 866 20302 I Lyric : camera_powerhal.cc:172: SetPowerBoost Trigger CAMERA_LAUNCH for 200ms 11-28 10:18:20.339 866 20302 I Lyric : camera_device_session_manager_base.cc:1174: Attempting to flush graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.340 866 10461 W Lyric : auto_focus_node.cc:1229: Request payload nullptr 11-28 10:18:20.340 866 10461 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 3 11-28 10:18:20.340 866 10486 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 4, partial result count: 1 11-28 10:18:20.341 866 10458 W Lyric : auto_focus_node.cc:1295: 4 calls in 2 sec(s): af, frame_number: 4, shutter notification is not available. Update vsync with current boottime and previous offset. 11-28 10:18:20.341 866 10461 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 4 11-28 10:18:20.341 866 10486 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 5, partial result count: 1 11-28 10:18:20.341 866 10461 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 5 11-28 10:18:20.341 866 10455 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 2 11-28 10:18:20.342 866 10452 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 3, partial result count: 2 11-28 10:18:20.342 866 10455 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 3 11-28 10:18:20.342 866 10452 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 4, partial result count: 2 11-28 10:18:20.342 866 10452 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 5, partial result count: 2 11-28 10:18:20.342 866 10452 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 4 11-28 10:18:20.343 866 10461 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 5 11-28 10:18:20.343 866 10452 W Lyric : auto_focus_node.cc:1150: af Request frame is drop, drop all algorithm output forframe 6 11-28 10:18:20.343 866 20302 I Lyric : fe_node.cc:1018: frontend output frame stats (ignores fence-signaled drops): {process_input_count = 6, dropped_all_outputs = 0, valid_ae = 6, valid_pre_lsc_ae = 6, valid_uae = 0, valid_awb = 6, valid_histogram = 6, valid_flicker = 6, valid_motion = 6, valid_cdaf = 6, valid_pdaf = 6, valid_align = 0, valid_alias_map = 0, valid_gaussian_pyramid = 0, valid_scaled_rgb_stats = 6, valid_scaled_yuv_stats = 6, valid_lsc = 6, valid_bilateral_grid = 0, valid_scaled_rgb = 0, valid_scaled_yuv = 0, valid_cam_data_dump = 0, valid_pixel_patch = 0} 11-28 10:18:20.343 866 20302 I Lyric : unified_zuma_front_end_controller.cc:362: [CAM7] Flushing at Normal mode 11-28 10:18:20.343 866 10457 W Lyric : sensor_node.cc:662: SensorNode producing drops due to frame request drop on frame 6 11-28 10:18:20.343 866 20302 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStop#1ForFlush acquired 11-28 10:18:20.343 866 20302 I Lyric : zuma_fe_programming.cc:969: [CAM7][ISPFE] Flushing. In flight list size is: 2 11-28 10:18:20.343 866 10461 W Lyric : auto_focus_node.cc:1150: af Request frame is drop, drop all algorithm output forframe 7 11-28 10:18:20.343 866 20302 I Lyric : zuma_fe_programming.cc:992: [CAM7][ISPFE] config for frame 6 was submitted. SW will wait for it. 11-28 10:18:20.344 866 20302 I Lyric : zuma_fe_programming.cc:1013: [CAM7][ISPFE] Done flushing the programming model 11-28 10:18:20.344 866 20302 I Lyric : frame_images_queue_handler.cc:140: [CAM7] Bayer[0] Canceled sensor frames 7 Flushed [CAM7] Bayer[0] frame 11-28 10:18:20.344 866 20302 I Lyric : frame_images_queue_handler.cc:140: [CAM7] PD[0] Canceled sensor frames 7 Flushed [CAM7] PD[0] frame 7 11-28 10:18:20.344 866 20302 I Lyric : lmp_pipeline.cc:560: [Bayer4][CAM7] Removed obsolete lmp frame (not frame 5) (not frame 6) 7 11-28 10:18:20.344 866 20302 I Lyric : lmp_pipeline.cc:560: [Pdaf0][CAM7] Removed obsolete lmp frame (not frame 5) (not frame 6) 7 11-28 10:18:20.344 866 20302 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context bayer 11-28 10:18:20.344 866 20302 I Lyric : lmp_pipeline.cc:469: [Bayer4][CAM7] Drain(timeout=200.0347945ms) entered. Number of frames in the queue is 2 11-28 10:18:20.344 866 20302 I Lyric : lmp_pipeline.cc:486: [Bayer4][CAM7] Waiting for pipeline to drain. There are 2 pending transactions for frames: sensor frame numbers: [5 6], abs frame numbers: [3 4] 11-28 10:18:20.347 866 10461 W Lyric : tuning_node.cc:526: 2 calls in 2 sec(s): TuningNode producing frame drop because request frame is drop 11-28 10:18:20.347 866 10486 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 6, partial result count: 1 11-28 10:18:20.347 866 10457 W Lyric : sensor_node.cc:662: SensorNode producing drops due to frame request drop on frame 7 11-28 10:18:20.347 866 10485 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 7, partial result count: 1 11-28 10:18:20.351 1569 1965 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:20.356 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 5 11-28 10:18:20.357 1569 3412 D ActivityManager: sync unfroze 26444 com.google.android.gms for 4 11-28 10:18:20.380 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.google.android.gms/.cast.media.CastMediaRoute2ProviderService_Persistent, routes: [2c512365758da336d07628fbaee5ac49 | LS50 Wireless II-154272, bcf4efbf-845a-484c-a488-f1d213ed174a | Bedroom, 414d34f181c6c5e9662c044cea3f21a2 | Office TV] 11-28 10:18:20.389 866 1577 I Lyric : frame_images_queue_handler.cc:356: [CAM7] PD signaling secure mode frame: 6 11-28 10:18:20.390 866 20302 I Lyric : lmp_pipeline.cc:498: [Bayer4][CAM7] Pipeline drained. 11-28 10:18:20.390 866 20302 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context bayer 11-28 10:18:20.390 866 20302 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context pdaf 11-28 10:18:20.390 866 20302 I Lyric : lmp_pipeline.cc:469: [Pdaf0][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:20.390 866 20302 I Lyric : lmp_pipeline.cc:473: [Pdaf0][CAM7] Pipeline drained. 11-28 10:18:20.390 866 20302 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context pdaf 11-28 10:18:20.390 866 20302 I Lyric : zuma_csis_core_context.cc:979: [CAM7] Waiting for 0 bayer[0] images: none, 0 pd[0] images: none for 33ms 11-28 10:18:20.390 866 20302 I Lyric : zuma_csis_core_context.cc:988: [CAM7] Flush is done 11-28 10:18:20.390 866 20302 I Lyric : unified_zuma_front_end_controller.cc:505: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:20.390 866 20302 I Lyric : unified_zuma_front_end_controller.cc:426: [CAM7] Flushed. 11-28 10:18:20.390 866 20302 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStop#1ForFlush released with status: OK without lwis fence. 11-28 10:18:20.390 866 20302 I Lyric : unified_zuma_front_end_controller.cc:462: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:20.391 866 20302 I Lyric : zuma_backend_pipeline_context.cc:1866: Flushing backend pipeline Pipeline (ID: (instance_id: 428597), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) took 15 us, with flush HW = false 11-28 10:18:20.391 866 20302 I Lyric : auto_focus_node.cc:2273: af: session statistics: {process_input_count = 8, started_late_count = 0, completed_late_count = 0, no_deadline_count = 3, controller_timed_out = 0, dropped_requests = 2} 11-28 10:18:20.391 866 20302 I Lyric : auto_focus_node.cc:2280: af: af context is flushed successfully 11-28 10:18:20.391 866 20302 I Lyric : auto_focus_node.cc:2282: af: actuator controller is flushed successfully 11-28 10:18:20.391 866 20302 I Lyric : auto_exposure_node.cc:1099: {type: Node, name: top_graph_for_camera_FrontMultiFov.ae, class_name: AutoExposureNode}: AE input statistics: {process_input_count = 8, dropped_requests = 2, stats_not_ready_count = 0, motion_stats_not_ready_count = 0, face_detect_data_not_ready_count = 0, eis_result_not_ready_count = 0, segmentation_mask_not_ready_count = 0, stage_detection_result_not_ready_count = 0, saliency_data_not_ready_count = 0, valid_flash_state = 0, valid_exposure_timestamp = 3, valid_lens_info = 6, valid_sensor_properties = 3, valid_crop_roi = 6, valid_ae_stats = 3, valid_uae_stats = 0, valid_awb_stats = 3, valid_histogram = 3, valid_flicker_stats = 3, valid_motion_stats = 3, valid_wb_config = 5, valid_color_correction = 5, valid_face_rois = 0} 11-28 10:18:20.391 866 10461 I Lyric : fe_node.cc:2645: frontend received incomplete request at frame number: 6, request dropped: 1, sensor_image dropped: 1, sensor_properties dropped: 1, tuning point dropped: 0 11-28 10:18:20.391 866 10461 I Lyric : fe_node.cc:1562: Finished processing an incomplete_request at frame 6 when flush_mark is at frame 7 power mode is Normal 11-28 10:18:20.391 866 10461 W Lyric : fe_node.cc:1254: Capturing trace for long process latency with trace trigger "android.hardware.camera.fe-node-overrun" 11-28 10:18:20.391 866 10461 I Lyric : camera_perfetto_data_source.cc:51: Insufficient time has passed since the last trigger. Trace trigger for android.hardware.camera.fe-node-overrun will be ignored. 11-28 10:18:20.391 866 10461 W Lyric : fe_node.cc:190: frontend Frame 6 (sensor frame -1) Node's ProcessInput took 43.872518ms (buffer allocation: 25.228us, raw_pd_buffer_allocate_duration: 114.014us, update_power_mode_duration: 96.558us, Controller::Process: 1.265828ms ). Duration between current and last Process start time: 19.615601ms, average duration between two Process calls: 25.780945ms). Last framework request id 5. 11-28 10:18:20.391 866 10452 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 6 11-28 10:18:20.391 866 10458 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 6 11-28 10:18:20.391 866 10461 I Lyric : fe_node.cc:2645: frontend received incomplete request at frame number: 7, request dropped: 1, sensor_image dropped: 1, sensor_properties dropped: 1, tuning point dropped: 0 11-28 10:18:20.391 866 10461 I Lyric : fe_node.cc:1562: Finished processing an incomplete_request at frame 7 when flush_mark is at frame 7 power mode is Normal 11-28 10:18:20.392 866 10452 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 1, request id: 7 11-28 10:18:20.392 866 10452 I Lyric : retiming_node.cc:548: retiming Reporting image frame drop to framework for stream id: 0, request id: 7 11-28 10:18:20.392 866 10461 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 6, partial result count: 2 11-28 10:18:20.393 866 10461 I Lyric : camera_device_session_manager_base.cc:1054: Reporting metadata frame drop for camera: Front, request id: 7, partial result count: 2 11-28 10:18:20.393 866 20302 I Lyric : camera_device_session_manager_base.cc:1225: Finished flushing graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.394 866 24966 I Lyric : camera_device_session_hwl_impl.cc:1018: DestroyPipelines entered, camera_id: 1 11-28 10:18:20.394 866 24966 I Lyric : camera_powerhal.cc:285: CAMERA_STREAMING_STANDARD mode unset 11-28 10:18:20.394 866 24966 I Lyric : camera_powerhal.cc:285: CAMERA_GPU_STANDARD mode unset 11-28 10:18:20.394 866 24966 I Lyric : camera_device_session_manager_base.cc:915: Attempting to stop graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.395 866 24966 I Lyric : fe_node.cc:1018: frontend output frame stats (ignores fence-signaled drops): {process_input_count = 2, dropped_all_outputs = 2, valid_ae = 0, valid_pre_lsc_ae = 0, valid_uae = 0, valid_awb = 0, valid_histogram = 0, valid_flicker = 0, valid_motion = 0, valid_cdaf = 0, valid_pdaf = 0, valid_align = 0, valid_alias_map = 0, valid_gaussian_pyramid = 0, valid_scaled_rgb_stats = 0, valid_scaled_yuv_stats = 0, valid_lsc = 0, valid_bilateral_grid = 0, valid_scaled_rgb = 0, valid_scaled_yuv = 0, valid_cam_data_dump = 0, valid_pixel_patch = 0} 11-28 10:18:20.395 866 24966 I Lyric : unified_zuma_front_end_controller.cc:362: [CAM7] Flushing at Normal mode 11-28 10:18:20.395 866 24966 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStop#2ForFlush acquired 11-28 10:18:20.395 866 24966 I Lyric : zuma_fe_programming.cc:965: [CAM7][ISPFE] Nothing to flush in the programming model 11-28 10:18:20.395 866 24966 I Lyric : frame_images_queue_handler.cc:140: [CAM7] Bayer[0] Flushed [CAM7] Bayer[0] frame 11-28 10:18:20.395 866 24966 I Lyric : frame_images_queue_handler.cc:140: [CAM7] PD[0] Flushed [CAM7] PD[0] frame 11-28 10:18:20.395 866 24966 I Lyric : lmp_pipeline.cc:560: [Bayer4][CAM7] Removed obsolete lmp frame 11-28 10:18:20.395 866 24966 I Lyric : lmp_pipeline.cc:560: [Pdaf0][CAM7] Removed obsolete lmp frame 11-28 10:18:20.395 866 24966 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context bayer 11-28 10:18:20.395 866 24966 I Lyric : lmp_pipeline.cc:469: [Bayer4][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:20.395 866 24966 I Lyric : lmp_pipeline.cc:473: [Bayer4][CAM7] Pipeline drained. 11-28 10:18:20.395 866 24966 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context bayer 11-28 10:18:20.395 866 24966 I Lyric : zuma_lmp_context.cc:117: Flushing Lmp context pdaf 11-28 10:18:20.395 866 24966 I Lyric : lmp_pipeline.cc:469: [Pdaf0][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:20.395 866 24966 I Lyric : lmp_pipeline.cc:473: [Pdaf0][CAM7] Pipeline drained. 11-28 10:18:20.395 866 24966 I Lyric : zuma_lmp_context.cc:120: Done flushing Lmp context pdaf 11-28 10:18:20.395 866 24966 I Lyric : zuma_csis_core_context.cc:979: [CAM7] Waiting for 0 bayer[0] images: none, 0 pd[0] images: none for 33ms 11-28 10:18:20.395 866 24966 I Lyric : zuma_csis_core_context.cc:988: [CAM7] Flush is done 11-28 10:18:20.395 866 24966 I Lyric : unified_zuma_front_end_controller.cc:505: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:20.395 866 24966 I Lyric : unified_zuma_front_end_controller.cc:426: [CAM7] Flushed. 11-28 10:18:20.395 866 24966 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStop#2ForFlush released with status: OK without lwis fence. 11-28 10:18:20.395 866 24966 I Lyric : unified_zuma_front_end_controller.cc:462: [CAM7] Sensor isn't waiting on the barrier, skip re-acquiring the blocker 11-28 10:18:20.395 866 24966 I Lyric : zuma_backend_pipeline_context.cc:1866: Flushing backend pipeline Pipeline (ID: (instance_id: 428597), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) took 14 us, with flush HW = false 11-28 10:18:20.395 866 24966 I Lyric : auto_focus_node.cc:2280: af: af context is flushed successfully 11-28 10:18:20.395 866 24966 I Lyric : auto_focus_node.cc:2282: af: actuator controller is flushed successfully 11-28 10:18:20.396 866 1552 I Lyric : multisensor_controller.cc:898: Resetting stream_on_framework_request_id for camera 7 11-28 10:18:20.396 866 1552 I Lyric : multisensor_controller.cc:930: Front StopStreaming, waiting on barrier 11-28 10:18:20.396 866 1551 I Lyric : zuma_backend_pipeline_context.cc:1866: Flushing backend pipeline Pipeline (ID: (instance_id: 428597), IPs: [ RawToYuv ], Max Outputs: 1, IPConnections: [ ) took 8 us, with flush HW = false 11-28 10:18:20.396 866 1553 I Lyric : unified_zuma_front_end_controller.cc:689: [CAM7] Updating power mode from Normal to Standby with incomplete_request on frame -1 11-28 10:18:20.396 866 1553 I Lyric : zuma_lmp_context.cc:103: Lmp context bayer go to standby mode at hw frame 8 11-28 10:18:20.396 866 1553 I Lyric : lmp_pipeline.cc:469: [Bayer4][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:20.396 866 1553 I Lyric : lmp_pipeline.cc:473: [Bayer4][CAM7] Pipeline drained. 11-28 10:18:20.396 866 1553 I Lyric : zuma_lmp_context.cc:109: LMP context bayer is done waiting for frame for standby mode 11-28 10:18:20.396 866 1553 I Lyric : zuma_lmp_context.cc:103: Lmp context pdaf go to standby mode at hw frame 8 11-28 10:18:20.396 866 1553 I Lyric : lmp_pipeline.cc:469: [Pdaf0][CAM7] Drain(timeout=100ms) entered. Number of frames in the queue is 0 11-28 10:18:20.396 866 1553 I Lyric : lmp_pipeline.cc:473: [Pdaf0][CAM7] Pipeline drained. 11-28 10:18:20.396 866 1553 I Lyric : zuma_lmp_context.cc:109: LMP context pdaf is done waiting for frame for standby mode 11-28 10:18:20.396 866 1553 I Lyric : zuma_csis_core_context.cc:979: [CAM7] Waiting for 0 bayer[0] images: none, 0 pd[0] images: none for 33ms 11-28 10:18:20.396 866 1553 I Lyric : zuma_csis_core_context.cc:988: [CAM7] Flush is done 11-28 10:18:20.396 866 1553 I Lyric : per_camera_barrier_impl.cc:47: Blocker for FeControllerBlockCam7ToStartExp0#1 acquired 11-28 10:18:20.396 866 1553 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStop#0 released with status: OK without lwis fence. 11-28 10:18:20.396 866 1551 I Lyric : zuma_be_core_driver_impl.cc:434: BeCore: receives context release notification 11-28 10:18:20.397 866 10500 I Lyric : sensor_generic_driver.cc:1107: DOKKAEBI stream off success. 11-28 10:18:20.397 866 1551 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-mcfp 11-28 10:18:20.398 866 1552 I Lyric : sensor_generic_driver.cc:5836: DOKKAEBI is_reading_frame:1, frame count:7, eof event count:6, waiting for last frame EOF. 11-28 10:18:20.398 866 1551 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-rgbp 11-28 10:18:20.400 866 1551 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-yuvp 11-28 10:18:20.400 866 1551 I Lyric : zuma_be_core_driver_impl.cc:469: BeCore: release internal memory allocation 11-28 10:18:20.400 866 1551 I Lyric : zuma_be_core_driver_impl.cc:549: BeCore: power down 11-28 10:18:20.400 866 1551 I Lyric : zuma_be_core_driver_impl.cc:572: BeCore: disabling hardware 11-28 10:18:20.401 866 1551 I Lyric : dynamic_boost_manager.cc:82: Boost factor reset done 11-28 10:18:20.402 866 1551 I G3ACoordinator: rls_manager.cc:419: RlsManager::Configure(): Clients for mode: 2 is unavailable 11-28 10:18:20.402 866 1551 I G3ACoordinator: af_output_parser_lyric.cc:1416: TOF sensor power configuration -> 2 11-28 10:18:20.404 866 1551 I Lyric : three_a_request_node.cc:787: three_a_request: Performance statistics for this session: {process_input_count = 8, dropped_request_count = 0} 11-28 10:18:20.404 866 1551 I Lyric : motion_sensor_controller_proxy.cc:305: MotionSensor context requests resource change to standby. 11-28 10:18:20.404 866 1802 I Lyric : motion_sensor_controller_proxy.cc:402: Start to release all sensor readers. 11-28 10:18:20.410 866 1779 I Lyric : spectral_driver.cc:155: Ambient light sampling switched to mode: 2 stream consumer count: 0 11-28 10:18:20.419 866 1802 I Lyric : motion_sensor_controller_proxy.cc:420: Successfully release all sensor readers. 11-28 10:18:20.423 866 10500 I Lyric : sensor_generic_driver.cc:983: DOKKAEBI Received last EOF, sensor frame count:255, offset eof event count:7 11-28 10:18:20.423 866 10500 I Lyric : sensor_generic_driver.cc:994: DOKKAEBI EOF received; signal fence and stream off. 11-28 10:18:20.423 866 1552 I Lyric : sensor_generic_driver.cc:1481: DOKKAEBI sensor frame drop rate at stream off: 14.2857%. drop rate for hw sync: 0% 11-28 10:18:20.423 866 1552 I Lyric : sensor_generic_driver.cc:1515: DOKKAEBI stream off, size: {width: 3648, height: 2736}, frame rate range: [7.5, 30] 11-28 10:18:20.423 866 1552 I Lyric : per_camera_barrier_impl.cc:58: Blocker for MultiSensorController_Stop released with status: OK without lwis fence. 11-28 10:18:20.423 866 1552 I Lyric : dpm_bandwidth_controller_v2.cc:912: Update minimum MIF clock to 0 number of active sensor: 0 11-28 10:18:20.423 866 1553 I Lyric : zuma_fe_driver.cc:1229: [ISPFE] Cleaning up the sub-driver contexts 11-28 10:18:20.423 866 1552 I Lyric : dpm_bandwidth_controller_v2.cc:968: Update minimum INT clock to 0 number of active sensor: 0 11-28 10:18:20.423 866 1552 I Lyric : multisensor_controller.cc:1559: Front created transition fence, stream-on ID: 4294967295 11-28 10:18:20.424 866 1552 I Lyric : multisensor_controller.cc:1584: Front signalled transition fence with stream-on ID: 4294967295 11-28 10:18:20.424 866 1553 I Lyric : zuma_csis_phy_link_context.cc:1103: Zuma CsisPhyLinkContext_0 disabled 11-28 10:18:20.425 866 1553 I Lyric : zuma_fc_bayer_context.cc:245: Disabling bayer context 4 11-28 10:18:20.426 866 1553 I Lyric : zuma_fc_pdaf_context.cc:92: disabling PD context 0 11-28 10:18:20.426 866 1553 I Lyric : lmp_pipeline.cc:560: [Bayer4][CAM7] Removed obsolete lmp frame 11-28 10:18:20.426 866 1553 I Lyric : lmp_pipeline.cc:560: [Pdaf0][CAM7] Removed obsolete lmp frame 11-28 10:18:20.426 866 1553 I Lyric : zuma_pdma_context.cc:162: disabling Pdma context. 11-28 10:18:20.427 866 1553 I Lyric : zuma_secure_operation_controller.cc:84: ZumaSecureOperationController: End secure session for zuma-fe 11-28 10:18:20.427 866 1553 I Lyric : zuma_csis_core_context.cc:304: [CAM7] Destroyed Zuma CSIS Core context for sensor DOKKAEBI with size: {width: 3648, height: 2736} 11-28 10:18:20.427 866 1553 I Lyric : zuma_fe_driver.cc:1280: [ISPFE] Received context release notification 11-28 10:18:20.428 866 1553 I Lyric : zuma_fe_driver.cc:1211: ISP-FE Qos Update: clock frequency: 0, write bandwidth: 0, read bandwidth: 0 11-28 10:18:20.428 866 1553 I Lyric : zuma_fe_driver.cc:1289: [ISPFE] Received context release notification 11-28 10:18:20.429 866 1553 I Lyric : unified_zuma_front_end_controller.cc:431: [CAM7] Received notification that graph has stopped 11-28 10:18:20.444 866 1553 I Lyric : unified_zuma_front_end_controller.cc:660: Release ZumaFeControllerContext for binding id [CAM7] 11-28 10:18:20.444 866 1553 I Lyric : unified_zuma_front_end_controller.cc:104: [CAM7] Context is being destroyed 11-28 10:18:20.444 866 1553 I Lyric : per_camera_barrier_impl.cc:58: Blocker for FeControllerBlockCam7ToStartExp0#1 released with status: OK without lwis fence. 11-28 10:18:20.444 866 1553 I Lyric : zuma_fe_driver.cc:1289: [ISPFE] Received context release notification 11-28 10:18:20.444 866 1553 I Lyric : zuma_fe_driver.cc:1104: [ISPFE] Disabling the device 11-28 10:18:20.444 866 1553 I Lyric : lwis_event_thread.cc:119: LwEv:FePhyLink RemovedLwisClient(isp-fe|FePhyLink) from event thread 11-28 10:18:20.445 866 10496 I Lyric : lwis_event_thread.cc:290: LwEv:FePhyLink event thread is ending . . . 11-28 10:18:20.447 866 1553 I Lyric : lwis_event_thread.cc:119: LwEv:FeLmp RemovedLwisClient(isp-fe|FeLmp) from event thread 11-28 10:18:20.447 866 10495 I Lyric : lwis_event_thread.cc:290: LwEv:FeLmp event thread is ending . . . 11-28 10:18:20.447 866 1553 I Lyric : zuma_fe_pdma_driver.cc:60: Disabling pdma hardware 11-28 10:18:20.447 866 1553 I Lyric : lwis_event_thread.cc:119: LwEv:FePdma RemovedLwisClient(isp-fe|FePdma) from event thread 11-28 10:18:20.447 866 10494 I Lyric : lwis_event_thread.cc:290: LwEv:FePdma event thread is ending . . . 11-28 10:18:20.448 866 1553 I Lyric : zuma_fe_resetter.cc:146: FrontEnd: SW Reset begins. 11-28 10:18:20.449 866 1553 I Lyric : zuma_fe_resetter.cc:157: FrontEnd: SW Reset done: rstctl_status = 0x0 11-28 10:18:20.452 866 24966 I Lyric : camera_device_session_manager_base.cc:919: Successfully stopped graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.452 866 24966 I Lyric : processing_graph.cc:485: Starting OutputPort production audit... 11-28 10:18:20.452 866 24966 I Lyric : processing_graph.cc:549: OutputPort production audit passed, no anomalies detected :) 11-28 10:18:20.452 866 24966 I Lyric : camera_device_session_manager_base.cc:711: Attempting to destroy graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.457 866 24966 I Lyric : dpm_bandwidth_controller_v2.cc:912: Update minimum MIF clock to 0 number of active sensor: 0 11-28 10:18:20.457 866 24966 I Lyric : dpm_bandwidth_controller_v2.cc:968: Update minimum INT clock to 0 number of active sensor: 0 11-28 10:18:20.458 866 24966 I Lyric : camera_device_session_manager_base.cc:723: Successfully destroyed graph:top_graph_for_camera_FrontMultiFov 11-28 10:18:20.458 866 24966 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_LAUNCH 11-28 10:18:20.458 866 24966 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_BACKEND_BOOST 11-28 10:18:20.458 866 24966 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_CAPTURE_CPU_THROTTLE 11-28 10:18:20.458 866 24966 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_LAUNCH_EXTENDED 11-28 10:18:20.458 866 24966 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_VIDEO_RECORDING 11-28 10:18:20.458 866 24966 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_ZOOMING_BOOST 11-28 10:18:20.458 866 24966 I Lyric : camera_powerhal.cc:191: CancelPowerBoost CAMERA_HIGH_PERFORMANCE_BOOST 11-28 10:18:20.458 866 24966 I Lyric : camera_device_session_hwl_impl.cc:434: Destroyed CameraDeviceSessionHwlImpl for camera 1 11-28 10:18:20.458 866 10454 I G3ACoordinator: coordinator.cc:1460: Coordinator NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.458 866 10454 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.458 866 10454 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.458 866 10454 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.458 866 10454 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.458 866 10454 I G3ACoordinator: coordinator.cc:1436: Coordinator::NotifyCaptureSessionClose called for camera: {position: front, lens_type: multi_fov, spectrum: visible, instance: real} 11-28 10:18:20.462 866 1551 I Lyric : generic_actuator_controller.cc:142: act-front-normal sampling intervals: (count=61, min=3.41846ms, max=6.57076ms, mean=4.99471ms, stddev=0.295167ms, skew=-0.0383887, kurtosis=26.7124) 11-28 10:18:20.462 866 1551 I Lyric : actuator_driver.cc:954: act-front-normal: Total events dequeued: 32, failed events: 0 11-28 10:18:20.466 866 1551 W Lyric : device_context.cc:375: NotifyCaptureSessionClose: No OisController found for physical camera Front. Status: NOT_FOUND: Failed to find controller by type and camera id(Front); Controller with ID: optical image stabilization controller for camera: Front not present in device_context 11-28 10:18:20.466 866 1551 W Lyric : device_context.cc:375: NotifyCaptureSessionClose: No OisController found for physical camera FrontVirtual. Status: NOT_FOUND: Failed to find controller by type and camera id(FrontVirtual); Controller with ID: optical image stabilization controller for camera: FrontVirtual not present in device_context 11-28 10:18:20.469 866 1552 I G3ACoordinator: front_als_manager.cc:198: Front ALS sensor disabled 11-28 10:18:20.476 1569 2812 D ShortcutService: rescanPackageIfNeeded 0@com.spotify.music, forceRescan=false , isNewApp=false 11-28 10:18:20.480 866 24966 W Lyric : graph_runner.cc:211: GraphRunner::StopGraph(1) called on a graph that is not running. 11-28 10:18:20.481 866 24966 I Lyric : camera_latency_analyzer.cc:99: [CLA] Cam1-Close 11-28 10:18:20.481 866 24966 I Lyric : camera_latency_analyzer.cc:101: [CLA] Flush latency: 54.4565 11-28 10:18:20.481 866 24966 I Lyric : camera_latency_analyzer.cc:101: [CLA] <-- IDLE --> latency: 0.290528 11-28 10:18:20.481 866 24966 I Lyric : camera_latency_analyzer.cc:101: [CLA] Close latency: 86.9479 11-28 10:18:20.481 866 24966 I Lyric : camera_latency_analyzer.cc:101: [CLA] Overall latency: 141.706 11-28 10:18:20.481 866 24966 I Lyric : camera_latency_analyzer.cc:101: [CLA] HAL Total latency: 141.399 11-28 10:18:20.485 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 1 time = 88ms 11-28 10:18:20.486 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_InitFlocculeDetectionTemplate] floc_base_update=0 frame_num=335 11-28 10:18:20.491 1569 1645 D CompatChangeReporter: Compat change id reported: 297989574; UID 10298; state: ENABLED 11-28 10:18:20.495 1569 2005 D Biometrics/AcquisitionClient: onErrorInternal code: 5, finish: true 11-28 10:18:20.496 1569 2005 V BiometricLogger: Error latency: 441 11-28 10:18:20.496 1569 2005 D BiometricSchedulerOperation: [Finished / destroy]: {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0} 11-28 10:18:20.497 1569 2005 V ALSProbe: Disable ALS: 4930323 11-28 10:18:20.501 1569 2005 D BiometricScheduler: [Finishing] {[1854] com.android.server.biometrics.sensors.face.aidl.FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=858, userId=0}, success: false 11-28 10:18:20.501 1569 2005 D BiometricScheduler: [Polled] {[1855] com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient, proto=12, owner=android, cookie=0, requestId=-1, userId=0}, State: 0 11-28 10:18:20.501 1569 2005 D BiometricScheduler: [Started] {[1855] com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient, proto=12, owner=android, cookie=0, requestId=-1, userId=0} 11-28 10:18:20.507 1569 2005 V BiometricSchedulerOperation: started: {[1855] com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient, proto=12, owner=android, cookie=0, requestId=-1, userId=0}, State: 2 11-28 10:18:20.510 1569 1691 V WindowManager: Sent Transition (#4366) createdAt=11-28 10:18:20.310 via request=TransitionRequestInfo { type = TO_BACK, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 260, debugId = 4366 } 11-28 10:18:20.510 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:18:20.511 1569 1691 V WindowManager: info={id=4366 t=TO_BACK f=0x104 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:18:20.511 1569 1691 V WindowManager: {WCT{RemoteToken{90fb35b Task{54e6147 #48114 type=standard A=10177:com.google.android.youtube}}} m=TO_FRONT f=TRANSLUCENT p=WCT{RemoteToken{1ed1451 DefaultTaskDisplayArea@15847529}} leash=Surface(name=Task=48114)/@0xc489855 sb=Rect(410, 1838 - 972, 2154) eb=Rect(410, 1838 - 972, 2154) eo=Point(410, 1838) d=0 taskParent=-1}, 11-28 10:18:20.511 1569 1691 V WindowManager: {WCT{RemoteToken{728355f Task{7d9268b #48122 type=standard A=10298:com.spotify.music}}} m=TO_FRONT f=NONE p=WCT{RemoteToken{1ed1451 DefaultTaskDisplayArea@15847529}} leash=Surface(name=Task=48122)/@0xc6b21b9 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:18:20.511 1569 1691 V WindowManager: {WCT{RemoteToken{1ed1451 DefaultTaskDisplayArea@15847529}} m=TO_FRONT f=NONE leash=Surface(name=DefaultTaskDisplayArea)/@0x895aac1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:18:20.511 1569 1691 V WindowManager: ]} 11-28 10:18:20.513 2046 2065 D WindowManagerShell: onTaskInfoChanged: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) oldParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(1230, 5514 - 1791, 5830) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) newParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(1230, 5514 - 1791, 5830) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) 11-28 10:18:20.515 2046 2716 V WindowManagerShell: onTransitionReady(transaction=6738803957562) 11-28 10:18:20.515 2046 2065 V WindowManagerShell: onTransitionReady (#4366) android.os.BinderProxy@dd4a865: {id=4366 t=TO_BACK f=0x104 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@ac01742} m=TO_FRONT f=TRANSLUCENT p=WCT{android.window.IWindowContainerToken$Stub$Proxy@9ec3353} leash=Surface(name=Task=48114)/@0x2cc55b6 sb=Rect(410, 1838 - 972, 2154) eb=Rect(410, 1838 - 972, 2154) eo=Point(410, 1838) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@6675490} m=TO_FRONT f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@d231189} leash=Surface(name=Task=48122)/@0x3e222b7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@3c658e} m=TO_FRONT f=NONE leash=Surface(name=DefaultTaskDisplayArea)/@0xe66ba24 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:18:20.515 2046 2065 V WindowManagerShell: Playing animation for (#4366) android.os.BinderProxy@dd4a865@0 11-28 10:18:20.515 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:18:20.515 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:18:20.515 2046 2065 V WindowManagerShell: start keyguard going-away transition, info = {id=4366 t=TO_BACK f=0x104 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@ac01742} m=TO_FRONT f=TRANSLUCENT p=WCT{android.window.IWindowContainerToken$Stub$Proxy@9ec3353} leash=Surface(name=Task=48114)/@0x2cc55b6 sb=Rect(410, 1838 - 972, 2154) eb=Rect(410, 1838 - 972, 2154) eo=Point(410, 1838) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@6675490} m=TO_FRONT f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@d231189} leash=Surface(name=Task=48122)/@0x3e222b7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@3c658e} m=TO_FRONT f=NONE leash=Surface(name=DefaultTaskDisplayArea)/@0xe66ba24 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:18:20.515 2046 2065 D KeyguardService: Starts IRemoteAnimationRunner: info={id=4366 t=TO_BACK f=0x104 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@ac01742} m=TO_FRONT f=TRANSLUCENT p=WCT{android.window.IWindowContainerToken$Stub$Proxy@9ec3353} leash=Surface(name=Task=48114)/@0x2cc55b6 sb=Rect(410, 1838 - 972, 2154) eb=Rect(410, 1838 - 972, 2154) eo=Point(410, 1838) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@6675490} m=TO_FRONT f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@d231189} leash=Surface(name=Task=48122)/@0x3e222b7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@3c658e} m=TO_FRONT f=NONE leash=Surface(name=DefaultTaskDisplayArea)/@0xe66ba24 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:18:20.517 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:18:20.522 1569 2005 D LockoutCache: Lockout for user: 0 is 0 11-28 10:18:20.521 0 0 I trusty : logging.cc: 75: ***: :214: Command Received: TzResetLockout 11-28 10:18:20.523 0 0 I trusty : logging.cc: 75: ***"faceauth": :185: Session finished, current heap footprint: 2150400, maximum footprint: 11640832 11-28 10:18:20.525 1569 2812 D CompatChangeReporter: Compat change id reported: 311402873; UID 10298; state: ENABLED 11-28 10:18:20.525 1569 2812 D CompatChangeReporter: Compat change id reported: 323349338; UID 10298; state: ENABLED 11-28 10:18:20.525 1569 2005 D BiometricSchedulerOperation: [Finished / destroy]: {[1855] com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient, proto=12, owner=android, cookie=0, requestId=-1, userId=0} 11-28 10:18:20.525 1569 2005 D BiometricScheduler: [Finishing] {[1855] com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient, proto=12, owner=android, cookie=0, requestId=-1, userId=0}, success: true 11-28 10:18:20.530 1569 2005 D BiometricScheduler: No operations, returning to idle 11-28 10:18:20.542 0 0 I trusty : [GF_TA][I][gf_algo_adapter][gf_adt_UpdataCaliInfoForFusion] update_base_flag=0xa 11-28 10:18:20.542 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 2 time = 57ms 11-28 10:18:20.543 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_autocali_count=15 post_auth_save_flag=0. 11-28 10:18:20.543 0 0 I trusty : [GF_TA][I][gf_cali][cali_handle_event] auth_save_extra_feature_count=5 save_extra_feature_flag=0. 11-28 10:18:20.543 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 3 time = 0ms 11-28 10:18:20.545 0 0 I trusty : [GF_TA][E][gf_algo_auth][gf_algo_do_post_authenticate] skip stage=4 11-28 10:18:20.545 0 0 I trusty : [GF_TA][I][gf_big_data][gf_get_study_time_big_data_info] study step = 4 time = 0ms 11-28 10:18:20.545 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time = 0ms 11-28 10:18:20.545 0 0 I trusty : [GF_TA][I][gf_delmar_algo][algo_on_authenticate_end] auth stop time + total study time = 145ms 11-28 10:18:20.547 1569 2812 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:20.549 0 0 I trusty : [GF_TA][I][gf_algo_usr_portrait][gf_portrait_detect_finger_status] rty:0, pemResult:4 finger status: 1 11-28 10:18:20.561 0 0 I trusty : [GF_TA][E][gf_algo_customized][gf_customized_algo_cmd_entry]GF_DUMP_BIG_DATA_CMD, bd_cmd->big_data_type=1 11-28 10:18:20.561 0 0 I trusty : [GF_TA][I][gf_algo_customized][fill_auth_big_data] continuous_update_flag:0x0a 11-28 10:18:20.578 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.apps.nexuslauncheruser=0 pkg=com.spotify.music 11-28 10:18:20.581 1569 2007 D ShortcutService: Saving package item com.spotify.music to /data/system_ce/0/shortcut_service/packages/com.spotify.music.xml 11-28 10:18:20.598 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.android.systemuiuser=0 pkg=com.spotify.music 11-28 10:18:20.599 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.spotify.music 11-28 10:18:20.604 2046 2065 D WindowManagerShell: onTaskInfoChanged: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) oldParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(1230, 5514 - 1791, 5830) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) newParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(1640, 7352 - 2201, 7668) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=true isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) 11-28 10:18:20.604 2046 2065 D WindowManagerShell: onTaskInfoChanged: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) oldParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(1640, 7352 - 2201, 7668) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=true isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) newParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(2050, 9190 - 2611, 9506) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=true isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) 11-28 10:18:20.605 1569 2199 I MediaSessionStack: onPlaybackStateChanged - Pushing session to top | record: com.google.android.youtube/YouTube playerlib/287 (userId=0) 11-28 10:18:20.678 1569 1965 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback null 11-28 10:18:20.727 1569 2812 I MR2ServiceImpl: setDiscoveryRequestWithRouter2 | router: com.spotify.music(id: 61), discovery request: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=true } 11-28 10:18:20.729 1569 2002 I MR2ServiceImpl: Updating composite discovery preference | preference: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=true }, active routers: [com.spotify.music] 11-28 10:18:20.758 1569 1965 D FaceProvider/default: Starting watchdog for face 11-28 10:18:20.772 1569 3412 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE] 11-28 10:18:20.807 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [11f5f9a1cb1afde721f2963fba4cfde341473a36 | LS50 Wireless II-154272] 11-28 10:18:20.846 1569 1965 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36] 11-28 10:18:20.854 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [41b4a0aada118aaf66767c6f41d8bccb | Office TV] 11-28 10:18:20.867 1569 1703 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:41b4a0aada118aaf66767c6f41d8bccb] 11-28 10:18:20.885 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [4840d2555bd5f0b995eb76723c6c9055 | Bedroom] 11-28 10:18:20.899 1569 3412 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:4840d2555bd5f0b995eb76723c6c9055,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:41b4a0aada118aaf66767c6f41d8bccb] 11-28 10:18:20.919 1569 1695 E AlarmManager: Attempt to decrement existing alarm count 0 by 1 for uid 1000 11-28 10:18:20.923 2046 2046 D KeyguardService: Finish IRemoteAnimationRunner. 11-28 10:18:20.923 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4366) android.os.BinderProxy@dd4a865@0 11-28 10:18:20.927 1569 1691 V WindowManager: Finish Transition (#4366): created at 11-28 10:18:20.310 collect-started=0.302ms request-sent=0.468ms started=14.28ms ready=14.242ms sent=198.488ms finished=614.143ms 11-28 10:18:20.931 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:18:20.931 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:18:20.932 1569 3412 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:20.988 1569 1703 D FingerprintProvider/default: Starting watchdog for fingerprint 11-28 10:18:20.998 2046 2065 D WindowManagerShell: setPipVisibility: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) visible=true 11-28 10:18:20.998 1569 3412 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:21.001 1569 3414 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:21.001 1569 1703 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:21.002 1569 1703 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:21.008 1569 3412 W PackageConfigPersister: App-specific configuration not found for packageName: com.spotify.music and userId: 0 11-28 10:18:21.031 1569 1863 D ActivityManager: sync unfroze 16345 com.google.android.apps.turbo:aab for 6 11-28 10:18:21.033 1569 1703 D SystemServerTiming: getUserSwitchability-0 11-28 10:18:21.033 1569 1703 D SystemServerTiming: TM.isInCall 11-28 10:18:21.035 1569 1703 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:18:21.035 1569 1703 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:18:21.035 1569 1703 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:18:21.155 1569 3412 D ActivityManager: sync unfroze 9008 com.google.android.turboadapter for 6 11-28 10:18:21.256 1569 1703 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@1443a0f, mPriority=0, mIsAnimationCallback=false} 11-28 10:18:21.309 1569 1703 D SystemServerTiming: getUserSwitchability-0 11-28 10:18:21.309 1569 1703 D SystemServerTiming: TM.isInCall 11-28 10:18:21.310 1569 1703 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:18:21.310 1569 1645 D SystemServerTiming: getUserSwitchability-0 11-28 10:18:21.310 1569 1645 D SystemServerTiming: TM.isInCall 11-28 10:18:21.310 1569 1703 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:18:21.310 1569 1703 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:18:21.310 1569 1645 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:18:21.310 1569 1645 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:18:21.310 1569 1645 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:18:21.353 866 1780 I Lyric : spectral_driver.cc:319: Flicker sampling has been disabled. 11-28 10:18:21.490 1569 2216 D BiometricService: canAuthenticate: User=0, Caller=0, Authenticators=32768 11-28 10:18:21.490 1569 2216 D BiometricService/PreAuthInfo: getCanAuthenticateInternal Modality: 1 AuthenticatorStatus: 1 11-28 10:18:21.490 1569 2216 D AuthService: canAuthenticate, userId: 0, callingUserId: 0, authenticators: 32768, result: 0 11-28 10:18:21.491 1569 2216 D BiometricService: canAuthenticate: User=0, Caller=0, Authenticators=32768 11-28 10:18:21.492 1569 2216 D BiometricService/PreAuthInfo: getCanAuthenticateInternal Modality: 1 AuthenticatorStatus: 1 11-28 10:18:21.492 1569 2216 D AuthService: canAuthenticate, userId: 0, callingUserId: 0, authenticators: 32768, result: 0 11-28 10:18:21.515 1569 3225 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785500320 11-28 10:18:21.519 1569 2216 D ActivityManager: sync unfroze 26633 com.android.settings for 7 11-28 10:18:21.537 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.543 1569 2199 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785500320 11-28 10:18:21.544 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.545 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.545 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.546 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.546 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.550 1569 2199 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785500320 11-28 10:18:21.551 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.552 1569 2199 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:18:21.553 1569 2199 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:18:21.553 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.553 1569 2199 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:18:21.553 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.553 1569 2199 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:18:21.553 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.554 1569 3739 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:18:21.554 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.554 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.559 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.561 1569 3412 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785500320 11-28 10:18:21.563 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.563 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.564 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.564 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.564 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.565 1569 2216 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785500320 11-28 10:18:21.568 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.570 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.570 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.570 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.571 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.571 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.576 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.578 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.578 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.578 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.578 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.578 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.582 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.584 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.584 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.584 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.585 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.585 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.589 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.591 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.591 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.591 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.591 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.592 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.595 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.596 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.596 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.597 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.597 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.597 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.606 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.607 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.608 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.608 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.608 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.608 1569 3225 D CompatChangeReporter: Compat change id reported: 262645982; UID 10188; state: ENABLED 11-28 10:18:21.608 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.612 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.614 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.614 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.615 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.615 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.615 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.634 1569 1706 D ActivityManager: sync unfroze 28269 com.google.android.gm for 3 11-28 10:18:21.641 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.642 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.643 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.643 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.643 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.643 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.647 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.652 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.653 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.654 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.654 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.654 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.664 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.665 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.666 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.666 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.666 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.666 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.677 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.682 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.683 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.683 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.686 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.687 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.689 1569 1706 D ActivityManager: sync unfroze 28360 com.bandcamp.android for 3 11-28 10:18:21.696 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.698 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.698 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.698 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.698 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.698 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.702 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.704 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.704 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.704 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.705 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.705 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.711 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.713 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.713 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.713 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.713 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.714 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.724 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.726 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.726 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.726 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.726 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.727 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.739 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.742 523 554 E keystore2: system/security/keystore2/src/error.rs:171 - system/security/keystore2/src/security_level.rs:317 11-28 10:18:21.742 523 554 E keystore2: 11-28 10:18:21.742 523 554 E keystore2: Caused by: 11-28 10:18:21.742 523 554 E keystore2: 0: system/security/keystore2/src/enforcements.rs:623: matching auth token is expired. 11-28 10:18:21.742 523 554 E keystore2: 1: Error::Km(r#KEY_USER_NOT_AUTHENTICATED) 11-28 10:18:21.744 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.745 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.745 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.746 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.746 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.758 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.762 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.763 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.763 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.764 1569 3412 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.766 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.782 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.783 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.784 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.784 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.784 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.784 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.809 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.811 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.811 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.811 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.811 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.812 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.818 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.819 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.820 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.820 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.820 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.820 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.824 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.826 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.826 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.826 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.826 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.826 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.831 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.833 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.833 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.833 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.833 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.833 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.840 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.844 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.845 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.845 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.845 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.845 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.850 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.851 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.852 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.852 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.852 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.852 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.858 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.860 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.860 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.860 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.860 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.861 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.866 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.883 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.883 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.884 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.884 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.884 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.903 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.905 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.906 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.906 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.906 1569 3739 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.907 1569 3739 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.926 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.931 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.933 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.934 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.934 1569 3483 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.935 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.945 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.946 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.947 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.947 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.947 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.948 1569 1703 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.955 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.958 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.959 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.959 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.960 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.960 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.964 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.966 1569 3739 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.966 1569 3739 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.966 1569 3483 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.966 1569 3483 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.967 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.992 1569 1645 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.994 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.994 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.994 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.994 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:21.995 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.019 1569 2199 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.021 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.025 1569 3692 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.026 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.026 1569 3692 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.026 1569 3692 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.032 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.033 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.034 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.034 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.034 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.035 1569 2207 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.039 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.040 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.041 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.041 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.041 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.041 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.047 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.048 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.049 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.049 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.049 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.050 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.054 1569 1965 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.056 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.056 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.056 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.056 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.057 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1000, oldMode = allow 11-28 10:18:22.112 1569 3411 D CompatChangeReporter: Compat change id reported: 253665015; UID 10188; state: ENABLED 11-28 10:18:22.176 1569 1965 D ActivityManager: sync unfroze 21437 com.google.android.gms.unstable for 6 11-28 10:18:22.210 1569 1569 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:18:22.290 2046 2065 D WindowManagerShell: onTaskInfoChanged: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) oldParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(2050, 9190 - 2611, 9506) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=true isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) newParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(2460, 11028 - 3021, 11344) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) 11-28 10:18:22.291 2046 2065 D WindowManagerShell: onTaskInfoChanged: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) oldParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(2460, 11028 - 3021, 11344) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) newParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(2870, 12866 - 3431, 13182) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) 11-28 10:18:22.612 1569 1706 D ActivityManager: sync unfroze 21134 com.google.android.settings.intelligence for 3 11-28 10:18:22.905 1569 2036 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:18:23.603 1569 2036 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.spotify.music 11-28 10:18:24.001 1569 1863 D ActivityManager: sync unfroze 12039 com.google.android.apps.safetyhub for 6 11-28 10:18:24.033 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:18:24.042 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:24.044 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:24.045 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:24.063 1569 10738 I StorageManagerService: Storage lifetime: 1 11-28 10:18:24.064 1569 10738 I StorageManagerService: Set smart idle maintenance: latest write amount: 648, average write amount: 826, min segment threshold: 512, dirty reclaim rate: 0.5, segment reclaim weight: 2.0, period(min): 60, min gc sleep time(ms): 5000, target dirty ratio: 80 11-28 10:18:24.065 509 509 I vold : Trigger GC for target dirty ratio diff of: 17 11-28 10:18:24.065 509 509 I vold : Successfully set gc urgent mode: free segments: 465, reclaim target: 3401, sleep time: 5000 11-28 10:18:24.065 1569 10738 I SmartStorageMaintIdler: Got smart storage maintenance service completion callback 11-28 10:18:24.102 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:18:24.103 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:24.105 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:24.105 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:24.136 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.138 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.139 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.147 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.148 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.151 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.158 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.164 1569 3411 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/kc 11-28 10:18:24.165 1569 3411 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/kc 11-28 10:18:24.165 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/kc 11-28 10:18:24.165 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/kc 11-28 10:18:24.166 1569 3411 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/kc 11-28 10:18:24.167 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.168 1569 3411 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/kc 11-28 10:18:24.168 1569 3411 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/kc 11-28 10:18:24.170 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.172 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.173 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.175 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.176 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.177 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.178 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.179 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:24.181 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:18:24.181 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:18:24.188 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/kg 11-28 10:18:24.189 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/kg 11-28 10:18:24.190 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/kg 11-28 10:18:24.196 1569 2036 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/kg 11-28 10:18:24.196 1569 2036 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/kg 11-28 10:18:24.227 1569 2199 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/lA 11-28 10:18:24.228 1569 2199 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/lA 11-28 10:18:24.228 1569 2199 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/lA 11-28 10:18:24.228 1569 2199 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/lA 11-28 10:18:24.229 1569 2199 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/lA 11-28 10:18:24.230 1569 2199 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/lA 11-28 10:18:24.230 1569 2199 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/lA 11-28 10:18:24.237 1569 2199 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/lU 11-28 10:18:24.238 1569 2199 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/lU 11-28 10:18:24.239 1569 2199 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/lU 11-28 10:18:24.241 1569 2199 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/lU 11-28 10:18:24.241 1569 2199 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/lU 11-28 10:18:24.304 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/ls 11-28 10:18:24.305 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/ls 11-28 10:18:24.305 1569 2036 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/ls 11-28 10:18:24.305 1569 2036 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/ls 11-28 10:18:24.306 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/ls 11-28 10:18:24.307 1569 2036 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/ls 11-28 10:18:24.307 1569 2036 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/ls 11-28 10:18:24.318 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/lw 11-28 10:18:24.319 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/lw 11-28 10:18:24.321 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/lw 11-28 10:18:24.322 1569 2036 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/lw 11-28 10:18:24.322 1569 2036 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/lw 11-28 10:18:25.010 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.012 1569 2199 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.014 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.016 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.018 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.020 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.022 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.024 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.027 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.029 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.031 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.034 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.037 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.039 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.040 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.042 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.044 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.047 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.049 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.053 1569 2199 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.055 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.059 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.061 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.063 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.065 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.068 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.071 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.072 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.074 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:25.076 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:18:26.609 1569 1863 D CompatChangeReporter: Compat change id reported: 262645982; UID 10189; state: ENABLED 11-28 10:18:26.609 1569 1863 D CompatChangeReporter: Compat change id reported: 262645982; UID 10255; state: ENABLED 11-28 10:18:26.613 1569 1863 D CompatChangeReporter: Compat change id reported: 262645982; UID 10273; state: ENABLED 11-28 10:18:26.702 1569 1873 D ActivityManager: freezing 19743 com.shannon.rcsservice:shannonrcsservice 11-28 10:18:26.705 1569 1873 D ActivityManager: freezing 19550 com.google.android.carrier 11-28 10:18:26.709 1569 2216 W ProcessStats: Tracking association SourceState{9af7fe8 com.google.android.gms/10148 BTop #1095226} whose proc state 2 is better than process ProcessState{5fc43bc com.google.android.gms.unstable/10148 pkg=com.google.android.gms} proc state 14 (126 skipped) 11-28 10:18:27.078 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:18:27.795 1569 1569 D ActivityManager: sync unfroze 422 com.google.android.apps.photos for 10 11-28 10:18:28.222 1569 1707 I ActivityManager: Start proc 10766:co.mona.android/u0a282 for broadcast {co.mona.android/com.braze.push.BrazePushReceiver} 11-28 10:18:28.263 1569 1863 D CompatChangeReporter: Compat change id reported: 271850009; UID 10282; state: ENABLED 11-28 10:18:28.346 1569 2216 D CompatChangeReporter: Compat change id reported: 311208629; UID 10179; state: ENABLED 11-28 10:18:28.577 1569 2036 D CompatChangeReporter: Compat change id reported: 161145287; UID 10282; state: ENABLED 11-28 10:18:28.653 1569 2199 D CompatChangeReporter: Compat change id reported: 261072174; UID 10282; state: ENABLED 11-28 10:18:29.514 1569 2036 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback null 11-28 10:18:29.549 1569 2216 W PackageConfigPersister: App-specific configuration not found for packageName: com.spotify.music and userId: 0 11-28 10:18:30.017 2046 2065 V ShellRecents: RecentsTransitionHandler.startRecentsTransition 11-28 10:18:30.017 2046 2065 V WindowManagerShell: Directly starting a new transition type=3 wct=WindowContainerTransaction { changes = {} hops = [{PendingIntent: options=Bundle[mParcelledData.dataSize=544]}] errorCallbackToken=null taskFragmentOrganizer=null } handler=com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:18:30.020 2046 2065 V ShellRecents: [7180498] RecentsController.setTransition: id=android.os.BinderProxy@532d5a3 11-28 10:18:30.060 2046 2716 V WindowManagerShell: onTransitionReady(transaction=6738803957625) 11-28 10:18:30.060 2046 2065 V WindowManagerShell: onTransitionReady (#4367) android.os.BinderProxy@532d5a3: {id=4367 t=TO_FRONT f=0x80 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@36056cc} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x2ced0a0 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@83f4d15} m=TO_BACK f=NONE leash=Surface(name=Task=48122)/@0x15fc459 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x96fe81e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:18:30.061 2046 2065 V WindowManagerShell: Playing animation for (#4367) android.os.BinderProxy@532d5a3@0 11-28 10:18:30.061 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:18:30.061 2046 2065 V ShellRecents: [7180498] RecentsController.start 11-28 10:18:30.062 2046 2065 V ShellRecents: adding pausing leaf taskId=48122 at layer=8 11-28 10:18:30.062 2046 2065 V ShellRecents: Applying transaction=6738803957625 11-28 10:18:30.063 1569 2036 W ActivityTaskManager: takeTaskSnapshot: taskId=48102 not found or not visible 11-28 10:18:30.063 2046 2065 V ShellRecents: Trying to get a handler for takeover but the flag is disabled 11-28 10:18:30.063 2046 2065 V ShellRecents: [7180498] RecentsController.start: calling onAnimationStart with 2 apps 11-28 10:18:30.063 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:18:30.065 1569 1691 V WindowManager: Sent Transition (#4367) createdAt=11-28 10:18:30.017 11-28 10:18:30.065 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [{PendingIntent: options=Bundle[{android.activity.splashScreenStyle=-1, android.activity.sourceInfo=android.app.ActivityOptions$SourceInfo@8356e9b, android.pendingIntent.backgroundActivityAllowedByPermission=true, android:activity.animAbortListener=null, android.activity.transientLaunch=true}]}] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:18:30.065 1569 1691 V WindowManager: info={id=4367 t=TO_FRONT f=0x80 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:18:30.065 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:18:30.065 1569 1691 V WindowManager: {WCT{RemoteToken{728355f Task{7d9268b #48122 type=standard A=10298:com.spotify.music}}} m=TO_BACK f=NONE leash=Surface(name=Task=48122)/@0xc6b21b9 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:18:30.065 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:18:30.065 1569 1691 V WindowManager: ]} 11-28 10:18:30.066 1569 2036 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:30.068 1569 2036 W ActivityTaskManager: takeTaskSnapshot: taskId=48102 not found or not visible 11-28 10:18:30.071 1569 3414 W ActivityTaskManager: takeTaskSnapshot: taskId=48102 not found or not visible 11-28 10:18:30.082 2046 2065 V ShellRecents: [7180498] RecentsController.setInputConsumerEnabled: set focus to recents 11-28 10:18:30.095 1569 2216 W ActivityTaskManager: takeTaskSnapshot: taskId=48102 not found or not visible 11-28 10:18:30.095 1569 1898 E HandwritingModeController: Cannot get requestId: Handwriting was not initialized. 11-28 10:18:30.142 2046 8380 V ShellRecents: [7180498] RecentsController.detachNavigationBarFromApp 11-28 10:18:30.147 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=true, height=431 11-28 10:18:30.147 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@2546d93] initially started due to: PipTaskOrganizer::mPipAnimationCallback is started 11-28 10:18:30.589 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@2546d93] initially started due to: PipTaskOrganizer::mPipAnimationCallback is closed 11-28 10:18:30.593 2046 2065 D WindowManagerShell: onTaskInfoChanged: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=entered-pip, mInSwipePipToHomeTransition=false) oldParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(2870, 12866 - 3431, 13182) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) newParams=PictureInPictureParams( aspectRatio=16/9 expandedAspectRatio=null sourceRectHint=Rect(2870, 12866 - 3431, 13182) hasSetActions=true hasSetCloseAction=false isAutoPipEnabled=false isSeamlessResizeEnabled=true title=null subtitle=null isLaunchIntoPip=false) 11-28 10:18:30.757 2046 8380 V ShellRecents: [7180498] RecentsController.screenshotTask: taskId=48122 11-28 10:18:30.775 2046 2065 V ShellRecents: [7180498] RecentsController.finishInner: toHome=true userLeave=true willFinishToHome=true state=0 11-28 10:18:30.775 2046 2065 V ShellRecents: normal finish 11-28 10:18:30.775 2046 2065 V ShellRecents: [7180498] RecentsController.cleanup 11-28 10:18:30.775 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4367) android.os.BinderProxy@532d5a3@0 11-28 10:18:30.776 1569 1691 V WindowManager: Finish Transition (#4367): created at 11-28 10:18:30.017 collect-started=0.062ms started=0.092ms ready=10.984ms sent=40.925ms finished=758.927ms 11-28 10:18:30.779 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:18:30.779 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:18:30.779 2046 2065 V ShellRecents: [7180498] RecentsController.finishInner: calling finish callback 11-28 10:18:30.780 1569 2207 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:30.783 1569 2207 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:30.788 1569 2002 I MR2ServiceImpl: Updating composite discovery preference | preference: RouteDiscoveryRequest{ preferredFeatures={}, activeScan=false }, active routers: [] 11-28 10:18:30.796 1569 2002 I MR2ServiceImpl: removeProviderRoutes | provider: com.google.android.gms/.cast.media.CastMediaRoute2ProviderService_Persistent, routes: [2c512365758da336d07628fbaee5ac49 | LS50 Wireless II-154272, bcf4efbf-845a-484c-a488-f1d213ed174a | Bedroom, 414d34f181c6c5e9662c044cea3f21a2 | Office TV] 11-28 10:18:30.797 1569 2002 I MR2ServiceImpl: removeProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [41b4a0aada118aaf66767c6f41d8bccb | Office TV, 4840d2555bd5f0b995eb76723c6c9055 | Bedroom, 11f5f9a1cb1afde721f2963fba4cfde341473a36 | LS50 Wireless II-154272] 11-28 10:18:30.802 1569 1695 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 11-28 10:18:30.818 1569 2216 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:18:30.884 1569 3692 W ActivityTaskManager: takeTaskSnapshot: taskId=48102 not found or not visible 11-28 10:18:31.127 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@bce4fef] initially started due to: DefaultPipTouchGesture#onDown is started 11-28 10:18:31.247 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@f1a6fa6] initially started due to: startBoundsAnimator is started 11-28 10:18:31.286 1569 1873 D ActivityManager: freezing 9008 com.google.android.turboadapter 11-28 10:18:31.481 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@f1a6fa6] initially started due to: startBoundsAnimator is closed 11-28 10:18:31.553 1569 1755 I AppsFilter: interaction: PackageSetting{9a4d078 com.google.android.microdroid.empty_payload/10262} -> PackageSetting{73b3e28 co.mona.android/10282} BLOCKED 11-28 10:18:31.556 1569 1863 D CompatChangeReporter: Compat change id reported: 262645982; UID 10282; state: ENABLED 11-28 10:18:31.559 1569 2007 D ShortcutService: received package broadcast intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package: flg=0x45000010 (has extras) } 11-28 10:18:31.559 1569 2007 D ShortcutService: changing package: co.mona.android userId0 11-28 10:18:31.559 1569 2007 D ShortcutService: handlePackageChanged: co.mona.android user=0 11-28 10:18:31.559 1569 2007 D ShortcutService: rescanPackageIfNeeded 0@co.mona.android, forceRescan=true , isNewApp=false 11-28 10:18:31.560 1569 2007 D ShortcutService: Package co.mona.android has 0 manifest shortcut(s), and 0 share target(s) 11-28 10:18:31.560 1569 2007 D ShortcutService: Package co.mona.android updated, version 1208336 -> 1208336 11-28 10:18:31.561 1569 1983 D AppWidgetServiceImpl: Trying to notify widget providers changed 11-28 10:18:31.574 1569 3414 D ActivityManager: sync unfroze 18255 com.google.android.euicc for 6 11-28 10:18:31.580 1569 2024 D ActivityManager: sync unfroze 2667 com.google.android.permissioncontroller for 6 11-28 10:18:31.592 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:18:31.597 1569 2007 D ShortcutService: Package co.mona.android: publishing manifest shortcuts 11-28 10:18:31.597 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:18:31.597 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:18:31.598 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:18:31.598 1569 2216 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:18:31.598 1569 3414 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:18:31.607 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@fc3e183] initially started due to: startBoundsAnimator is started 11-28 10:18:31.698 1569 2007 D ShortcutService: Saving package item co.mona.android to /data/system_ce/0/shortcut_service/packages/co.mona.android.xml 11-28 10:18:31.802 1569 1873 D ActivityManager: freezing 16345 com.google.android.apps.turbo:aab 11-28 10:18:31.826 1569 1705 W MagnificationConnectionManager: requestConnection duplicated request: connect=false, mConnectionState=DISCONNECTED 11-28 10:18:31.879 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.apps.nexuslauncheruser=0 pkg=co.mona.android 11-28 10:18:31.880 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.android.systemuiuser=0 pkg=co.mona.android 11-28 10:18:31.880 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=co.mona.android 11-28 10:18:31.891 523 10503 I keystore2: system/security/keystore2/watchdog/src/lib.rs:319 - Watchdog thread idle -> terminating. Have a great day. 11-28 10:18:31.964 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@25912df] initially started due to: PipTaskOrganizer::mPipAnimationCallback is started 11-28 10:18:31.966 2046 2065 D WindowManagerShell: removePip: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=exiting-pip, mInSwipePipToHomeTransition=false) 11-28 10:18:31.966 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@fc3e183] initially started due to: startBoundsAnimator is closed 11-28 10:18:32.231 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@25912df] initially started due to: PipTaskOrganizer::mPipAnimationCallback is closed 11-28 10:18:32.231 2046 2065 D WindowManagerShell: removePipImmediately: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=exiting-pip, mInSwipePipToHomeTransition=false) 11-28 10:18:32.231 2046 2065 V WindowManagerShell: Directly starting a new transition type=1003 wct=WindowContainerTransaction { changes = {android.os.BinderProxy@b09c34e={bounds:Rect(0, 0 - 0, 0),}} hops = [{reorder: android.os.BinderProxy@b09c34e to bottom}] errorCallbackToken=null taskFragmentOrganizer=null } handler=com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:18:32.244 1569 1691 V WindowManager: Sent Transition (#4368) createdAt=11-28 10:18:32.232 11-28 10:18:32.244 2046 2065 D WindowManagerShell: onTaskVanished: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=exiting-pip, mInSwipePipToHomeTransition=false) 11-28 10:18:32.244 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {RemoteToken{90fb35b Task{54e6147 #48114 type=standard A=10177:com.google.android.youtube}}={bounds:Rect(0, 0 - 0, 0),}} hops = [{reorder: RemoteToken{90fb35b Task{54e6147 #48114 type=standard A=10177:com.google.android.youtube}} to bottom}] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:18:32.244 1569 1691 V WindowManager: info={id=4368 t=FIRST_CUSTOM+3 f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:18:32.244 1569 1691 V WindowManager: {WCT{RemoteToken{90fb35b Task{54e6147 #48114 type=standard A=10177:com.google.android.youtube}}} m=TO_BACK f=NONE leash=Surface(name=Task=48114)/@0xc489855 sb=Rect(410, 1461 - 972, 1777) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:18:32.244 1569 1691 V WindowManager: ]} 11-28 10:18:32.245 2046 2145 V WindowManagerShell: onTransitionReady(transaction=6738803957690) 11-28 10:18:32.246 2046 2065 D WindowManagerShell: onActivityUnpinned: null 11-28 10:18:32.247 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:32.253 2046 2065 V WindowManagerShell: onTransitionReady (#4368) android.os.BinderProxy@1e5fdfb: {id=4368 t=FIRST_CUSTOM+3 f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@d71ce18} m=TO_BACK f=NONE leash=Surface(name=Task=48114)/@0xedcf9f5 sb=Rect(410, 1461 - 972, 1777) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:18:32.253 2046 2065 V WindowManagerShell: Playing animation for (#4368) android.os.BinderProxy@1e5fdfb@0 11-28 10:18:32.253 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:18:32.255 2046 2065 D WindowManagerShell: onExitPipFinished: ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.MainActivity}, state=PipTransitionState(mState=exiting-pip, mInSwipePipToHomeTransition=false) leash=Surface(name=Task=48114)/@0x140693b 11-28 10:18:32.258 1569 2199 W WindowManager: Failed looking up window session=Session{e6e3802 2046:u0a10240} callers=com.android.server.wm.WindowManagerService.removeClientToken:2058 com.android.server.wm.Session.remove:274 android.view.IWindowSession$Stub.onTransact:685 11-28 10:18:32.260 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4368) android.os.BinderProxy@1e5fdfb@0 11-28 10:18:32.262 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:18:32.262 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:18:32.262 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:18:32.262 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:18:32.262 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:18:32.262 1569 1691 V WindowManager: Finish Transition (#4368): created at 11-28 10:18:32.232 collect-started=0.126ms started=0.185ms ready=4.798ms sent=10.21ms finished=28.836ms 11-28 10:18:32.269 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:18:32.614 1569 1873 D ActivityManager: freezing 21134 com.google.android.settings.intelligence 11-28 10:18:32.739 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:18:32.745 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:32.747 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:32.749 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:33.131 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:18:33.132 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:33.133 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:33.135 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:33.629 1569 1873 D ActivityManager: freezing 27357 android.process.acore 11-28 10:18:34.104 1569 1873 D ActivityManager: freezing 12039 com.google.android.apps.safetyhub 11-28 10:18:34.883 1569 2207 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=co.mona.android 11-28 10:18:34.885 1569 3414 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=co.mona.android 11-28 10:18:35.426 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:35.426 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:35.426 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:35.426 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:35.426 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:35.449 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:18:38.522 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:38.522 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:38.522 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:38.522 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:38.522 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:38.566 1569 1873 D ActivityManager: freezing 21437 com.google.android.gms.unstable 11-28 10:18:38.566 1569 1873 D ActivityManager: Reschedule freeze for process 21437 com.google.android.gms.unstable (outstanding txns), timeout=2967 11-28 10:18:41.546 1569 1873 D ActivityManager: freezing 21437 com.google.android.gms.unstable 11-28 10:18:42.209 1569 1873 D ActivityManager: freezing 28269 com.google.android.gm 11-28 10:18:43.147 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:18:44.238 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:18:44.710 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:18:44.711 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:44.714 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:44.719 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:44.723 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:18:44.773 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.788 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.792 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.801 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.804 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.806 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.808 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.809 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.812 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.812 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.814 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.815 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.816 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.816 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.817 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.818 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:18:44.821 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:18:44.821 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:18:44.824 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:18:44.851 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/m8 11-28 10:18:44.852 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/m8 11-28 10:18:44.852 1569 2036 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/m8 11-28 10:18:44.852 1569 2036 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/m8 11-28 10:18:44.854 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/m8 11-28 10:18:44.859 1569 2036 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/m8 11-28 10:18:44.859 1569 2036 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/m8 11-28 10:18:44.875 1569 2812 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/nE 11-28 10:18:44.876 1569 2812 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/nE 11-28 10:18:44.877 1569 2812 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/nE 11-28 10:18:44.879 1569 2812 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/nE 11-28 10:18:44.879 1569 2812 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/nE 11-28 10:18:44.944 1569 3412 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/ns 11-28 10:18:44.945 1569 3412 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/ns 11-28 10:18:44.945 1569 3412 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/ns 11-28 10:18:44.945 1569 3412 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/ns 11-28 10:18:44.947 1569 3412 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/ns 11-28 10:18:44.949 1569 3412 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/ns 11-28 10:18:44.949 1569 3412 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/ns 11-28 10:18:44.959 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/nw 11-28 10:18:44.961 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/nw 11-28 10:18:44.962 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/nw 11-28 10:18:44.964 1569 2036 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/nw 11-28 10:18:44.965 1569 2036 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/nw 11-28 10:18:48.586 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:18:50.547 1569 2207 I MR2ServiceImpl: setDiscoveryRequestWithRouter2 | router: com.spotify.music(id: 61), discovery request: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=false } 11-28 10:18:50.553 1569 2002 I MR2ServiceImpl: Updating composite discovery preference | preference: RouteDiscoveryRequest{ preferredFeatures={}, activeScan=false }, active routers: [] 11-28 10:18:51.129 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@bce4fef] initially started due to: DefaultPipTouchGesture#onDown is closed 11-28 10:18:51.129 2046 2065 D WindowManagerShell: PipPerfHintController: high perf session [com.android.wm.shell.common.pip.PipPerfHintController$PipHighPerfSession@bce4fef] initially started due to: DefaultPipTouchGesture#onDown timed out 11-28 10:18:51.630 1569 1873 D ActivityManager: freezing 2667 com.google.android.permissioncontroller 11-28 10:18:54.770 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:18:57.020 927 3169 I vendor.google.wifi_ext-service-vendor: Wifi: Resetting SAR Scenario to default 11-28 10:18:57.450 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:57.450 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:57.450 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:57.450 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:57.450 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:18:57.465 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:18:58.249 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:18:58.251 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:58.253 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:58.254 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:18:58.259 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:19:00.599 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:00.599 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:00.599 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:00.599 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:00.599 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:01.397 1569 1862 I UsageStatsService: User[0] Flushing usage stats to disk 11-28 10:19:04.798 1569 1873 D ActivityManager: freezing 26444 com.google.android.gms 11-28 10:19:05.040 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:19:06.578 1569 1873 D ActivityManager: freezing 28360 com.bandcamp.android 11-28 10:19:06.895 1569 3739 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(cgaat)@/oc 11-28 10:19:06.896 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Voice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@/oc 11-28 10:19:06.901 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}(cap: ConnectionMgr PlaceEmerg SuppVoice Voice -> ConnectionMgr PlaceEmerg SuppVoice )]: TSI.rPA(cgaat)@/oc 11-28 10:19:06.909 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Voice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@/oc 11-28 10:19:06.922 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cgaat)@/oc 11-28 10:19:06.956 1569 3739 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:06.959 1569 3739 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:06.961 1569 3739 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:06.964 1569 3739 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:06.984 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/o0 11-28 10:19:06.986 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/o0 11-28 10:19:06.986 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/o0 11-28 10:19:06.986 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/o0 11-28 10:19:06.988 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/o0 11-28 10:19:06.990 1569 3739 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/o0 11-28 10:19:06.990 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/o0 11-28 10:19:07.004 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/o4 11-28 10:19:07.005 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/o4 11-28 10:19:07.007 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/o4 11-28 10:19:07.013 1569 3739 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/o4 11-28 10:19:07.013 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/o4 11-28 10:19:07.030 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/pE 11-28 10:19:07.031 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/pE 11-28 10:19:07.031 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/pE 11-28 10:19:07.031 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/pE 11-28 10:19:07.033 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/pE 11-28 10:19:07.037 1569 3739 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/pE 11-28 10:19:07.037 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/pE 11-28 10:19:07.048 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/pI 11-28 10:19:07.049 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/pI 11-28 10:19:07.051 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/pI 11-28 10:19:07.053 1569 3739 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/pI 11-28 10:19:07.053 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/pI 11-28 10:19:07.079 1569 3412 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.081 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.082 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.088 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:19:07.088 1569 1706 D ActivityManager: sync unfroze 19548 com.android.imsserviceentitlement for 3 11-28 10:19:07.089 1569 2207 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.089 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.090 1569 1706 D ActivityManager: sync unfroze 19623 com.google.RilConfigService for 3 11-28 10:19:07.091 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.093 1569 11029 D ActivityManager: sync unfroze 27357 android.process.acore for 7 11-28 10:19:07.103 1569 1706 D ActivityManager: sync unfroze 19640 com.google.android.apps.carrier.carrierwifi for 3 11-28 10:19:07.104 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.105 1569 3676 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.105 1569 2036 D ActivityManager: sync unfroze 19550 com.google.android.carrier for 7 11-28 10:19:07.107 1569 1569 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.gSCMFU(a)@/pQ 11-28 10:19:07.107 1569 1569 I TelecomLoaderService: updating sim call manager permissions for userId:0 11-28 10:19:07.118 1569 3676 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.118 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.119 1569 1706 W ProcessStats: Tracking association SourceState{71edcca com.google.android.rilextension/10239 BFgs #1095472} whose proc state 4 is better than process ProcessState{533df78 com.google.android.carrier/10138 pkg=com.google.android.carrier} proc state 13 (27 skipped) 11-28 10:19:07.119 1569 3676 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.122 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.123 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.124 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.125 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.128 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.130 1569 11029 I Telecom : CallsManager: updateEmergencyCallNotificationAsync; show=false: CM.UEMCNA@/pM 11-28 10:19:07.132 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.135 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.136 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.137 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.137 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.138 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.138 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.139 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.140 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.140 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:07.141 1569 1706 D ActivityManager: sync unfroze 19678 com.google.android.wfcactivation for 3 11-28 10:19:07.142 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.144 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.144 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.146 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.146 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.149 1569 2199 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.152 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.157 1569 2199 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.158 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.161 1569 2812 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.173 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.334 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.338 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.339 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.340 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.341 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.342 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.343 1569 2812 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.345 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.346 1569 2216 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.347 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.391 1569 2199 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.395 1569 2199 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.396 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.397 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.399 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.400 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.401 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.402 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.403 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.404 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.409 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.411 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.413 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.415 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.416 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.417 1569 3739 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:19:07.823 1569 1873 D ActivityManager: freezing 422 com.google.android.apps.photos 11-28 10:19:08.163 1569 3414 D ActivityManager: sync unfroze 19743 com.shannon.rcsservice:shannonrcsservice for 7 11-28 10:19:08.203 1569 1873 D ActivityManager: freezing 10766 co.mona.android 11-28 10:19:08.264 1569 1755 I AppsFilter: interaction: PackageSetting{9a4d078 com.google.android.microdroid.empty_payload/10262} -> PackageSetting{ce98e4e com.google.android.apps.carrier.carrierwifi/10132} BLOCKED 11-28 10:19:08.274 1569 2007 D ShortcutService: received package broadcast intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package: flg=0x45000010 (has extras) } 11-28 10:19:08.274 1569 2007 D ShortcutService: changing package: com.google.android.apps.carrier.carrierwifi userId0 11-28 10:19:08.277 1569 2007 D ShortcutService: handlePackageChanged: com.google.android.apps.carrier.carrierwifi user=0 11-28 10:19:08.277 1569 2007 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.apps.carrier.carrierwifi, forceRescan=true , isNewApp=true 11-28 10:19:08.277 1569 2007 D ShortcutService: Package com.google.android.apps.carrier.carrierwifi has 0 manifest shortcut(s), and 0 share target(s) 11-28 10:19:08.280 1569 2812 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:19:08.284 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:19:08.284 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:19:08.285 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:19:08.285 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:19:08.286 1569 2024 D ActivityManager: sync unfroze 2667 com.google.android.permissioncontroller for 6 11-28 10:19:08.289 1569 3739 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:19:08.292 1569 1705 W MagnificationConnectionManager: requestConnection duplicated request: connect=false, mConnectionState=DISCONNECTED 11-28 10:19:10.368 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:10.371 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:10.374 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:10.376 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:10.474 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:10.476 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:10.478 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:10.479 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:10.538 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.548 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.566 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.571 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.572 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.576 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.578 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.580 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.581 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.583 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.585 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.586 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.586 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.587 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.587 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.588 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:10.593 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:19:10.593 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:19:10.617 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/rU 11-28 10:19:10.620 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/rU 11-28 10:19:10.620 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/rU 11-28 10:19:10.620 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/rU 11-28 10:19:10.624 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/rU 11-28 10:19:10.629 1569 3739 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/rU 11-28 10:19:10.629 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/rU 11-28 10:19:10.640 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/r0 11-28 10:19:10.641 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/r0 11-28 10:19:10.643 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/r0 11-28 10:19:10.645 1569 3739 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/r0 11-28 10:19:10.645 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/r0 11-28 10:19:10.646 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:19:10.714 1569 3411 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/sA 11-28 10:19:10.715 1569 3411 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/sA 11-28 10:19:10.715 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/sA 11-28 10:19:10.715 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/sA 11-28 10:19:10.718 1569 3411 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/sA 11-28 10:19:10.722 1569 3411 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/sA 11-28 10:19:10.722 1569 3411 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/sA 11-28 10:19:10.736 1569 3411 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/sE 11-28 10:19:10.738 1569 3411 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/sE 11-28 10:19:10.739 1569 3411 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/sE 11-28 10:19:10.741 1569 3411 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/sE 11-28 10:19:10.741 1569 3411 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/sE 11-28 10:19:15.787 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=false, height=431 11-28 10:19:16.075 1569 2036 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:19:16.177 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:16.180 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:16.181 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:16.185 1569 2216 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:16.292 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:16.292 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:16.292 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:16.292 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:16.292 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:16.318 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:19:16.352 1569 3412 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:16.355 1569 3412 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:16.357 1569 3412 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:16.359 1569 3412 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:16.667 1569 2812 D ActivityManager: sync unfroze 26444 com.google.android.gms for 6 11-28 10:19:17.104 1569 1873 D ActivityManager: freezing 19623 com.google.RilConfigService 11-28 10:19:17.118 1569 1873 D ActivityManager: freezing 19548 com.android.imsserviceentitlement 11-28 10:19:17.154 1569 1873 D ActivityManager: freezing 19678 com.google.android.wfcactivation 11-28 10:19:17.299 1569 1873 D ActivityManager: freezing 19640 com.google.android.apps.carrier.carrierwifi 11-28 10:19:18.241 1569 2812 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:18.243 1569 2812 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:18.249 1569 2812 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity bnds=[779,316][963,613]} with LAUNCH_MULTIPLE from uid 10227 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:18.250 2046 2065 V WindowManagerShell: Transition requested (#4369): android.os.BinderProxy@51e48c TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48123 displayId=0 isRunning=true baseIntent=Intent { flg=0x10800000 cmp=android/com.android.internal.app.SuspendedAppActivity } baseActivity=ComponentInfo{android/com.android.internal.app.SuspendedAppActivity} topActivity=ComponentInfo{android/com.android.internal.app.SuspendedAppActivity} origActivity=null realActivity=ComponentInfo{android/com.android.internal.app.SuspendedAppActivity} numActivities=1 lastActiveTime=415352562 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@6c927d5} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{1870bea com.android.internal.app.SuspendedAppActivity} launchCookies=[android.os.BinderProxy@d1d8edb] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=true appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@f7ebd78, appThread = android.app.IApplicationThread$Stub$Proxy@9816c51, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4369 } 11-28 10:19:18.250 2046 2065 V WindowManagerShell: RemoteTransition directly requested for (#4369) android.os.BinderProxy@51e48c: RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@f7ebd78, appThread = android.app.IApplicationThread$Stub$Proxy@9816c51, debugName = QuickstepLaunch } 11-28 10:19:18.270 1569 1707 I ActivityManager: Start proc 11111:android:ui/1000 for next-top-activity {android/com.android.internal.app.SuspendedAppActivity} 11-28 10:19:18.318 1569 3412 D CompatChangeReporter: Compat change id reported: 324203798; UID 1000; state: ENABLED 11-28 10:19:18.320 1569 3412 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:18.389 1569 3412 D CoreBackPreview: Window{25cbb4c u0 android/com.android.internal.app.SuspendedAppActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@b404038, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:18.484 1569 1691 V WindowManager: Sent Transition (#4369) createdAt=11-28 10:19:18.242 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48123 displayId=0 isRunning=true baseIntent=Intent { flg=0x10800000 cmp=android/com.android.internal.app.SuspendedAppActivity } baseActivity=ComponentInfo{android/com.android.internal.app.SuspendedAppActivity} topActivity=ComponentInfo{android/com.android.internal.app.SuspendedAppActivity} origActivity=null realActivity=ComponentInfo{android/com.android.internal.app.SuspendedAppActivity} numActivities=1 lastActiveTime=415352562 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{aede50 Task{201ecbb #48123 type=standard A=1000:android}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{4113849 com.android.internal.app.SuspendedAppActivity} launchCookies=[android.os.BinderProxy@bf1654e] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=true appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@afa166f, appThread = android.app.IApplicationThread$Stub$Proxy@82b8f7c, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4369 } 11-28 10:19:18.484 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:18.484 1569 1691 V WindowManager: info={id=4369 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:18.484 1569 1691 V WindowManager: {WCT{RemoteToken{aede50 Task{201ecbb #48123 type=standard A=1000:android}}} m=OPEN f=TRANSLUCENT leash=Surface(name=Task=48123)/@0x941a44d sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:19:18.484 1569 1691 V WindowManager: ]} 11-28 10:19:18.485 2046 2145 V WindowManagerShell: onTransitionReady(transaction=6738803957721) 11-28 10:19:18.486 2046 2065 V WindowManagerShell: onTransitionReady (#4369) android.os.BinderProxy@51e48c: {id=4369 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@49f7c8d} m=OPEN f=TRANSLUCENT leash=Surface(name=Task=48123)/@0x25c3db7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:19:18.486 2046 2065 V WindowManagerShell: Playing animation for (#4369) android.os.BinderProxy@51e48c@0 11-28 10:19:18.486 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:18.486 2046 2065 V WindowManagerShell: Mixed transition for opening an intent with a remote transition and PIP #4369 11-28 10:19:18.486 2046 2065 V WindowManagerShell: Delegate animation for (#4369) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@f7ebd78, appThread = android.app.IApplicationThread$Stub$Proxy@9816c51, debugName = QuickstepLaunch } 11-28 10:19:18.487 1569 3412 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:18.494 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:19:18.496 1569 1695 W ProcessStats: Tracking association SourceState{874540b system/1000 ImpFg #1095595} whose proc state 5 is better than process ProcessState{7b25e92 com.google.android.tts/10192 pkg=com.google.android.tts} proc state 14 (8 skipped) 11-28 10:19:19.024 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4369) android.os.BinderProxy@51e48c@0 11-28 10:19:19.029 1569 1691 V WindowManager: Finish Transition (#4369): created at 11-28 10:19:18.242 collect-started=0.071ms request-sent=5.942ms started=8.406ms ready=77.769ms sent=238.7ms finished=786.369ms 11-28 10:19:19.034 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:19.034 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:19.034 1569 2812 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:19.417 1569 2199 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:19.424 1569 2199 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:19.424 1569 2199 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:19.438 1569 2199 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity bnds=[779,316][963,613]} with LAUNCH_MULTIPLE from uid 10227 (realCallingUid=1000) (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:19.439 2046 2065 V WindowManagerShell: Transition requested (#4370): android.os.BinderProxy@5145489 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48124 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415353752 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@65fec8e} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{4bf2caf org.thoughtcrime.securesms.RoutingActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4370 } 11-28 10:19:19.471 1569 2216 D CoreBackPreview: Window{27b232e u0 Splash Screen org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@f056719, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:19.472 1569 1707 I ActivityManager: Start proc 11137:org.thoughtcrime.securesms/u0a269 for next-top-activity {org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} 11-28 10:19:19.491 2046 2061 V WindowManagerShell: onTransitionReady(transaction=6738803957753) 11-28 10:19:19.492 2046 2065 V WindowManagerShell: onTransitionReady (#4370) android.os.BinderProxy@5145489: {id=4370 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@bf3ebb4} m=OPEN f=NONE leash=Surface(name=Task=48124)/@0xa8b6708 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@9e463dd} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48123)/@0xeef7ea1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@69a0b52} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x61428c6 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:19:19.492 2046 2065 V WindowManagerShell: Playing animation for (#4370) android.os.BinderProxy@5145489@0 11-28 10:19:19.492 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:19.492 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:19.492 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:19.492 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:19.492 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:19.492 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:19.492 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:19.492 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:19.492 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4370 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@bf3ebb4} m=OPEN f=NONE leash=Surface(name=Task=48124)/@0xa8b6708 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@9e463dd} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48123)/@0xeef7ea1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@69a0b52} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x61428c6 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:19:19.492 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:19.492 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:19.493 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:19.493 2046 2065 V WindowManagerShell: Delegate animation for (#4370) to null 11-28 10:19:19.493 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:19.493 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4370 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@bf3ebb4} m=OPEN f=NONE leash=Surface(name=Task=48124)/@0xa8b6708 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@9e463dd} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48123)/@0xeef7ea1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@69a0b52} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x61428c6 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:19:19.493 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@1be0f20 animAttr=0x13 type=OPEN isEntrance=false 11-28 10:19:19.494 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@94860d9 animAttr=0x13 type=OPEN isEntrance=false 11-28 10:19:19.494 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@a9fb2aa animAttr=0x12 type=OPEN isEntrance=true 11-28 10:19:19.495 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:19.500 1569 1691 V WindowManager: Sent Transition (#4370) createdAt=11-28 10:19:19.424 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48124 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415353752 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{8fa3d24 Task{31ec800 #48124 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{f05308d org.thoughtcrime.securesms.RoutingActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4370 } 11-28 10:19:19.500 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:19.500 1569 1691 V WindowManager: info={id=4370 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:19.500 1569 1691 V WindowManager: {WCT{RemoteToken{8fa3d24 Task{31ec800 #48124 type=standard A=10269:org.thoughtcrime.securesms}}} m=OPEN f=NONE leash=Surface(name=Task=48124)/@0x5628178 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:19.500 1569 1691 V WindowManager: {WCT{RemoteToken{aede50 Task{201ecbb #48123 type=standard A=1000:android}}} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48123)/@0x941a44d sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:19.500 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:19:19.500 1569 1691 V WindowManager: ]} 11-28 10:19:19.501 1569 1707 I ActivityManager: Start proc 11144:com.google.android.odad/u0a156 for service {com.google.android.odad/com.google.android.apps.miphone.odad.contentprotection.ContentProtectionService} 11-28 10:19:19.512 1569 3412 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:19.528 1569 1863 D CompatChangeReporter: Compat change id reported: 271850009; UID 10269; state: ENABLED 11-28 10:19:19.537 1569 1705 W MagnificationConnectionManager: requestConnection duplicated request: connect=false, mConnectionState=DISCONNECTED 11-28 10:19:19.648 1569 1569 I RemoteContentProtectionService: Connection status for: ComponentInfo{com.google.android.odad/com.google.android.apps.miphone.odad.contentprotection.ContentProtectionService} changed to: connected 11-28 10:19:19.687 1569 2036 D CompatChangeReporter: Compat change id reported: 311208749; UID 10156; state: ENABLED 11-28 10:19:19.687 1569 2036 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.odad; callingUid: 10156; uidState: IMPF; uidBFSL: n/a; intent: Intent { cmp=com.google.android.odad/com.google.android.apps.miphone.odad.backgroundwork.impl.WorkService (has extras) }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:35; callerTargetSdkVersion:35; startForegroundCount:0; bindFromPackage:null: isBindService:false] 11-28 10:19:19.687 1569 2036 D CompatChangeReporter: Compat change id reported: 311208629; UID 10156; state: ENABLED 11-28 10:19:19.691 1569 2036 D CompatChangeReporter: Compat change id reported: 296558535; UID 10156; state: ENABLED 11-28 10:19:19.692 1569 2036 D CompatChangeReporter: Compat change id reported: 317799821; UID 10156; state: ENABLED 11-28 10:19:19.692 1569 2036 D CompatChangeReporter: Compat change id reported: 313677553; UID 10156; state: ENABLED 11-28 10:19:19.692 1569 2036 W ForegroundServiceTypeLoggerModule: Foreground service start for UID: 10156 does not have any types 11-28 10:19:19.751 1569 3739 D CompatChangeReporter: Compat change id reported: 297989574; UID 1000; state: ENABLED 11-28 10:19:19.788 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4370) android.os.BinderProxy@5145489@0 11-28 10:19:19.790 1569 1691 V WindowManager: Finish Transition (#4370): created at 11-28 10:19:19.424 collect-started=0.061ms request-sent=13.627ms started=14.978ms ready=59.934ms sent=64.89ms finished=365.185ms 11-28 10:19:19.794 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{1930bd3 #u0a269/-1733499378 org.thoughtcrime.securesms/.jobmanager.JobSchedulerScheduler$SystemService u=0 s=10269 TIME=-4h28m10s123ms:none NET PERSISTED READY} 11-28 10:19:19.794 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:19.794 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:19.795 1569 2036 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:19.798 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:19.798 1569 2036 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:19.807 1569 3739 D CompatChangeReporter: Compat change id reported: 161145287; UID 10269; state: ENABLED 11-28 10:19:19.852 1569 2036 W ForegroundServiceTypeLoggerModule: FGS stop call for: 10156 has no types! 11-28 10:19:19.868 1569 1569 I RemoteContentProtectionService: Connection status for: ComponentInfo{com.google.android.odad/com.google.android.apps.miphone.odad.contentprotection.ContentProtectionService} changed to: connected 11-28 10:19:19.877 1569 1691 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10433, code = CAMERA, mode = foreground, callingUid = 1000, oldMode = foreground 11-28 10:19:19.878 1569 1691 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10433, code = RECORD_AUDIO, mode = foreground, callingUid = 1000, oldMode = foreground 11-28 10:19:19.881 1569 1705 W MagnificationConnectionManager: requestConnection duplicated request: connect=false, mConnectionState=DISCONNECTED 11-28 10:19:19.917 1569 3739 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.odad; callingUid: 10156; uidState: IMPF; uidBFSL: n/a; intent: Intent { cmp=com.google.android.odad/com.google.android.apps.miphone.odad.backgroundwork.impl.WorkService (has extras) }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:35; callerTargetSdkVersion:35; startForegroundCount:0; bindFromPackage:null: isBindService:false] 11-28 10:19:19.926 1569 3412 W ForegroundServiceTypeLoggerModule: Foreground service start for UID: 10156 does not have any types 11-28 10:19:19.945 1569 2036 W ForegroundServiceTypeLoggerModule: FGS stop call for: 10156 has no types! 11-28 10:19:20.039 1569 3676 D CoreBackPreview: Window{c2e2551 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@77f2d89, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:20.120 1569 3412 D CompatChangeReporter: Compat change id reported: 261072174; UID 10269; state: ENABLED 11-28 10:19:20.134 1569 2036 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@/sc 11-28 10:19:20.134 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/sc 11-28 10:19:20.134 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@/sc 11-28 10:19:20.135 1569 2036 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@/sc 11-28 10:19:20.136 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/sc 11-28 10:19:20.136 1569 1569 I NotificationService: Cannot find enqueued record for key: 0|com.google.android.odad|75673|null|10156 11-28 10:19:20.198 1569 3676 I MediaSessionStack: addSession to bottom of stack | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/337 (userId=0) 11-28 10:19:20.236 1569 2199 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:19:20.273 1569 2199 I ContentCaptureManagerService: Data share request accepted by Content Capture service 11-28 10:19:20.302 1569 3412 I ContentCaptureManagerService: Data share request accepted by Content Capture service 11-28 10:19:20.395 1569 2199 D CoreBackPreview: Window{27b232e u0 Splash Screen org.thoughtcrime.securesms EXITING}: Setting back callback null 11-28 10:19:20.400 1569 2199 D CoreBackPreview: Window{25cbb4c u0 android/com.android.internal.app.SuspendedAppActivity}: Setting back callback null 11-28 10:19:20.417 1569 2036 W ActivityTaskManager: Request to remove task ignored for non-existent task 48123 11-28 10:19:20.577 1569 1569 W JobScheduler: Job didn't exist in JobStore: 7a0a1d2 {androidx.work.systemjobscheduler} #u0a177/72389 @androidx.work.systemjobscheduler@com.google.android.youtube/androidx.work.impl.background.systemjob.SystemJobService 11-28 10:19:20.948 1569 2812 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:19:20.969 1569 2036 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:19:20.969 1569 2036 W NotificationService: notification 0|org.thoughtcrime.securesms|50283|null|10269 added an invalid shortcut 11-28 10:19:20.991 1569 2812 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:19:21.008 1569 2199 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:19:21.008 1569 2199 W NotificationService: notification 0|org.thoughtcrime.securesms|50014|null|10269 added an invalid shortcut 11-28 10:19:21.038 1569 2812 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:19:21.195 1569 1569 I AS.AudioService: shouldNotificationSoundPlay false: muted stream:5 attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null 11-28 10:19:21.196 1569 1569 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:19:21.666 1569 2207 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@f5bea12, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:21.668 1569 2207 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:19:21.698 2180 17240 I AdaptiveHaptics: Request params from server: typesMask=2, deadlineElapsedRealtimeMilli=50 11-28 10:19:21.738 1569 3676 D SystemServerTiming: getUserSwitchability-0 11-28 10:19:21.738 1569 3676 D SystemServerTiming: TM.isInCall 11-28 10:19:21.739 1569 3676 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:19:21.739 1569 3676 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:19:21.739 1569 3676 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:19:21.745 1569 3739 D SystemServerTiming: getUserSwitchability-0 11-28 10:19:21.745 1569 3739 D SystemServerTiming: TM.isInCall 11-28 10:19:21.746 1569 3739 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:19:21.746 1569 3739 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:19:21.746 1569 3739 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:19:22.491 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:22.491 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:22.491 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:22.491 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:22.491 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:22.649 1569 1569 I RemoteContentProtectionService: Connection status for: ComponentInfo{com.google.android.odad/com.google.android.apps.miphone.odad.contentprotection.ContentProtectionService} changed to: disconnected 11-28 10:19:22.871 1569 1569 I RemoteContentProtectionService: Connection status for: ComponentInfo{com.google.android.odad/com.google.android.apps.miphone.odad.contentprotection.ContentProtectionService} changed to: disconnected 11-28 10:19:23.673 11137 11284 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-28 10:19:23.673 11137 11284 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11137 11-28 10:19:23.673 11137 11284 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:19:23.673 11137 11284 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 10:19:24.779 1569 3692 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:19:25.480 1569 11393 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2 11-28 10:19:25.480 1569 2207 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.RoutingActivity 11-28 10:19:25.482 2046 2065 V WindowManagerShell: Transition requested (#4371): android.os.BinderProxy@725067f TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4371 } 11-28 10:19:25.598 1569 2216 I ActivityManager: Process org.thoughtcrime.securesms (pid 11137) has died: fg TOP 11-28 10:19:25.598 1569 3676 I WindowManager: WIN DEATH: Window{c2e2551 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} 11-28 10:19:25.599 1569 3693 I MediaSessionStack: removeSession | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/337 (userId=0) 11-28 10:19:25.609 1569 2216 W ActivityManager: Scheduling restart of crashed service org.thoughtcrime.securesms/.messages.IncomingMessageObserver$BackgroundService in 1000ms for start-requested 11-28 10:19:25.614 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:19:25.617 1569 1695 W ActivityManager: setHasOverlayUi called on unknown pid: 11137 11-28 10:19:25.647 2046 2716 V WindowManagerShell: onTransitionReady(transaction=6738803957838) 11-28 10:19:25.647 2046 2065 V WindowManagerShell: onTransitionReady (#4371) android.os.BinderProxy@725067f: {id=4371 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@62fdb38} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x7f8a64c sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@c7b9711} m=CLOSE f=NONE leash=Surface(name=Task=48124)/@0x2522695 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xfa03aa sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:25.648 2046 2065 V WindowManagerShell: Playing animation for (#4371) android.os.BinderProxy@725067f@0 11-28 10:19:25.648 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:25.648 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:25.648 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:25.648 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:25.648 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:25.648 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:25.648 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:25.648 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:25.648 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4371 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@62fdb38} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x7f8a64c sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@c7b9711} m=CLOSE f=NONE leash=Surface(name=Task=48124)/@0x2522695 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xfa03aa sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:25.648 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:25.648 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:25.649 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:25.649 2046 2065 D RemoteTransitionHandler: Found filterPair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:25.649 2046 2065 V WindowManagerShell: Delegate animation for (#4371) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome } 11-28 10:19:25.653 1569 1691 V WindowManager: Sent Transition (#4371) createdAt=11-28 10:19:25.480 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4371 } 11-28 10:19:25.653 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:25.654 1569 1691 V WindowManager: info={id=4371 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:25.654 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:25.654 1569 1691 V WindowManager: {WCT{RemoteToken{8fa3d24 Task{31ec800 #48124 type=standard A=10269:org.thoughtcrime.securesms}}} m=CLOSE f=NONE leash=Surface(name=Task=48124)/@0x5628178 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:25.654 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:19:25.654 1569 1691 V WindowManager: ]} 11-28 10:19:25.658 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:25.659 1569 1645 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:25.674 1569 2216 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:19:25.941 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4371) android.os.BinderProxy@725067f@0 11-28 10:19:25.943 1569 1691 V WindowManager: Finish Transition (#4371): created at 11-28 10:19:25.480 collect-started=0.056ms request-sent=0.098ms started=4.759ms ready=134.832ms sent=165.584ms finished=462.105ms 11-28 10:19:25.944 1569 1703 W ActivityManager: pid 1569 system sent binder code 7 with flags 1 to frozen apps and got error -32 11-28 10:19:25.945 1569 1703 W WindowManager: Exception thrown during dispatchAppVisibility Window{c2e2551 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity EXITING} 11-28 10:19:25.945 1569 1703 W WindowManager: android.os.DeadObjectException 11-28 10:19:25.945 1569 1703 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 11-28 10:19:25.945 1569 1703 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:586) 11-28 10:19:25.945 1569 1703 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:553) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3253) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1289) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:403) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:7166) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5881) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5823) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.Transition.finishTransition(Transition.java:1286) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:937) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:494) 11-28 10:19:25.945 1569 1703 W WindowManager: at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:289) 11-28 10:19:25.945 1569 1703 W WindowManager: at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:204) 11-28 10:19:25.945 1569 1703 W WindowManager: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:19:25.945 1569 1703 W WindowManager: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:19:25.956 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:25.956 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:25.960 1569 1645 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:25.961 1569 1645 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:25.981 1569 1695 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{8fba0a6 u0 org.thoughtcrime.securesms/.RoutingActivity t-1 f}} 11-28 10:19:26.370 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:19:26.643 1569 1707 I ActivityManager: Start proc 11400:org.thoughtcrime.securesms/u0a269 for service {org.thoughtcrime.securesms/org.thoughtcrime.securesms.messages.IncomingMessageObserver$BackgroundService} 11-28 10:19:26.812 1569 1703 D CompatChangeReporter: Compat change id reported: 161145287; UID 10269; state: ENABLED 11-28 10:19:27.324 1569 1965 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@/ts 11-28 10:19:27.324 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/ts 11-28 10:19:27.324 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@/ts 11-28 10:19:27.325 1569 1965 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@/ts 11-28 10:19:27.327 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/ts 11-28 10:19:27.383 1569 1645 D CompatChangeReporter: Compat change id reported: 271850009; UID 10269; state: ENABLED 11-28 10:19:27.552 1569 1645 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback null 11-28 10:19:27.584 1569 1965 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:19:27.753 1569 1645 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:27.754 1569 1645 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:27.755 1569 1645 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:27.755 1569 1645 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:27.768 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:19:27.787 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.788 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.789 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.790 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.791 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.792 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.792 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.793 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.794 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.795 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.799 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.801 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.802 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.803 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.812 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.814 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:27.816 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:19:27.816 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:19:27.856 1569 3739 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/uE 11-28 10:19:27.857 1569 3739 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/uE 11-28 10:19:27.857 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/uE 11-28 10:19:27.857 1569 3739 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/uE 11-28 10:19:27.858 1569 3739 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/uE 11-28 10:19:27.863 1569 3739 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/uE 11-28 10:19:27.863 1569 3739 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/uE 11-28 10:19:27.870 1569 1645 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/uM 11-28 10:19:27.871 1569 1645 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/uM 11-28 10:19:27.872 1569 1645 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/uM 11-28 10:19:27.874 1569 1645 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/uM 11-28 10:19:27.874 1569 1645 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/uM 11-28 10:19:27.941 1569 1645 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/u0 11-28 10:19:27.943 1569 1645 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/u0 11-28 10:19:27.943 1569 1645 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/u0 11-28 10:19:27.943 1569 1645 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/u0 11-28 10:19:27.945 1569 1645 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/u0 11-28 10:19:27.947 1569 1645 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/u0 11-28 10:19:27.947 1569 1645 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/u0 11-28 10:19:27.956 1569 1645 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/u4 11-28 10:19:27.957 1569 1645 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/u4 11-28 10:19:27.958 1569 1645 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/u4 11-28 10:19:27.959 1569 1645 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/u4 11-28 10:19:27.959 1569 1645 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/u4 11-28 10:19:28.318 1569 1873 D ActivityManager: freezing 2667 com.google.android.permissioncontroller 11-28 10:19:28.496 1569 1873 D ActivityManager: freezing 26633 com.android.settings 11-28 10:19:29.611 1569 2216 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:29.612 1569 2216 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:29.612 1569 2216 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:29.619 1569 2216 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity bnds=[779,316][963,613]} with LAUNCH_MULTIPLE from uid 10227 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:29.620 2046 2065 V WindowManagerShell: Transition requested (#4372): android.os.BinderProxy@b72d7c4 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48125 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415363933 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@33bc6ad} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{dca7de2 org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@5ea573] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@8a7ac30, appThread = android.app.IApplicationThread$Stub$Proxy@2fb20a9, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4372 } 11-28 10:19:29.620 2046 2065 V WindowManagerShell: RemoteTransition directly requested for (#4372) android.os.BinderProxy@b72d7c4: RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@8a7ac30, appThread = android.app.IApplicationThread$Stub$Proxy@2fb20a9, debugName = QuickstepLaunch } 11-28 10:19:29.648 1569 1695 W ProcessStats: Tracking association SourceState{874540b system/1000 ImpFg #1095716} whose proc state 5 is better than process ProcessState{7b25e92 com.google.android.tts/10192 pkg=com.google.android.tts} proc state 14 (5 skipped) 11-28 10:19:29.656 1569 3676 D CoreBackPreview: Window{c1bad67 u0 Splash Screen org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@3cee080, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:29.669 1569 1691 V WindowManager: Sent Transition (#4372) createdAt=11-28 10:19:29.612 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48125 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415363933 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{2a2f90a Task{e76047c #48125 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{f01457b org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@ed83f98] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@d0393f1, appThread = android.app.IApplicationThread$Stub$Proxy@eff9bd6, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4372 } 11-28 10:19:29.669 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:29.669 1569 1691 V WindowManager: info={id=4372 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:29.669 1569 1691 V WindowManager: {WCT{RemoteToken{2a2f90a Task{e76047c #48125 type=standard A=10269:org.thoughtcrime.securesms}}} m=OPEN f=NONE leash=Surface(name=Task=48125)/@0xb8184ac sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:29.669 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:19:29.669 1569 1691 V WindowManager: ]} 11-28 10:19:29.670 2046 2805 V WindowManagerShell: onTransitionReady(transaction=6738803957872) 11-28 10:19:29.670 2046 2065 V WindowManagerShell: onTransitionReady (#4372) android.os.BinderProxy@b72d7c4: {id=4372 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@b88b51d} m=OPEN f=NONE leash=Surface(name=Task=48125)/@0x90f3d06 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@1d22392} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x8b8ffc7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:19:29.671 2046 2065 V WindowManagerShell: Playing animation for (#4372) android.os.BinderProxy@b72d7c4@0 11-28 10:19:29.671 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:29.671 2046 2065 V WindowManagerShell: Mixed transition for opening an intent with a remote transition and PIP #4372 11-28 10:19:29.671 2046 2065 V WindowManagerShell: Delegate animation for (#4372) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@8a7ac30, appThread = android.app.IApplicationThread$Stub$Proxy@2fb20a9, debugName = QuickstepLaunch } 11-28 10:19:29.672 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:19:29.674 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:29.883 1569 2199 D CoreBackPreview: Window{a6a836b u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@984a512, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:29.957 1569 2216 D CompatChangeReporter: Compat change id reported: 261072174; UID 10269; state: ENABLED 11-28 10:19:30.056 1569 1645 I MediaSessionStack: addSession to bottom of stack | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/338 (userId=0) 11-28 10:19:30.102 1569 3692 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:19:30.198 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4372) android.os.BinderProxy@b72d7c4@0 11-28 10:19:30.200 1569 1691 V WindowManager: Finish Transition (#4372): created at 11-28 10:19:29.612 collect-started=0.05ms request-sent=6.77ms started=11.16ms ready=30.055ms sent=54.596ms finished=587.762ms 11-28 10:19:30.201 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:30.201 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:30.202 1569 2207 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:30.203 1569 2207 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:30.326 1569 2207 D CoreBackPreview: Window{c1bad67 u0 Splash Screen org.thoughtcrime.securesms EXITING}: Setting back callback null 11-28 10:19:30.402 1569 1873 D ActivityManager: freezing 11111 android:ui 11-28 10:19:31.462 1569 1645 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:19:32.113 11400 11451 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-28 10:19:32.113 11400 11451 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11400 11-28 10:19:32.113 11400 11451 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at Diagnostics results:.(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at ok.(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at .(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-28 10:19:32.113 11400 11451 E AndroidRuntime: at .(:0) 11-28 10:19:32.199 1569 2207 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.RoutingActivity 11-28 10:19:32.199 1569 11542 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2 11-28 10:19:32.200 2046 2065 V WindowManagerShell: Transition requested (#4373): android.os.BinderProxy@235ce4a TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4373 } 11-28 10:19:32.203 1569 1692 I ActivityManager: Showing crash dialog for package org.thoughtcrime.securesms u0 11-28 10:19:32.245 1569 1691 D HintManagerService: Sent cleanup message for uid 10269 11-28 10:19:32.247 1569 1692 D CoreBackPreview: Window{f684f3d u0 Application Error: org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.WindowOnBackInvokedDispatcher$OnBackInvokedCallbackWrapper@a7144fb, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:32.256 2046 2805 V WindowManagerShell: onTransitionReady(transaction=6738803957923) 11-28 10:19:32.257 2046 2065 V WindowManagerShell: onTransitionReady (#4373) android.os.BinderProxy@235ce4a: {id=4373 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@10b8e97} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0xcff91bb sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@727e884} m=CLOSE f=NONE leash=Surface(name=Task=48125)/@0x8da36d8 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x4af5a31 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:32.257 2046 2065 V WindowManagerShell: Playing animation for (#4373) android.os.BinderProxy@235ce4a@0 11-28 10:19:32.257 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:32.257 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:32.257 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:32.257 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:32.257 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:32.257 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:32.257 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:32.257 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:32.257 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4373 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@10b8e97} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0xcff91bb sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@727e884} m=CLOSE f=NONE leash=Surface(name=Task=48125)/@0x8da36d8 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x4af5a31 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:32.257 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:32.257 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:32.257 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:32.257 2046 2065 D RemoteTransitionHandler: Found filterPair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:32.257 2046 2065 V WindowManagerShell: Delegate animation for (#4373) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome } 11-28 10:19:32.264 1569 1691 V WindowManager: Sent Transition (#4373) createdAt=11-28 10:19:32.199 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4373 } 11-28 10:19:32.264 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:32.264 1569 1691 V WindowManager: info={id=4373 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:32.264 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:32.264 1569 1691 V WindowManager: {WCT{RemoteToken{2a2f90a Task{e76047c #48125 type=standard A=10269:org.thoughtcrime.securesms}}} m=CLOSE f=NONE leash=Surface(name=Task=48125)/@0xb8184ac sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:32.264 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:19:32.264 1569 1691 V WindowManager: ]} 11-28 10:19:32.268 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:32.303 1569 1645 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:32.465 1569 3676 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785572220 11-28 10:19:32.474 1569 2216 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785572220 11-28 10:19:32.478 1569 1645 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785572220 11-28 10:19:32.480 1569 3676 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:19:32.480 1569 3676 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:19:32.481 1569 3676 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:19:32.481 1569 3676 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:19:32.481 1569 3676 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:19:32.487 1569 2216 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785572220 11-28 10:19:32.493 1569 3692 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785572220 11-28 10:19:32.530 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:19:32.598 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4373) android.os.BinderProxy@235ce4a@0 11-28 10:19:32.600 1569 1691 V WindowManager: Finish Transition (#4373): created at 11-28 10:19:32.199 collect-started=0.04ms request-sent=0.07ms started=3.175ms ready=11.971ms sent=55.969ms finished=400.656ms 11-28 10:19:32.604 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:32.604 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:32.604 1569 2216 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:32.605 1569 2216 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:32.692 1569 2216 D CoreBackPreview: Window{a6a836b u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}: Setting back callback null 11-28 10:19:32.704 1569 2216 I MediaSessionStack: removeSession | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/338 (userId=0) 11-28 10:19:32.874 1569 1873 D ActivityManager: freezing 11144 com.google.android.odad 11-28 10:19:33.250 1569 1875 D HintManagerService: Starts cleaning for 10269 11-28 10:19:33.768 1569 1692 D CoreBackPreview: Window{f684f3d u0 Application Error: org.thoughtcrime.securesms}: Setting back callback null 11-28 10:19:33.768 1569 2207 I ActivityManager: Killing 11400:org.thoughtcrime.securesms/u0a269 (adj 905): crash 11-28 10:19:33.787 1569 1691 D HintManagerService: Uid gone for 10269 11-28 10:19:33.787 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:19:33.795 1569 1695 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 11-28 10:19:33.820 1569 2199 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:19:33.954 1569 2199 V ActivityManager: Got obituary of 11400:org.thoughtcrime.securesms 11-28 10:19:33.955 1569 1695 W ActivityManager: setHasOverlayUi called on unknown pid: 11400 11-28 10:19:34.512 1569 1646 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@59ecec6, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:34.587 1569 1646 D SystemServerTiming: getUserSwitchability-0 11-28 10:19:34.587 1569 1646 D SystemServerTiming: TM.isInCall 11-28 10:19:34.587 1569 3739 D SystemServerTiming: getUserSwitchability-0 11-28 10:19:34.587 1569 3739 D SystemServerTiming: TM.isInCall 11-28 10:19:34.587 1569 1646 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:19:34.587 1569 1646 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:19:34.587 1569 1646 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:19:34.587 1569 3739 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:19:34.587 1569 3739 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:19:34.587 1569 3739 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:19:35.070 1569 3692 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:19:35.072 1569 3692 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:19:35.075 1569 3692 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:19:36.762 523 11172 I keystore2: system/security/keystore2/watchdog/src/lib.rs:319 - Watchdog thread idle -> terminating. Have a great day. 11-28 10:19:37.794 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:19:38.007 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:38.007 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:38.007 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:38.007 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:38.007 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:38.027 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:19:38.775 1569 2197 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:38.776 1569 2197 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:38.776 1569 2197 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:38.782 1569 2197 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x1000c000 cmp=org.thoughtcrime.securesms/.MainActivity} with LAUNCH_MULTIPLE from uid 10269 (realCallingUid=10240) (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:38.782 2046 2065 V WindowManagerShell: Transition requested (#4374): android.os.BinderProxy@8d507db TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48126 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x1000c000 cmp=org.thoughtcrime.securesms/.MainActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=null realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415373095 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@97b4278} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{88c0d51 org.thoughtcrime.securesms.MainActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = com.android.systemui.animation.RemoteAnimationRunnerCompat$1@d5689b6, appThread = null, debugName = SysUILaunch }, displayChange = null, flags = 0, debugId = 4374 } 11-28 10:19:38.782 2046 2065 V WindowManagerShell: RemoteTransition directly requested for (#4374) android.os.BinderProxy@8d507db: RemoteTransition { remoteTransition = com.android.systemui.animation.RemoteAnimationRunnerCompat$1@d5689b6, appThread = null, debugName = SysUILaunch } 11-28 10:19:38.782 1569 2197 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:38.783 1569 2197 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:38.783 1569 2197 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:38.785 1569 2197 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=custom://1732785560981/... cmp=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity (has extras)} with LAUNCH_SINGLE_TASK from uid 10269 (realCallingUid=10240) (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:38.806 1569 2197 D CoreBackPreview: Window{8421104 u0 Splash Screen org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@12d1fb3, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:38.814 1569 1707 I ActivityManager: Start proc 11559:org.thoughtcrime.securesms/u0a269 for service {org.thoughtcrime.securesms/org.thoughtcrime.securesms.jobmanager.JobSchedulerScheduler$SystemService} 11-28 10:19:38.821 1569 1691 V WindowManager: Sent Transition (#4374) createdAt=11-28 10:19:38.776 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48126 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x1000c000 cmp=org.thoughtcrime.securesms/.MainActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=null realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415373095 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{6e87c9c Task{62cbfc3 #48126 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{39cc6a5 org.thoughtcrime.securesms.MainActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@6e50a7a, appThread = null, debugName = SysUILaunch }, displayChange = null, flags = 0, debugId = 4374 } 11-28 10:19:38.821 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:38.821 1569 1691 V WindowManager: info={id=4374 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:38.821 1569 1691 V WindowManager: {WCT{RemoteToken{6e87c9c Task{62cbfc3 #48126 type=standard A=10269:org.thoughtcrime.securesms}}} m=OPEN f=NONE leash=Surface(name=Task=48126)/@0x99a056e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:38.821 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:19:38.821 1569 1691 V WindowManager: ]} 11-28 10:19:38.822 2046 2061 V WindowManagerShell: onTransitionReady(transaction=6738803958050) 11-28 10:19:38.822 2046 2065 V WindowManagerShell: onTransitionReady (#4374) android.os.BinderProxy@8d507db: {id=4374 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@b8039a8} m=OPEN f=NONE leash=Surface(name=Task=48126)/@0xe1d8145 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@719ecc1} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x51409a sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:19:38.822 2046 2065 V WindowManagerShell: Playing animation for (#4374) android.os.BinderProxy@8d507db@0 11-28 10:19:38.822 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:38.823 2046 2065 V WindowManagerShell: Mixed transition for opening an intent with a remote transition and PIP #4374 11-28 10:19:38.823 2046 2065 V WindowManagerShell: Delegate animation for (#4374) to RemoteTransition { remoteTransition = com.android.systemui.animation.RemoteAnimationRunnerCompat$1@d5689b6, appThread = null, debugName = SysUILaunch } 11-28 10:19:38.827 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:19:38.836 1569 3692 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:38.986 1569 2197 D CompatChangeReporter: Compat change id reported: 161145287; UID 10269; state: ENABLED 11-28 10:19:39.043 1569 2197 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@/vQ 11-28 10:19:39.043 1569 2197 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/vQ 11-28 10:19:39.043 1569 2197 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@/vQ 11-28 10:19:39.043 1569 2197 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@/vQ 11-28 10:19:39.044 1569 2197 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/vQ 11-28 10:19:39.102 1569 2197 D CompatChangeReporter: Compat change id reported: 271850009; UID 10269; state: ENABLED 11-28 10:19:39.102 1569 2197 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:19:39.304 1569 2197 D CoreBackPreview: Window{5ddbe32 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@fdd2d00, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:39.321 1569 2197 V AutofillSession: Primary service component name: ComponentInfo{com.google.android.gms/com.google.android.gms.autofill.service.AutofillService}, secondary service component name: ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:39.321 1569 2197 V SecondaryProviderHandler: Creating a secondary provider handler with component name, ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:39.322 1569 2197 W FillRequestEventLogger: Couldn't find packageName: com.google.android.inputmethod.latin 11-28 10:19:39.348 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4374) android.os.BinderProxy@8d507db@0 11-28 10:19:39.349 1569 1691 V WindowManager: Finish Transition (#4374): created at 11-28 10:19:38.776 collect-started=0.024ms request-sent=4.933ms started=10.589ms ready=40.894ms sent=43.998ms finished=572.431ms 11-28 10:19:39.350 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:39.350 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:39.361 1569 3692 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:39.369 1569 3676 D AutofillSession: createPendingIntent for request 836 11-28 10:19:39.374 1569 3692 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:39.375 1569 1646 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback null 11-28 10:19:39.577 1569 2197 D CompatChangeReporter: Compat change id reported: 261072174; UID 10269; state: ENABLED 11-28 10:19:39.609 1569 1646 W PresentationStatsEventLogger: Bad view state for: -1 11-28 10:19:39.616 1569 1646 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:19:39.622 1569 1646 W PresentationStatsEventLogger: Bad view state for: -1 11-28 10:19:39.642 1569 1646 D CoreBackPreview: Window{8421104 u0 Splash Screen org.thoughtcrime.securesms EXITING}: Setting back callback null 11-28 10:19:39.658 1569 1646 I MediaSessionStack: addSession to bottom of stack | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/339 (userId=0) 11-28 10:19:39.667 1569 3676 W ProcessStats: Tracking association SourceState{874540b system/1000 ImpFg #1095791} whose proc state 5 is better than process ProcessState{7b25e92 com.google.android.tts/10192 pkg=com.google.android.tts} proc state 14 (7 skipped) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-1 11-28 10:19:39.760 11559 11603 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11559 11-28 10:19:39.760 11559 11603 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 10:19:39.760 11559 11603 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-28 10:19:40.094 1569 11720 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2 11-28 10:19:40.095 1569 3692 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.conversation.v2.ConversationActivity 11-28 10:19:40.096 2046 2065 V WindowManagerShell: Transition requested (#4375): android.os.BinderProxy@337cc6e TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4375 } 11-28 10:19:40.156 845 990 E FrameworkListener: read() failed (Connection reset by peer) 11-28 10:19:40.157 1569 3676 I ActivityManager: Process org.thoughtcrime.securesms (pid 11559) has died: fg TOP 11-28 10:19:40.157 1569 3676 W ActivityManager: Scheduling restart of crashed service org.thoughtcrime.securesms/.messages.IncomingMessageObserver$BackgroundService in 1000ms for start-requested 11-28 10:19:40.158 1569 3739 I WindowManager: WIN DEATH: Window{5ddbe32 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity} 11-28 10:19:40.158 1569 1645 D AutofillSession: handling death of Token{c44643b ActivityRecord{4185aca u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity t48126 f}}} when saving=false 11-28 10:19:40.159 1569 3673 I MediaSessionStack: removeSession | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/339 (userId=0) 11-28 10:19:40.161 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:19:40.163 1569 1695 W ActivityManager: setHasOverlayUi called on unknown pid: 11559 11-28 10:19:40.177 1569 1707 I ActivityManager: Start proc 11721:org.thoughtcrime.securesms/u0a269 for top-activity {org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} 11-28 10:19:40.532 1569 3692 D CoreBackPreview: Window{d81634d u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@ae3dd6f, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:40.614 1569 1691 V WindowManager: Sent Transition (#4375) createdAt=11-28 10:19:40.095 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4375 } 11-28 10:19:40.614 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:40.614 1569 1691 V WindowManager: info={id=4375 t=CLOSE f=0x10 trk=0 opt={t=CUSTOM enterResId=2130772007 exitResId=2130772042} r=[0@Point(0, 0)] c=[ 11-28 10:19:40.614 1569 1691 V WindowManager: {null m=CLOSE f=FILLS_TASK leash=Surface(name=ActivityRecord{4185aca u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0xc340b67 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity}, 11-28 10:19:40.614 1569 1691 V WindowManager: {null m=TO_FRONT f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0x2e6b326 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity} 11-28 10:19:40.614 1569 1691 V WindowManager: ]} 11-28 10:19:40.615 1569 3692 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@/vU 11-28 10:19:40.615 1569 3692 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/vU 11-28 10:19:40.615 1569 3692 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@/vU 11-28 10:19:40.615 2046 20476 V WindowManagerShell: onTransitionReady(transaction=6738803958099) 11-28 10:19:40.615 1569 3692 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@/vU 11-28 10:19:40.615 2046 2065 V WindowManagerShell: onTransitionReady (#4375) android.os.BinderProxy@337cc6e: {id=4375 t=CLOSE f=0x10 trk=0 opt={t=CUSTOM enterResId=2130772007 exitResId=2130772042} r=[0@Point(0, 0)] c=[{null m=CLOSE f=FILLS_TASK leash=Surface(name=ActivityRecord{4185aca u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0xa1fbf0f sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_FRONT f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0x551b9c sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:40.615 2046 2065 V WindowManagerShell: Playing animation for (#4375) android.os.BinderProxy@337cc6e@0 11-28 10:19:40.615 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:40.615 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:40.615 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:40.616 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:40.616 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:40.616 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:40.616 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:40.616 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:40.616 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4375 t=CLOSE f=0x10 trk=0 opt={t=CUSTOM enterResId=2130772007 exitResId=2130772042} r=[0@Point(0, 0)] c=[{null m=CLOSE f=FILLS_TASK leash=Surface(name=ActivityRecord{4185aca u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0xa1fbf0f sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_FRONT f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0x551b9c sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:40.616 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:40.616 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:40.616 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:40.616 2046 2065 V WindowManagerShell: Delegate animation for (#4375) to null 11-28 10:19:40.616 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:40.616 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4375 t=CLOSE f=0x10 trk=0 opt={t=CUSTOM enterResId=2130772007 exitResId=2130772042} r=[0@Point(0, 0)] c=[{null m=CLOSE f=FILLS_TASK leash=Surface(name=ActivityRecord{4185aca u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0xa1fbf0f sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_FRONT f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0x551b9c sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:40.616 1569 3692 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/vU 11-28 10:19:40.619 1569 3739 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:40.624 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:40.700 1569 3739 I MediaSessionStack: addSession to bottom of stack | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/340 (userId=0) 11-28 10:19:40.726 1569 2207 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:19:40.839 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:40.841 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4375) android.os.BinderProxy@337cc6e@0 11-28 10:19:40.842 1569 3693 W ActivityManager: pid 1569 system sent binder code 7 with flags 1 to frozen apps and got error -32 11-28 10:19:40.842 1569 3693 W WindowManager: Exception thrown during dispatchAppVisibility Window{5ddbe32 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity EXITING} 11-28 10:19:40.842 1569 3693 W WindowManager: android.os.DeadObjectException 11-28 10:19:40.842 1569 3693 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 11-28 10:19:40.842 1569 3693 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:586) 11-28 10:19:40.842 1569 3693 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:553) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3253) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1289) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:403) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:7166) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5881) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5823) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.Transition.finishTransition(Transition.java:1286) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:937) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:494) 11-28 10:19:40.842 1569 3693 W WindowManager: at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:289) 11-28 10:19:40.842 1569 3693 W WindowManager: at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:204) 11-28 10:19:40.842 1569 3693 W WindowManager: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:19:40.842 1569 3693 W WindowManager: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:19:40.843 1569 1691 V WindowManager: Finish Transition (#4375): created at 11-28 10:19:40.095 collect-started=0.037ms request-sent=0.127ms started=6.235ms ready=243.095ms sent=517.202ms finished=745.967ms 11-28 10:19:40.846 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:40.846 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:40.847 1569 3739 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:40.848 1569 3739 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:40.849 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:40.850 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:40.852 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:40.870 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:19:41.067 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:41.067 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:41.067 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:41.067 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:41.067 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:42.184 1569 1873 D ActivityManager: freezing 18255 com.google.android.euicc 11-28 10:19:42.432 1569 1706 D ActivityManager: sync unfroze 422 com.google.android.apps.photos for 3 11-28 10:19:42.763 1569 2207 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:42.764 1569 2207 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:42.764 1569 2207 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:42.771 1569 2207 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW cmp=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity (has extras)} with LAUNCH_SINGLE_TASK from uid 10269 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:42.771 2046 2065 V WindowManagerShell: Transition requested (#4376): android.os.BinderProxy@79985d2 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48126 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10008000 cmp=org.thoughtcrime.securesms/.MainActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity} origActivity=null realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=2 lastActiveTime=415377083 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@59026a3} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{f384da0 org.thoughtcrime.securesms.conversation.v2.ConversationActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4376 } 11-28 10:19:42.790 1569 3684 D CompatChangeReporter: Compat change id reported: 161145287; UID 10269; state: ENABLED 11-28 10:19:42.911 1569 2207 D CompatChangeReporter: Compat change id reported: 271850009; UID 10269; state: ENABLED 11-28 10:19:42.911 1569 2207 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:19:42.913 1569 2207 D CompatChangeReporter: Compat change id reported: 261072174; UID 10269; state: ENABLED 11-28 10:19:42.922 11721 11823 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-28 10:19:42.922 11721 11823 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11721 11-28 10:19:42.922 11721 11823 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at Diagnostics results:.(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at ok.(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at .(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-28 10:19:42.922 11721 11823 E AndroidRuntime: at .(:0) 11-28 10:19:42.930 1569 3739 D CoreBackPreview: Window{ac14df7 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@ee6e2c9, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:42.950 1569 3676 V AutofillSession: Primary service component name: ComponentInfo{com.google.android.gms/com.google.android.gms.autofill.service.AutofillService}, secondary service component name: ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:42.950 1569 3676 V SecondaryProviderHandler: Creating a secondary provider handler with component name, ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:42.950 1569 3676 W FillRequestEventLogger: Couldn't find packageName: com.google.android.inputmethod.latin 11-28 10:19:42.969 1569 1691 V WindowManager: Sent Transition (#4376) createdAt=11-28 10:19:42.764 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48126 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10008000 cmp=org.thoughtcrime.securesms/.MainActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity} origActivity=null realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=2 lastActiveTime=415377083 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{6e87c9c Task{62cbfc3 #48126 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{6f32201 org.thoughtcrime.securesms.conversation.v2.ConversationActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4376 } 11-28 10:19:42.969 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:42.969 2046 2716 V WindowManagerShell: onTransitionReady(transaction=6738803958122) 11-28 10:19:42.969 1569 1691 V WindowManager: info={id=4376 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[ 11-28 10:19:42.969 1569 1691 V WindowManager: {null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{baaaded u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0x780010b sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity}, 11-28 10:19:42.969 1569 1691 V WindowManager: {null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0x2e6b326 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity} 11-28 10:19:42.969 1569 1691 V WindowManager: ]} 11-28 10:19:42.969 2046 2065 V WindowManagerShell: onTransitionReady (#4376) android.os.BinderProxy@79985d2: {id=4376 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{baaaded u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0xc5ffd59 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0xfe62d1e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:42.969 2046 2065 V WindowManagerShell: Playing animation for (#4376) android.os.BinderProxy@79985d2@0 11-28 10:19:42.969 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:42.969 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:42.969 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:42.969 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:42.969 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:42.969 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:42.969 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:42.969 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:42.969 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4376 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{baaaded u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0xc5ffd59 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0xfe62d1e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:42.969 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:42.970 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:42.970 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:42.970 2046 2065 V WindowManagerShell: Delegate animation for (#4376) to null 11-28 10:19:42.970 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:42.970 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4376 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{baaaded u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0xc5ffd59 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{e124f72 u0 org.thoughtcrime.securesms/.MainActivity)/@0xfe62d1e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:42.972 1569 3693 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:42.973 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:42.980 1569 3693 D AutofillSession: createPendingIntent for request 838 11-28 10:19:43.067 1569 11890 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2 11-28 10:19:43.069 1569 3693 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.conversation.v2.ConversationActivity 11-28 10:19:43.070 2046 2065 V WindowManagerShell: Transition requested (#4377): android.os.BinderProxy@2fe91 TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4377 } 11-28 10:19:43.071 1569 3693 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.MainActivity 11-28 10:19:43.162 1569 3693 I ActivityManager: Process org.thoughtcrime.securesms (pid 11721) has died: fg TOP 11-28 10:19:43.163 1569 2186 D AutofillSession: handling death of Token{af87422 ActivityRecord{baaaded u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity t48126 f}}} when saving=false 11-28 10:19:43.163 1569 3693 W ActivityManager: Scheduling restart of crashed service org.thoughtcrime.securesms/.messages.IncomingMessageObserver$BackgroundService in 1800000ms for start-requested 11-28 10:19:43.163 1569 3693 W ActivityManager: Scheduling restart of crashed service org.thoughtcrime.securesms/.jobmanager.JobSchedulerScheduler$SystemService in 1000ms for connection 11-28 10:19:43.164 1569 3132 I MediaSessionStack: removeSession | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/340 (userId=0) 11-28 10:19:43.166 1569 3415 I WindowManager: WIN DEATH: Window{ac14df7 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity} 11-28 10:19:43.171 1569 3415 I WindowManager: WIN DEATH: Window{d81634d u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} 11-28 10:19:43.178 1569 1695 W ActivityManager: setHasOverlayUi called on unknown pid: 11721 11-28 10:19:43.183 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:19:43.185 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4376) android.os.BinderProxy@79985d2@0 11-28 10:19:43.187 1569 1691 V WindowManager: Finish Transition (#4376): created at 11-28 10:19:42.764 collect-started=0.044ms request-sent=5.552ms started=7.354ms ready=15.592ms sent=202.948ms finished=422.63ms 11-28 10:19:43.188 1569 3693 W ActivityManager: pid 1569 system sent binder code 7 with flags 1 to frozen apps and got error -32 11-28 10:19:43.188 1569 3693 D ActivityManager: Too many transaction errors, throttling freezer binder callback. 11-28 10:19:43.188 1569 3693 W WindowManager: Exception thrown during dispatchAppVisibility Window{d81634d u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity EXITING} 11-28 10:19:43.188 1569 3693 W WindowManager: android.os.DeadObjectException 11-28 10:19:43.188 1569 3693 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 11-28 10:19:43.188 1569 3693 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:586) 11-28 10:19:43.188 1569 3693 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:553) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3253) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1289) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:403) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:7166) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5881) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5823) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.Transition.finishTransition(Transition.java:1286) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:937) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:494) 11-28 10:19:43.188 1569 3693 W WindowManager: at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:289) 11-28 10:19:43.188 1569 3693 W WindowManager: at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:204) 11-28 10:19:43.188 1569 3693 W WindowManager: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:19:43.188 1569 3693 W WindowManager: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:19:43.189 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:43.197 1569 3415 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:43.197 1569 3415 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:43.227 2046 2145 V WindowManagerShell: onTransitionReady(transaction=6738803958135) 11-28 10:19:43.234 2046 2065 V WindowManagerShell: onTransitionReady (#4377) android.os.BinderProxy@2fe91: {id=4377 t=CLOSE f=0x10 trk=1 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@a2b0782} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0xffcc1f6 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@127fe93} m=TO_BACK f=NONE leash=Surface(name=Task=48126)/@0xbfbb9f7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x8e1a064 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:43.234 2046 2065 V WindowManagerShell: Playing animation for (#4377) android.os.BinderProxy@2fe91@1 11-28 10:19:43.234 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:43.234 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:43.234 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:43.234 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:43.234 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:43.234 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:43.234 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:43.234 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:43.234 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4377 t=CLOSE f=0x10 trk=1 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@a2b0782} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0xffcc1f6 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@127fe93} m=TO_BACK f=NONE leash=Surface(name=Task=48126)/@0xbfbb9f7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x8e1a064 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:43.234 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:43.234 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:43.234 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:43.234 2046 2065 D RemoteTransitionHandler: Found filterPair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:43.234 2046 2065 V WindowManagerShell: Delegate animation for (#4377) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome } 11-28 10:19:43.235 1569 1691 V WindowManager: Sent Transition (#4377) createdAt=11-28 10:19:43.069 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4377 } 11-28 10:19:43.235 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:43.235 1569 1691 V WindowManager: info={id=4377 t=CLOSE f=0x10 trk=1 r=[0@Point(0, 0)] c=[ 11-28 10:19:43.235 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:43.235 1569 1691 V WindowManager: {WCT{RemoteToken{6e87c9c Task{62cbfc3 #48126 type=standard A=10269:org.thoughtcrime.securesms}}} m=TO_BACK f=NONE leash=Surface(name=Task=48126)/@0x99a056e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:43.235 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:19:43.235 1569 1691 V WindowManager: ]} 11-28 10:19:43.242 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:43.244 1569 3673 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:43.263 1569 1707 I ActivityManager: Start proc 11892:org.thoughtcrime.securesms/u0a269 for service {org.thoughtcrime.securesms/org.thoughtcrime.securesms.jobmanager.JobSchedulerScheduler$SystemService} 11-28 10:19:43.278 1569 2207 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:19:43.532 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4377) android.os.BinderProxy@2fe91@1 11-28 10:19:43.534 1569 1691 V WindowManager: Finish Transition (#4377): created at 11-28 10:19:43.069 collect-started=0.386ms request-sent=0.475ms started=7.058ms ready=108.199ms sent=156.258ms finished=464.77ms 11-28 10:19:43.534 1569 3412 W ActivityManager: pid 1569 system sent binder code 7 with flags 1 to frozen apps and got error -32 11-28 10:19:43.534 1569 3412 D ActivityManager: Too many transaction errors, throttling freezer binder callback. 11-28 10:19:43.535 1569 3412 W WindowManager: Exception thrown during dispatchAppVisibility Window{ac14df7 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity EXITING} 11-28 10:19:43.535 1569 3412 W WindowManager: android.os.DeadObjectException 11-28 10:19:43.535 1569 3412 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 11-28 10:19:43.535 1569 3412 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:586) 11-28 10:19:43.535 1569 3412 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:553) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3253) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1289) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:403) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:7166) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5881) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5823) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.Transition.finishTransition(Transition.java:1286) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:937) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:494) 11-28 10:19:43.535 1569 3412 W WindowManager: at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:289) 11-28 10:19:43.535 1569 3412 W WindowManager: at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:204) 11-28 10:19:43.535 1569 3412 W WindowManager: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:19:43.535 1569 3412 W WindowManager: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:19:43.547 2046 2065 V WindowManagerShell: Track 1 became idle 11-28 10:19:43.547 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:43.549 1569 2207 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:43.550 1569 3412 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:43.552 1569 3412 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:43.570 1569 1695 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{baaaded u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity t-1 f}} 11-28 10:19:43.982 1569 2207 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@/vk 11-28 10:19:43.982 1569 2207 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/vk 11-28 10:19:43.984 1569 2207 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@/vk 11-28 10:19:43.985 1569 2207 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@/vk 11-28 10:19:43.990 1569 2207 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@/vk 11-28 10:19:44.275 1569 3673 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:44.276 1569 3673 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:44.277 1569 3673 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:44.290 1569 3673 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity bnds=[779,316][963,613]} with LAUNCH_MULTIPLE from uid 10227 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:44.293 2046 2065 V WindowManagerShell: Transition requested (#4378): android.os.BinderProxy@8ddae85 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48127 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415378603 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@16e04da} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{beead0b org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@edb37e8] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3cfae01, appThread = android.app.IApplicationThread$Stub$Proxy@c3794a6, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4378 } 11-28 10:19:44.293 2046 2065 V WindowManagerShell: RemoteTransition directly requested for (#4378) android.os.BinderProxy@8ddae85: RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3cfae01, appThread = android.app.IApplicationThread$Stub$Proxy@c3794a6, debugName = QuickstepLaunch } 11-28 10:19:44.327 1569 3673 D CoreBackPreview: Window{c5e2bb u0 Splash Screen org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@abdca16, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:44.345 1569 1691 V WindowManager: Sent Transition (#4378) createdAt=11-28 10:19:44.277 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48127 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415378603 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{5757769 Task{33e0cc0 #48127 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{19c05ee org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@d513a8f] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@507b11c, appThread = android.app.IApplicationThread$Stub$Proxy@3e52125, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4378 } 11-28 10:19:44.345 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:44.345 1569 1691 V WindowManager: info={id=4378 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:44.345 1569 1691 V WindowManager: {WCT{RemoteToken{5757769 Task{33e0cc0 #48127 type=standard A=10269:org.thoughtcrime.securesms}}} m=OPEN f=NONE leash=Surface(name=Task=48127)/@0x78fee33 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:44.345 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:19:44.345 1569 1691 V WindowManager: ]} 11-28 10:19:44.345 2046 2061 V WindowManagerShell: onTransitionReady(transaction=6738803958161) 11-28 10:19:44.345 2046 2065 V WindowManagerShell: onTransitionReady (#4378) android.os.BinderProxy@8ddae85: {id=4378 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@74042f5} m=OPEN f=NONE leash=Surface(name=Task=48127)/@0x812927e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@941588a} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x3fef3df sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:19:44.345 2046 2065 V WindowManagerShell: Playing animation for (#4378) android.os.BinderProxy@8ddae85@0 11-28 10:19:44.345 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:44.345 2046 2065 V WindowManagerShell: Mixed transition for opening an intent with a remote transition and PIP #4378 11-28 10:19:44.346 2046 2065 V WindowManagerShell: Delegate animation for (#4378) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3cfae01, appThread = android.app.IApplicationThread$Stub$Proxy@c3794a6, debugName = QuickstepLaunch } 11-28 10:19:44.346 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:19:44.347 1569 3414 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:44.490 1569 3414 D CoreBackPreview: Window{9eeeb20 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@4335a9b, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:44.568 1569 3673 D CompatChangeReporter: Compat change id reported: 261072174; UID 10269; state: ENABLED 11-28 10:19:44.612 1569 3412 I MediaSessionStack: addSession to bottom of stack | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/341 (userId=0) 11-28 10:19:44.684 1569 2186 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:19:44.883 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4378) android.os.BinderProxy@8ddae85@0 11-28 10:19:44.885 1569 1691 V WindowManager: Finish Transition (#4378): created at 11-28 10:19:44.277 collect-started=0.073ms request-sent=11.761ms started=16.778ms ready=44.056ms sent=66.486ms finished=607.328ms 11-28 10:19:44.887 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:44.887 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:44.889 1569 3415 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:44.890 1569 2186 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:44.943 1569 2186 D CoreBackPreview: Window{c5e2bb u0 Splash Screen org.thoughtcrime.securesms EXITING}: Setting back callback null 11-28 10:19:45.279 1569 3414 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:19:45.279 1569 3414 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:19:45.279 1569 3414 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:19:45.285 1569 3414 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW cmp=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity (has extras)} with LAUNCH_SINGLE_TASK from uid 10269 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:19:45.286 2046 2065 V WindowManagerShell: Transition requested (#4379): android.os.BinderProxy@8a04273 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48127 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=2 lastActiveTime=415379598 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@86d8530} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{85685a9 org.thoughtcrime.securesms.conversation.v2.ConversationActivity} launchCookies=[android.os.BinderProxy@edb37e8] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4379 } 11-28 10:19:45.428 1569 3414 D CoreBackPreview: Window{4c6d612 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@398ba99, mPriority=0, mIsAnimationCallback=false} 11-28 10:19:45.450 1569 3415 V AutofillSession: Primary service component name: ComponentInfo{com.google.android.gms/com.google.android.gms.autofill.service.AutofillService}, secondary service component name: ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:45.451 1569 3415 V SecondaryProviderHandler: Creating a secondary provider handler with component name, ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:45.451 1569 3415 W FillRequestEventLogger: Couldn't find packageName: com.google.android.inputmethod.latin 11-28 10:19:45.470 2046 20476 V WindowManagerShell: onTransitionReady(transaction=6738803958211) 11-28 10:19:45.470 1569 1691 V WindowManager: Sent Transition (#4379) createdAt=11-28 10:19:45.279 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48127 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=2 lastActiveTime=415379598 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{5757769 Task{33e0cc0 #48127 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{1751e36 org.thoughtcrime.securesms.conversation.v2.ConversationActivity} launchCookies=[android.os.BinderProxy@d513a8f] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4379 } 11-28 10:19:45.470 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:45.470 2046 2065 V WindowManagerShell: onTransitionReady (#4379) android.os.BinderProxy@8a04273: {id=4379 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7c4c9ba u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0x346972e sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{66ee43 u0 org.thoughtcrime.securesms/.RoutingActivity)/@0x2b292cf sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:45.470 1569 1691 V WindowManager: info={id=4379 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[ 11-28 10:19:45.470 1569 1691 V WindowManager: {null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7c4c9ba u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0x9d5a2f8 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity}, 11-28 10:19:45.470 1569 1691 V WindowManager: {null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{66ee43 u0 org.thoughtcrime.securesms/.RoutingActivity)/@0xf929a5b sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity} 11-28 10:19:45.470 1569 1691 V WindowManager: ]} 11-28 10:19:45.470 2046 2065 V WindowManagerShell: Playing animation for (#4379) android.os.BinderProxy@8a04273@0 11-28 10:19:45.470 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:45.470 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:45.471 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:45.471 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:45.471 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:45.471 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:45.471 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:45.471 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:45.471 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4379 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7c4c9ba u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0x346972e sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{66ee43 u0 org.thoughtcrime.securesms/.RoutingActivity)/@0x2b292cf sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:45.471 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:45.471 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:45.471 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:45.471 2046 2065 V WindowManagerShell: Delegate animation for (#4379) to null 11-28 10:19:45.471 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:45.471 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4379 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=2130772038 exitResId=2130772008} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7c4c9ba u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity)/@0x346972e sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff303030 component=org.thoughtcrime.securesms/.conversation.v2.ConversationActivity},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{66ee43 u0 org.thoughtcrime.securesms/.RoutingActivity)/@0x2b292cf sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff303030 component=org.thoughtcrime.securesms/.MainActivity}]} 11-28 10:19:45.473 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:45.473 1569 2186 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:45.479 1569 2186 D AutofillSession: createPendingIntent for request 840 11-28 10:19:45.505 1569 2812 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:19:45.672 1569 3415 W PresentationStatsEventLogger: Bad view state for: -1 11-28 10:19:45.681 1569 3414 W PresentationStatsEventLogger: Bad view state for: -1 11-28 10:19:45.682 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4379) android.os.BinderProxy@8a04273@0 11-28 10:19:45.684 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:45.684 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:45.685 1569 1691 V WindowManager: Finish Transition (#4379): created at 11-28 10:19:45.279 collect-started=0.035ms request-sent=5.091ms started=8.149ms ready=11.844ms sent=189.399ms finished=403.38ms 11-28 10:19:45.686 1569 3414 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:45.687 1569 3414 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:45.754 11892 11924 E AndroidRuntime: FATAL EXCEPTION: signal-bounded-2 11-28 10:19:45.754 11892 11924 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 11892 11-28 10:19:45.754 11892 11924 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:929) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SQLiteSession.java:871) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SQLiteQuery.java:68) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SQLiteCursor.java:196) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SQLiteCursor.java:135) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:116) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:96) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:354) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesRead(MessageTable.kt:2319) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setMessagesReadSince(MessageTable.kt:2252) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:533) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:514) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.database.ThreadTable.setReadSince(ThreadTable.kt:509) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.lambda$onViewsRevealed$0(MarkReadHelper.java:65) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper.$r8$lambda$B4EhSn6sRL5I5qd-ty8vyoMfbHo(MarkReadHelper.java:0) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.conversation.MarkReadHelper$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.lambda$enqueue$0(SerialMonoLifoExecutor.java:44) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor.$r8$lambda$DG-JDqK_CQzQ4r7XEovANUj-KMk(SerialMonoLifoExecutor.java:0) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.thoughtcrime.securesms.util.concurrent.SerialMonoLifoExecutor$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 10:19:45.754 11892 11924 E AndroidRuntime: at org.signal.core.util.concurrent.SignalExecutors$NumberedThreadFactory$1.run(SignalExecutors.java:109) 11-28 10:19:45.933 1569 2186 W FillRequestEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:19:45.933 1569 2186 W FillResponseEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:19:45.934 1569 2186 D AutofillSession: clearPendingIntentLocked 11-28 10:19:45.936 1569 3414 V AutofillSession: Primary service component name: ComponentInfo{com.google.android.gms/com.google.android.gms.autofill.service.AutofillService}, secondary service component name: ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:45.936 1569 3414 V SecondaryProviderHandler: Creating a secondary provider handler with component name, ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:19:45.937 1569 3414 W FillRequestEventLogger: Couldn't find packageName: com.google.android.inputmethod.latin 11-28 10:19:45.954 1569 2186 D AutofillSession: createPendingIntent for request 842 11-28 10:19:46.192 1569 12169 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2 11-28 10:19:46.193 1569 2812 W ActivityManager: Process org.thoughtcrime.securesms has crashed too many times, killing! Reason: crashed quickly 11-28 10:19:46.193 1569 2812 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.conversation.v2.ConversationActivity 11-28 10:19:46.194 2046 2065 V WindowManagerShell: Transition requested (#4380): android.os.BinderProxy@4b0ca48 TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4380 } 11-28 10:19:46.203 1569 2812 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.MainActivity 11-28 10:19:46.208 1569 2812 W AppStandbyController: Tried to restrict recently used app: org.thoughtcrime.securesms due to 1540 11-28 10:19:46.214 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:19:46.218 1569 2812 I ActivityManager: Killing 11892:org.thoughtcrime.securesms/u0a269 (adj 0): crash 11-28 10:19:46.232 1569 1691 D HintManagerService: Uid gone for 10269 11-28 10:19:46.261 2046 2716 V WindowManagerShell: onTransitionReady(transaction=6738803958232) 11-28 10:19:46.261 2046 2065 V WindowManagerShell: onTransitionReady (#4380) android.os.BinderProxy@4b0ca48: {id=4380 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@3f70a1d} m=TO_FRONT f=SHOW_WALLPAPER p=WCT{android.window.IWindowContainerToken$Stub$Proxy@4b25492} leash=Surface(name=Task=1)/@0x89840e1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@9eae63} m=TO_FRONT f=SHOW_WALLPAPER leash=Surface(name=DefaultTaskDisplayArea)/@0xb9e5e06 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0},{null m=TO_FRONT f=IS_WALLPAPER|IS_OCCLUDED leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x1b80cc7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:46.262 2046 2065 V WindowManagerShell: Playing animation for (#4380) android.os.BinderProxy@4b0ca48@0 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:19:46.262 1569 1691 V WindowManager: Sent Transition (#4380) createdAt=11-28 10:19:46.193 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4380 } 11-28 10:19:46.262 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:19:46.262 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:19:46.262 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4380 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@3f70a1d} m=TO_FRONT f=SHOW_WALLPAPER p=WCT{android.window.IWindowContainerToken$Stub$Proxy@4b25492} leash=Surface(name=Task=1)/@0x89840e1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@9eae63} m=TO_FRONT f=SHOW_WALLPAPER leash=Surface(name=DefaultTaskDisplayArea)/@0xb9e5e06 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0},{null m=TO_FRONT f=IS_WALLPAPER|IS_OCCLUDED leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x1b80cc7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:46.262 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:19:46.262 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:19:46.262 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:19:46.262 2046 2065 V WindowManagerShell: Delegate animation for (#4380) to null 11-28 10:19:46.262 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:46.262 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4380 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@3f70a1d} m=TO_FRONT f=SHOW_WALLPAPER p=WCT{android.window.IWindowContainerToken$Stub$Proxy@4b25492} leash=Surface(name=Task=1)/@0x89840e1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@9eae63} m=TO_FRONT f=SHOW_WALLPAPER leash=Surface(name=DefaultTaskDisplayArea)/@0xb9e5e06 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0},{null m=TO_FRONT f=IS_WALLPAPER|IS_OCCLUDED leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x1b80cc7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:19:46.262 1569 1691 V WindowManager: info={id=4380 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:19:46.262 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER p=WCT{RemoteToken{1ed1451 DefaultTaskDisplayArea@15847529}} leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:19:46.262 1569 1691 V WindowManager: {WCT{RemoteToken{1ed1451 DefaultTaskDisplayArea@15847529}} m=TO_FRONT f=SHOW_WALLPAPER leash=Surface(name=DefaultTaskDisplayArea)/@0x895aac1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}, 11-28 10:19:46.262 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER|IS_OCCLUDED leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:19:46.262 1569 1691 V WindowManager: ]} 11-28 10:19:46.263 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@a7f2b19 animAttr=0x10 type=CLOSE isEntrance=true 11-28 10:19:46.263 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:19:46.264 1569 2812 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:46.279 1569 3415 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:19:46.315 1569 3415 V ActivityManager: Got obituary of 11892:org.thoughtcrime.securesms 11-28 10:19:46.315 1569 3414 I MediaSessionStack: removeSession | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/341 (userId=0) 11-28 10:19:46.316 1569 3415 D AutofillSession: handling death of Token{41cc06b ActivityRecord{7c4c9ba u0 org.thoughtcrime.securesms/.conversation.v2.ConversationActivity t48127 f} isExiting}} when saving=false 11-28 10:19:46.316 1569 2199 I WindowManager: WIN DEATH: Window{4c6d612 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity} 11-28 10:19:46.323 1569 2199 I WindowManager: WIN DEATH: Window{9eeeb20 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} 11-28 10:19:46.330 1569 1695 W ActivityManager: setHasOverlayUi called on unknown pid: 11892 11-28 10:19:46.502 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4380) android.os.BinderProxy@4b0ca48@0 11-28 10:19:46.507 1569 1691 V WindowManager: Finish Transition (#4380): created at 11-28 10:19:46.193 collect-started=0.077ms request-sent=0.158ms started=14.048ms ready=61.117ms sent=66.658ms finished=312.698ms 11-28 10:19:46.508 1569 1703 W ActivityManager: pid 1569 system sent binder code 7 with flags 1 to frozen apps and got error -32 11-28 10:19:46.508 1569 1703 D ActivityManager: Too many transaction errors, throttling freezer binder callback. 11-28 10:19:46.509 1569 1703 W WindowManager: Exception thrown during dispatchAppVisibility Window{4c6d612 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.conversation.v2.ConversationActivity EXITING} 11-28 10:19:46.509 1569 1703 W WindowManager: android.os.DeadObjectException 11-28 10:19:46.509 1569 1703 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 11-28 10:19:46.509 1569 1703 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:586) 11-28 10:19:46.509 1569 1703 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:553) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3253) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1289) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:403) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:7166) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5881) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5823) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.Transition.finishTransition(Transition.java:1286) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:937) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:494) 11-28 10:19:46.509 1569 1703 W WindowManager: at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:289) 11-28 10:19:46.509 1569 1703 W WindowManager: at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:204) 11-28 10:19:46.509 1569 1703 W WindowManager: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:19:46.509 1569 1703 W WindowManager: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:19:46.528 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:19:46.528 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:19:46.529 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:46.532 1569 3673 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:46.534 1569 3673 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:19:47.907 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:19:48.806 1569 1873 D ActivityManager: freezing 27357 android.process.acore 11-28 10:19:48.810 1569 1873 D ActivityManager: freezing 19743 com.shannon.rcsservice:shannonrcsservice 11-28 10:19:48.813 1569 1873 D ActivityManager: freezing 19550 com.google.android.carrier 11-28 10:19:50.461 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:50.461 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:50.461 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:50.462 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:50.462 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:50.879 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:19:52.789 1569 1873 D ActivityManager: freezing 4105 .ShannonImsService 11-28 10:19:53.399 523 11578 I keystore2: system/security/keystore2/watchdog/src/lib.rs:319 - Watchdog thread idle -> terminating. Have a great day. 11-28 10:19:53.667 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:53.667 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:53.667 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:53.667 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:53.667 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:54.467 1569 3415 D ActivityManager: sync unfroze 4105 .ShannonImsService for 7 11-28 10:19:54.498 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:54.502 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:54.505 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:54.510 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:54.514 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:19:54.596 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:19:54.599 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:54.603 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:54.605 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:19:54.668 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.680 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.682 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.683 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.684 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.685 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.687 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.688 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.692 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.727 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.728 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:19:54.730 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.742 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.749 1569 3603 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/wQ 11-28 10:19:54.750 1569 3603 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/wQ 11-28 10:19:54.750 1569 3603 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/wQ 11-28 10:19:54.750 1569 3603 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/wQ 11-28 10:19:54.752 1569 3603 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/wQ 11-28 10:19:54.752 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.753 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.754 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.754 1569 3603 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/wQ 11-28 10:19:54.754 1569 3603 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/wQ 11-28 10:19:54.755 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:19:54.757 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:19:54.757 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:19:54.762 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/wU 11-28 10:19:54.763 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/wU 11-28 10:19:54.764 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/wU 11-28 10:19:54.767 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/wU 11-28 10:19:54.767 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/wU 11-28 10:19:54.831 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/xA 11-28 10:19:54.833 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/xA 11-28 10:19:54.833 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/xA 11-28 10:19:54.833 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/xA 11-28 10:19:54.835 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/xA 11-28 10:19:54.837 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/xA 11-28 10:19:54.837 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@/xA 11-28 10:19:54.855 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/xE 11-28 10:19:54.857 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/xE 11-28 10:19:54.859 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/xE 11-28 10:19:54.861 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/xE 11-28 10:19:54.861 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/xE 11-28 10:19:56.869 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:56.869 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:56.870 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:56.870 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:19:56.870 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:01.383 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:01.387 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:01.389 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:01.393 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:01.803 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:01.806 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:01.808 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:01.811 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:03.442 1569 1873 D ActivityManager: freezing 422 com.google.android.apps.photos 11-28 10:20:06.896 1569 3599 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(cgaat)@/xo 11-28 10:20:06.897 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@/xo 11-28 10:20:06.899 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}(cap: ConnectionMgr PlaceEmerg SuppVoice -> ConnectionMgr PlaceEmerg SuppVoice Voice )]: TSI.rPA(cgaat)@/xo 11-28 10:20:06.913 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@/xo 11-28 10:20:06.926 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:20:06.930 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cgaat)@/xo 11-28 10:20:07.038 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.038 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.041 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.048 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.050 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.055 1569 1706 D ActivityManager: sync unfroze 19548 com.android.imsserviceentitlement for 3 11-28 10:20:07.056 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.061 1569 11029 D ActivityManager: sync unfroze 27357 android.process.acore for 7 11-28 10:20:07.064 1569 1706 D ActivityManager: sync unfroze 19623 com.google.RilConfigService for 3 11-28 10:20:07.071 1569 1706 D ActivityManager: sync unfroze 19640 com.google.android.apps.carrier.carrierwifi for 3 11-28 10:20:07.078 1569 1569 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.gSCMFU(a)@/yA 11-28 10:20:07.078 1569 1569 I TelecomLoaderService: updating sim call manager permissions for userId:0 11-28 10:20:07.078 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.080 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.082 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.082 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.084 1569 3603 D ActivityManager: sync unfroze 19550 com.google.android.carrier for 7 11-28 10:20:07.085 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.085 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.089 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.093 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.096 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.097 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.098 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.098 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.100 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.105 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.106 1569 3599 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.110 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.111 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.112 1569 1706 D ActivityManager: sync unfroze 19678 com.google.android.wfcactivation for 3 11-28 10:20:07.115 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.116 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.116 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.117 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.117 1569 11029 I Telecom : CallsManager: updateEmergencyCallNotificationAsync; show=false: CM.UEMCNA@/x8 11-28 10:20:07.118 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.119 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.120 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:07.120 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.128 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.130 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.137 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.151 1569 2199 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.156 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.165 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.296 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.301 1569 3603 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.301 1569 3599 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.302 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.306 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.308 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.308 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.311 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.317 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.318 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.418 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.420 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.422 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.424 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.425 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.427 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.429 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.431 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.433 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.435 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.436 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.438 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.443 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.447 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.450 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.454 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:07.456 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:20:08.155 1569 3673 D ActivityManager: sync unfroze 19743 com.shannon.rcsservice:shannonrcsservice for 7 11-28 10:20:08.192 1569 1755 I AppsFilter: interaction: PackageSetting{2ac7307 com.google.android.microdroid.empty_payload/10262} -> PackageSetting{ce34c34 com.google.android.apps.carrier.carrierwifi/10132} BLOCKED 11-28 10:20:08.210 1569 2007 D ShortcutService: received package broadcast intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package: flg=0x45000010 (has extras) } 11-28 10:20:08.210 1569 2007 D ShortcutService: changing package: com.google.android.apps.carrier.carrierwifi userId0 11-28 10:20:08.210 1569 2007 D ShortcutService: handlePackageChanged: com.google.android.apps.carrier.carrierwifi user=0 11-28 10:20:08.210 1569 2007 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.apps.carrier.carrierwifi, forceRescan=true , isNewApp=true 11-28 10:20:08.211 1569 2007 D ShortcutService: Package com.google.android.apps.carrier.carrierwifi has 0 manifest shortcut(s), and 0 share target(s) 11-28 10:20:08.239 1569 2024 D ActivityManager: sync unfroze 2667 com.google.android.permissioncontroller for 6 11-28 10:20:08.240 1569 2024 W ProcessStats: Tracking association SourceState{527488e system/1000 ImpFg #1096060} whose proc state 5 is better than process ProcessState{56a6412 com.google.android.permissioncontroller/10257 pkg=com.google.android.permissioncontroller} proc state 14 (13 skipped) 11-28 10:20:08.242 1569 3693 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:20:08.255 1569 3673 D ActivityManager: sync unfroze 18255 com.google.android.euicc for 6 11-28 10:20:08.267 1569 3693 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:20:08.268 1569 3693 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:20:08.268 1569 3693 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:20:08.270 1569 3693 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:20:08.271 1569 3415 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:20:08.438 1569 1705 W MagnificationConnectionManager: requestConnection duplicated request: connect=false, mConnectionState=DISCONNECTED 11-28 10:20:11.034 1569 1873 D ActivityManager: freezing 26444 com.google.android.gms 11-28 10:20:12.686 927 3169 I vendor.google.wifi_ext-service-vendor: Wifi: Setting SAR Scenario to 5 11-28 10:20:13.255 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:13.257 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:13.258 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:13.259 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:13.319 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.326 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.338 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.341 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.342 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.344 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.345 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.345 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.346 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.346 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.347 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.347 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.348 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.349 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.349 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.350 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:13.351 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:20:13.351 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:20:13.403 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/0E 11-28 10:20:13.404 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/0E 11-28 10:20:13.404 1569 3684 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/0E 11-28 10:20:13.404 1569 3684 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/0E 11-28 10:20:13.405 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/0E 11-28 10:20:13.407 1569 3684 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/0E 11-28 10:20:13.407 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/0E 11-28 10:20:13.419 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/0Y 11-28 10:20:13.421 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/0Y 11-28 10:20:13.422 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/0Y 11-28 10:20:13.426 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/0Y 11-28 10:20:13.426 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/0Y 11-28 10:20:13.490 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/0w 11-28 10:20:13.491 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/0w 11-28 10:20:13.491 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/0w 11-28 10:20:13.491 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/0w 11-28 10:20:13.493 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/0w 11-28 10:20:13.496 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/0w 11-28 10:20:13.496 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/0w 11-28 10:20:13.509 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/00 11-28 10:20:13.510 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/00 11-28 10:20:13.511 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/00 11-28 10:20:13.513 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/00 11-28 10:20:13.513 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/00 11-28 10:20:17.094 1569 1873 D ActivityManager: freezing 19623 com.google.RilConfigService 11-28 10:20:17.109 1569 1873 D ActivityManager: freezing 19548 com.android.imsserviceentitlement 11-28 10:20:17.127 1569 1873 D ActivityManager: freezing 19678 com.google.android.wfcactivation 11-28 10:20:17.248 1569 1873 D ActivityManager: freezing 19640 com.google.android.apps.carrier.carrierwifi 11-28 10:20:23.345 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:20:24.895 1569 3601 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:20:24.931 1569 3132 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785586262 11-28 10:20:24.948 1569 3132 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:20:24.955 1569 1703 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:20:24.956 1569 1703 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:20:24.957 1569 1703 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:20:24.957 1569 1703 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:20:24.957 1569 1703 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:20:24.967 1569 3684 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785586262 11-28 10:20:25.013 1569 3693 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:20:26.465 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:26.469 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:26.471 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:26.474 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:26.477 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:20:28.294 1569 1873 D ActivityManager: freezing 2667 com.google.android.permissioncontroller 11-28 10:20:31.685 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:31.685 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:31.685 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:31.685 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:31.685 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:31.720 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:20:33.430 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:20:34.845 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:34.845 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:34.845 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:34.845 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:34.845 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:36.495 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:20:37.878 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:37.886 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:37.888 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:37.891 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:37.895 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:20:37.970 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:37.972 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:37.975 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:37.979 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:37.988 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:37.988 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:37.988 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:37.988 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:37.988 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:38.062 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.065 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.069 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.075 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.080 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.083 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.084 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.090 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.094 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.095 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.097 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.097 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.100 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.106 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.107 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.108 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/1k 11-28 10:20:38.111 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/1k 11-28 10:20:38.111 1569 3693 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/1k 11-28 10:20:38.111 1569 3693 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/1k 11-28 10:20:38.114 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/1k 11-28 10:20:38.117 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/1k 11-28 10:20:38.117 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/1k 11-28 10:20:38.119 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:38.121 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:20:38.121 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:20:38.134 1569 3414 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/1o 11-28 10:20:38.135 1569 3414 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/1o 11-28 10:20:38.136 1569 3414 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/1o 11-28 10:20:38.139 1569 3414 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/1o 11-28 10:20:38.139 1569 3414 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/1o 11-28 10:20:38.160 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:20:38.168 1569 3414 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/2E 11-28 10:20:38.169 1569 3414 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/2E 11-28 10:20:38.169 1569 3414 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/2E 11-28 10:20:38.169 1569 3414 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/2E 11-28 10:20:38.170 1569 3414 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/2E 11-28 10:20:38.172 1569 3414 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/2E 11-28 10:20:38.172 1569 3414 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/2E 11-28 10:20:38.180 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/2I 11-28 10:20:38.180 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/2I 11-28 10:20:38.182 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/2I 11-28 10:20:38.183 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/2I 11-28 10:20:38.183 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/2I 11-28 10:20:38.250 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/20 11-28 10:20:38.251 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/20 11-28 10:20:38.251 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/20 11-28 10:20:38.251 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/20 11-28 10:20:38.253 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/20 11-28 10:20:38.254 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/20 11-28 10:20:38.254 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/20 11-28 10:20:38.262 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/24 11-28 10:20:38.263 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/24 11-28 10:20:38.264 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/24 11-28 10:20:38.266 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/24 11-28 10:20:38.266 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/24 11-28 10:20:45.867 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:45.873 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:45.874 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:45.877 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:46.304 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:46.307 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:46.308 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:46.309 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:47.528 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:47.528 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:47.528 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:47.528 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:47.528 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:56.359 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:20:57.120 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:57.120 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:57.120 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:57.120 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:57.121 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:20:57.765 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:20:57.767 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:57.769 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:57.774 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:20:57.777 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:20:57.837 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.842 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.852 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.852 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.853 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.854 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.854 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.855 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.856 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.857 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.857 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.858 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.859 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.860 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.861 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.861 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:20:57.864 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:20:57.864 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:20:57.907 1569 3414 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/30 11-28 10:20:57.908 1569 3414 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/30 11-28 10:20:57.909 1569 3414 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/30 11-28 10:20:57.909 1569 3414 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/30 11-28 10:20:57.910 1569 3414 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/30 11-28 10:20:57.915 1569 3414 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/30 11-28 10:20:57.915 1569 3414 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/30 11-28 10:20:57.924 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/4E 11-28 10:20:57.925 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/4E 11-28 10:20:57.927 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/4E 11-28 10:20:57.929 1569 3684 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/4E 11-28 10:20:57.929 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/4E 11-28 10:20:57.994 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/4g 11-28 10:20:57.997 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/4g 11-28 10:20:57.997 1569 3684 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/4g 11-28 10:20:57.997 1569 3684 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/4g 11-28 10:20:57.999 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/4g 11-28 10:20:58.001 1569 3684 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/4g 11-28 10:20:58.001 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/4g 11-28 10:20:58.011 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/4k 11-28 10:20:58.013 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/4k 11-28 10:20:58.014 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/4k 11-28 10:20:58.016 1569 3684 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/4k 11-28 10:20:58.016 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/4k 11-28 10:21:03.341 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:03.341 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:03.341 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:03.341 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:03.341 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:05.278 1569 3684 D CoreBackPreview: startBackNavigation currentTask=Task{6fb6718 #47753 type=home I=com.google.android.apps.nexuslauncher/.NexusLauncherActivity}, topRunningActivity=ActivityRecord{86cf48a u0 com.google.android.apps.nexuslauncher/.NexusLauncherActivity t47753}, callbackInfo=OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@5a4b5a3, mPriority=0, mIsAnimationCallback=true}, currentFocus=Window{e95bc00 u0 com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} 11-28 10:21:05.279 2046 2065 D ShellBackPreview: Received backNavigationInfo:BackNavigationInfo{mType=TYPE_CALLBACK (4), mOnBackNavigationDone=android.os.RemoteCallback@e960d0d, mOnBackInvokedCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@2ebb4c2, mPrepareRemoteAnimation=false, mAnimationCallback=true, mCustomizeAnimationInfo=null} 11-28 10:21:05.301 2046 2065 D ShellBackPreview: Finishing gesture with event action: 1 11-28 10:21:05.301 2046 2065 D ShellBackPreview: onGestureFinished() mTriggerBack == false 11-28 10:21:05.301 2046 2065 D ShellBackPreview: Trigger back without dispatching to animator. 11-28 10:21:05.301 2046 2065 D ShellBackPreview: BackAnimationController: finishBackNavigation() 11-28 10:21:05.302 1569 3684 D CoreBackPreview: onBackNavigationDone backType=4, triggerBack=false 11-28 10:21:07.818 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:21:09.741 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:09.741 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:09.741 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:09.741 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:09.741 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:10.648 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:21:10.650 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:10.651 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:10.653 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:10.660 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:21:17.967 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:21:18.919 1569 1873 D ActivityManager: freezing 18255 com.google.android.euicc 11-28 10:21:19.078 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:21:19.082 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:19.084 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:19.086 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:19.175 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:21:19.177 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:19.179 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:19.182 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:19.227 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.237 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.251 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.252 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.253 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.255 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.256 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.257 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.258 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.258 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.259 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.259 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.260 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.260 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.261 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.261 1569 3603 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5M 11-28 10:21:19.261 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:19.262 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:21:19.262 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:21:19.263 1569 3603 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/5M 11-28 10:21:19.263 1569 3603 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/5M 11-28 10:21:19.263 1569 3603 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/5M 11-28 10:21:19.266 1569 3603 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5M 11-28 10:21:19.270 1569 3603 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/5M 11-28 10:21:19.270 1569 3603 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/5M 11-28 10:21:19.278 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5Q 11-28 10:21:19.279 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/5Q 11-28 10:21:19.281 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5Q 11-28 10:21:19.284 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/5Q 11-28 10:21:19.284 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/5Q 11-28 10:21:19.306 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:21:19.316 1569 3603 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5s 11-28 10:21:19.317 1569 3603 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/5s 11-28 10:21:19.317 1569 3603 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/5s 11-28 10:21:19.317 1569 3603 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/5s 11-28 10:21:19.318 1569 3603 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5s 11-28 10:21:19.322 1569 3603 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/5s 11-28 10:21:19.322 1569 3603 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/5s 11-28 10:21:19.330 1569 3414 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5w 11-28 10:21:19.331 1569 3414 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/5w 11-28 10:21:19.333 1569 3414 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/5w 11-28 10:21:19.335 1569 3414 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/5w 11-28 10:21:19.335 1569 3414 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/5w 11-28 10:21:19.401 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/6c 11-28 10:21:19.402 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/6c 11-28 10:21:19.402 1569 3693 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/6c 11-28 10:21:19.402 1569 3693 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/6c 11-28 10:21:19.404 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/6c 11-28 10:21:19.407 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/6c 11-28 10:21:19.407 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/6c 11-28 10:21:19.417 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/6g 11-28 10:21:19.418 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/6g 11-28 10:21:19.420 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/6g 11-28 10:21:19.422 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/6g 11-28 10:21:19.422 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/6g 11-28 10:21:19.786 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:21:26.805 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:21:26.807 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:26.808 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:26.810 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:27.305 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:21:27.306 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:27.308 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:27.310 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:30.000 927 3169 I vendor.google.wifi_ext-service-vendor: Wifi: Resetting SAR Scenario to default 11-28 10:21:31.855 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:31.855 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:31.856 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:31.856 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:31.856 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:31.878 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:21:32.578 1569 3693 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:21:32.604 1569 3673 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785586262 11-28 10:21:32.624 1569 3693 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:21:32.630 1569 3414 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:21:32.631 1569 3414 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:21:32.632 1569 3414 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:21:32.632 1569 3414 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:21:32.633 1569 3414 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:21:32.647 1569 3684 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785586262 11-28 10:21:32.652 1569 3414 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:21:36.784 1569 1873 D ActivityManager: freezing 8690 com.google.android.apps.turbo 11-28 10:21:36.788 1569 1873 D ActivityManager: freezing 11584 com.google.android.projection.gearhead:provider 11-28 10:21:37.322 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:21:39.068 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:21:39.069 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:39.073 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:39.080 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:39.083 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:21:39.126 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.133 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.136 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.143 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.145 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.148 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.149 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.149 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.150 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.151 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.151 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.153 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.154 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.154 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.155 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.156 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:21:39.157 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:21:39.157 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:21:39.190 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/7g 11-28 10:21:39.193 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/7g 11-28 10:21:39.193 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/7g 11-28 10:21:39.193 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/7g 11-28 10:21:39.197 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/7g 11-28 10:21:39.202 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/7g 11-28 10:21:39.202 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/7g 11-28 10:21:39.213 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/74 11-28 10:21:39.214 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/74 11-28 10:21:39.215 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/74 11-28 10:21:39.217 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/74 11-28 10:21:39.217 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/74 11-28 10:21:39.280 1569 3673 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/8E 11-28 10:21:39.281 1569 3673 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/8E 11-28 10:21:39.281 1569 3673 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/8E 11-28 10:21:39.281 1569 3673 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/8E 11-28 10:21:39.283 1569 3673 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/8E 11-28 10:21:39.285 1569 3673 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/8E 11-28 10:21:39.285 1569 3673 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/8E 11-28 10:21:39.296 1569 3673 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/8I 11-28 10:21:39.297 1569 3673 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/8I 11-28 10:21:39.299 1569 3673 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/8I 11-28 10:21:39.301 1569 3673 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/8I 11-28 10:21:39.301 1569 3673 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/8I 11-28 10:21:41.916 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:21:46.846 1569 3684 D ActivityManager: sync unfroze 8690 com.google.android.apps.turbo for 6 11-28 10:21:46.852 1569 3684 D ActivityManager: sync unfroze 11584 com.google.android.projection.gearhead:provider for 6 11-28 10:21:46.878 1569 3673 W ProcessStats: Tracking association SourceState{8908bd8 com.google.android.apps.turbo/10147 ImpFg #1096332} whose proc state 5 is better than process ProcessState{a3dc330 com.google.android.projection.gearhead:provider/10115 pkg=com.google.android.projection.gearhead} proc state 14 (2 skipped) 11-28 10:21:47.737 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:47.737 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:47.737 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:47.737 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:47.737 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:47.762 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:21:49.124 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:21:52.148 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:21:52.151 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:52.153 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:52.155 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:21:52.159 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:21:57.301 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:57.301 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:57.301 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:57.301 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:57.301 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:21:59.211 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:22:00.444 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:00.444 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:00.444 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:00.444 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:00.444 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:02.175 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:22:04.521 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:04.524 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:04.528 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:04.533 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:04.539 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:22:04.603 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:04.605 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:04.606 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:04.606 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:04.663 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.678 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.680 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.681 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.681 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.682 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.683 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.684 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.688 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.689 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.690 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.691 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.692 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/84 11-28 10:22:04.693 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.693 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/84 11-28 10:22:04.693 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/84 11-28 10:22:04.693 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/84 11-28 10:22:04.694 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.694 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.695 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/84 11-28 10:22:04.695 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:04.697 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:22:04.697 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:22:04.698 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/84 11-28 10:22:04.698 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/84 11-28 10:22:04.714 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/88 11-28 10:22:04.716 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/88 11-28 10:22:04.720 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/88 11-28 10:22:04.724 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/88 11-28 10:22:04.724 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/88 11-28 10:22:04.745 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/9I 11-28 10:22:04.746 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/9I 11-28 10:22:04.746 1569 3693 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/9I 11-28 10:22:04.746 1569 3693 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/9I 11-28 10:22:04.748 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/9I 11-28 10:22:04.749 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/9I 11-28 10:22:04.749 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/9I 11-28 10:22:04.756 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/9M 11-28 10:22:04.757 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/9M 11-28 10:22:04.758 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/9M 11-28 10:22:04.760 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/9M 11-28 10:22:04.760 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/9M 11-28 10:22:04.771 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:22:04.840 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/+I 11-28 10:22:04.841 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@/+I 11-28 10:22:04.841 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@/+I 11-28 10:22:04.841 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@/+I 11-28 10:22:04.843 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/+I 11-28 10:22:04.845 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@/+I 11-28 10:22:04.845 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/+I 11-28 10:22:04.855 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/+M 11-28 10:22:04.856 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@/+M 11-28 10:22:04.858 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@/+M 11-28 10:22:04.860 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@/+M 11-28 10:22:04.860 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@/+M 11-28 10:22:10.538 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:22:11.397 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:11.403 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:11.407 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:11.411 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:11.739 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:11.741 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:11.742 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:11.744 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:16.356 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:16.356 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:16.357 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:16.357 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:16.357 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:16.382 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:22:21.778 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:22:23.508 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:23.510 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:23.511 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:23.513 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:23.515 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:22:23.543 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.548 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.550 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.554 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.557 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.558 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.561 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.562 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.563 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.564 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.565 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.567 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.568 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.569 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.571 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.572 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:23.574 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:22:23.574 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:22:23.606 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//A 11-28 10:22:23.606 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@//A 11-28 10:22:23.606 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@//A 11-28 10:22:23.606 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@//A 11-28 10:22:23.608 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//A 11-28 10:22:23.610 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@//A 11-28 10:22:23.610 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@//A 11-28 10:22:23.616 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//U 11-28 10:22:23.616 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@//U 11-28 10:22:23.617 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//U 11-28 10:22:23.621 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@//U 11-28 10:22:23.621 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@//U 11-28 10:22:23.683 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//w 11-28 10:22:23.684 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@//w 11-28 10:22:23.684 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@//w 11-28 10:22:23.684 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@//w 11-28 10:22:23.685 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//w 11-28 10:22:23.687 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@//w 11-28 10:22:23.687 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@//w 11-28 10:22:23.696 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//0 11-28 10:22:23.697 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@//0 11-28 10:22:23.699 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@//0 11-28 10:22:23.700 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@//0 11-28 10:22:23.700 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@//0 11-28 10:22:24.925 1569 3599 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:22:24.942 1569 3599 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785586262 11-28 10:22:24.964 1569 3673 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:22:24.967 1569 3693 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:22:24.968 1569 3693 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:22:24.968 1569 3693 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:22:24.969 1569 3599 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:22:24.969 1569 3599 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:22:24.974 1569 3693 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785586262 11-28 10:22:24.982 1569 3693 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785586262 11-28 10:22:26.426 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:22:33.579 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:22:36.907 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:36.908 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:36.910 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:36.912 1569 3599 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:36.916 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:22:43.655 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:22:44.096 927 1019 I vendor.google.wifi_ext-service-vendor: Wifi: Setting SAR Scenario to 5 11-28 10:22:45.001 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:45.001 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:45.002 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:45.002 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:45.002 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:22:45.029 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:22:46.455 1569 3684 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@a087e2e, mPriority=0, mIsAnimationCallback=false} 11-28 10:22:46.514 1569 3693 D SystemServerTiming: getUserSwitchability-0 11-28 10:22:46.514 1569 3693 D SystemServerTiming: TM.isInCall 11-28 10:22:46.514 1569 3673 D SystemServerTiming: getUserSwitchability-0 11-28 10:22:46.514 1569 3673 D SystemServerTiming: TM.isInCall 11-28 10:22:46.514 1569 3693 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:22:46.514 1569 3693 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:22:46.515 1569 3693 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:22:46.515 1569 3673 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:22:46.515 1569 3673 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:22:46.515 1569 3673 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:22:46.582 1569 3684 D ActivityManager: sync unfroze 26444 com.google.android.gms for 4 11-28 10:22:46.942 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:22:48.177 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:48.178 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:48.179 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:48.180 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:48.182 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:22:48.244 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:48.246 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:48.247 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:48.248 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:48.277 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.278 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.279 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.280 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.280 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.282 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.289 1569 3414 W ProcessStats: Tracking association SourceState{f38617f com.google.android.gms.persistent/10148 Fgs #1096469} whose proc state 3 is better than process ProcessState{930470a com.google.android.gms/10148 pkg=com.google.android.gms} proc state 14 (0 skipped) 11-28 10:22:48.292 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.294 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.295 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.295 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.296 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.297 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.297 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.298 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.298 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.299 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:22:48.301 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:22:48.301 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:22:48.302 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AAk 11-28 10:22:48.302 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AAk 11-28 10:22:48.302 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AAk 11-28 10:22:48.302 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AAk 11-28 10:22:48.304 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AAk 11-28 10:22:48.306 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AAk 11-28 10:22:48.306 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AAk 11-28 10:22:48.314 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AAo 11-28 10:22:48.317 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AAo 11-28 10:22:48.318 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AAo 11-28 10:22:48.321 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AAo 11-28 10:22:48.321 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AAo 11-28 10:22:48.346 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:22:48.356 1569 3411 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ABE 11-28 10:22:48.357 1569 3411 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@ABE 11-28 10:22:48.357 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@ABE 11-28 10:22:48.357 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@ABE 11-28 10:22:48.358 1569 3411 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ABE 11-28 10:22:48.360 1569 3411 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@ABE 11-28 10:22:48.360 1569 3411 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@ABE 11-28 10:22:48.366 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ABM 11-28 10:22:48.367 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@ABM 11-28 10:22:48.368 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ABM 11-28 10:22:48.370 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@ABM 11-28 10:22:48.370 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@ABM 11-28 10:22:48.436 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AB0 11-28 10:22:48.437 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AB0 11-28 10:22:48.437 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AB0 11-28 10:22:48.437 1569 3599 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AB0 11-28 10:22:48.438 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AB0 11-28 10:22:48.440 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AB0 11-28 10:22:48.440 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AB0 11-28 10:22:48.449 1569 3599 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AB4 11-28 10:22:48.450 1569 3599 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AB4 11-28 10:22:48.452 1569 3599 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AB4 11-28 10:22:48.453 1569 3599 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AB4 11-28 10:22:48.453 1569 3599 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AB4 11-28 10:22:51.980 1569 3693 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback null 11-28 10:22:52.012 1569 3599 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:22:53.580 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:22:53.584 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:53.586 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:53.588 1569 3693 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:22:54.690 1569 1965 D CompatChangeReporter: Compat change id reported: 151861875; UID 1000; state: ENABLED 11-28 10:22:54.691 1569 1965 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:22:54.698 1569 1965 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:22:54.708 1569 1965 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[228,869][412,1166]} with LAUNCH_MULTIPLE from uid 10227 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:22:54.712 2046 2065 V WindowManagerShell: Transition requested (#4381): android.os.BinderProxy@d6cd158 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=1 lastActiveTime=415569021 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@12e22b1} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{51ce396 com.android.settings.Settings} launchCookies=[android.os.BinderProxy@6a8cb17] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@e89ab04, appThread = android.app.IApplicationThread$Stub$Proxy@bd138ed, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4381 } 11-28 10:22:54.713 2046 2065 V WindowManagerShell: RemoteTransition directly requested for (#4381) android.os.BinderProxy@d6cd158: RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@e89ab04, appThread = android.app.IApplicationThread$Stub$Proxy@bd138ed, debugName = QuickstepLaunch } 11-28 10:22:54.725 1569 3411 D ActivityManager: quick sync unfreeze 26633 for 1 11-28 10:22:54.726 1569 3411 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:22:54.729 1569 1695 D ActivityManager: sync unfroze 26633 com.android.settings for 1 11-28 10:22:54.762 1569 1691 V WindowManager: Sent Transition (#4381) createdAt=11-28 10:22:54.697 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=1 lastActiveTime=415569021 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{79f19e5 Task{2e31fd6 #48128 type=standard A=1000:com.android.settings.root}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{4bffcba com.android.settings.Settings} launchCookies=[android.os.BinderProxy@69b776b] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@656a2c8, appThread = android.app.IApplicationThread$Stub$Proxy@72c6f61, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4381 } 11-28 10:22:54.762 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:22:54.762 1569 3415 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:22:54.763 1569 1691 V WindowManager: info={id=4381 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:22:54.763 1569 1691 V WindowManager: {WCT{RemoteToken{79f19e5 Task{2e31fd6 #48128 type=standard A=1000:com.android.settings.root}}} m=OPEN f=NONE leash=Surface(name=Task=48128)/@0x4bcd54f sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:22:54.763 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:22:54.763 1569 1691 V WindowManager: ]} 11-28 10:22:54.763 2046 2805 V WindowManagerShell: onTransitionReady(transaction=6738803958281) 11-28 10:22:54.763 2046 2065 V WindowManagerShell: onTransitionReady (#4381) android.os.BinderProxy@d6cd158: {id=4381 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@f7cec59} m=OPEN f=NONE leash=Surface(name=Task=48128)/@0x1f718d2 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@e09f01e} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x431bda3 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:22:54.763 2046 2065 V WindowManagerShell: Playing animation for (#4381) android.os.BinderProxy@d6cd158@0 11-28 10:22:54.764 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:22:54.764 2046 2065 V WindowManagerShell: Mixed transition for opening an intent with a remote transition and PIP #4381 11-28 10:22:54.764 2046 2065 V WindowManagerShell: Delegate animation for (#4381) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@e89ab04, appThread = android.app.IApplicationThread$Stub$Proxy@bd138ed, debugName = QuickstepLaunch } 11-28 10:22:54.767 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:22:54.840 1569 3693 W ActivityTaskManager: takeTaskSnapshot: taskId=48127 not found or not visible 11-28 10:22:54.999 1569 3411 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:22:55.013 1569 1707 I ActivityManager: Start proc 12375:com.google.android.apps.security.securityhub/u0a366 for content provider {com.google.android.apps.security.securityhub/com.google.android.apps.security.securityhub.settingscontentprovider.SettingsContentProvider} 11-28 10:22:55.033 1569 3415 D ActivityManager: sync unfroze 21134 com.google.android.settings.intelligence for 7 11-28 10:22:55.056 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:22:55.111 1569 1863 E JobScheduler.JobStatus: App com.google.android.apps.security.securityhub became active but still in NEVER bucket 11-28 10:22:55.112 1569 1863 E JobScheduler.JobStatus: App com.google.android.apps.security.securityhub became active but still in NEVER bucket 11-28 10:22:55.112 26633 26633 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1249 android.content.ContextWrapper.sendBroadcast:506 com.google.android.settings.search.SearchFeatureProviderGoogleImpl.sendPreIndexIntent:28 com.android.settings.homepage.TopLevelSettings.onStart:185 androidx.fragment.app.Fragment.performStart:3188 11-28 10:22:55.173 1569 3693 D ActivityManager: sync unfroze 2667 com.google.android.permissioncontroller for 6 11-28 10:22:55.179 1569 3415 D CoreBackPreview: Window{d17ed18 u0 com.android.settings/com.android.settings.Settings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@5a664f4, mPriority=-1, mIsAnimationCallback=false} 11-28 10:22:55.279 1569 3415 W ActivityTaskManager: Request to remove task ignored for non-existent task 48097 11-28 10:22:55.283 1569 3673 W PackageConfigPersister: App-specific configuration not found for packageName: com.android.settings and userId: 0 11-28 10:22:55.294 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4381) android.os.BinderProxy@d6cd158@0 11-28 10:22:55.296 1569 1691 V WindowManager: Finish Transition (#4381): created at 11-28 10:22:54.697 collect-started=0.065ms request-sent=10.417ms started=15.84ms ready=40.216ms sent=62.465ms finished=597.903ms 11-28 10:22:55.296 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:22:55.296 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:22:55.301 1569 3673 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:22:55.301 1569 3693 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:22:55.872 1569 3411 D StorageStatsService: getFreeBytes: 24230907904 11-28 10:23:01.089 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:01.091 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:01.093 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:01.094 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:01.246 1569 1705 W ProcessStats: Tracking association SourceState{6766467 com.android.settings/1000 BTop #1096545} whose proc state 2 is better than process ProcessState{2b55912 com.google.android.settings.intelligence/10144 pkg=com.google.android.settings.intelligence} proc state 13 (43 skipped) 11-28 10:23:01.340 1569 2199 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:23:01.343 1569 2199 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:23:01.352 1569 2199 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} with LAUNCH_MULTIPLE from uid 1000 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:23:01.352 2046 2065 V WindowManagerShell: Transition requested (#4382): android.os.BinderProxy@6da41e2 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.android.settings/com.android.settings.SubSettings} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=2 lastActiveTime=415575665 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@1cd1973} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{4071030 com.android.settings.SubSettings} launchCookies=[android.os.BinderProxy@6a8cb17] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4382 } 11-28 10:23:01.361 1569 3415 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:23:01.477 1569 3411 D ActivityManager: sync unfroze 9008 com.google.android.turboadapter for 6 11-28 10:23:01.555 1569 3603 D CoreBackPreview: Window{11e72d u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@a6aa6b0, mPriority=-1, mIsAnimationCallback=false} 11-28 10:23:01.617 2046 2092 V WindowManagerShell: onTransitionReady(transaction=6738803958331) 11-28 10:23:01.617 2046 2065 V WindowManagerShell: onTransitionReady (#4382) android.os.BinderProxy@6da41e2: {id=4382 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7192397 u0 com.android.settings/.SubSettings)/@0x83a66 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0x63021a7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.android.settings/.homepage.SettingsHomepageActivity}]} 11-28 10:23:01.618 2046 2065 V WindowManagerShell: Playing animation for (#4382) android.os.BinderProxy@6da41e2@0 11-28 10:23:01.618 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:23:01.618 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:23:01.618 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:23:01.618 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:23:01.618 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:23:01.618 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:23:01.618 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:23:01.618 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:23:01.618 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4382 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7192397 u0 com.android.settings/.SubSettings)/@0x83a66 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0x63021a7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.android.settings/.homepage.SettingsHomepageActivity}]} 11-28 10:23:01.618 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:23:01.618 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:23:01.619 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:23:01.619 2046 2065 V WindowManagerShell: Delegate animation for (#4382) to null 11-28 10:23:01.619 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:01.619 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4382 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7192397 u0 com.android.settings/.SubSettings)/@0x83a66 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0x63021a7 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.android.settings/.homepage.SettingsHomepageActivity}]} 11-28 10:23:01.620 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@7a093c0 animAttr=0x5 type=OPEN isEntrance=false 11-28 10:23:01.624 1569 1691 V WindowManager: Sent Transition (#4382) createdAt=11-28 10:23:01.342 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.android.settings/com.android.settings.SubSettings} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=2 lastActiveTime=415575665 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{79f19e5 Task{2e31fd6 #48128 type=standard A=1000:com.android.settings.root}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{1879a12 com.android.settings.SubSettings} launchCookies=[android.os.BinderProxy@69b776b] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4382 } 11-28 10:23:01.624 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:23:01.624 1569 1691 V WindowManager: info={id=4382 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[ 11-28 10:23:01.624 1569 1691 V WindowManager: {null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{7192397 u0 com.android.settings/.SubSettings)/@0x93db46b sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings}, 11-28 10:23:01.624 1569 1691 V WindowManager: {null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0x1c10dba sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.android.settings/.homepage.SettingsHomepageActivity} 11-28 10:23:01.624 1569 1691 V WindowManager: ]} 11-28 10:23:01.635 1569 3673 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:01.635 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@43bcbb5 animAttr=0x4 type=OPEN isEntrance=true 11-28 10:23:01.657 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:01.763 1569 2199 W PackageConfigPersister: App-specific configuration not found for packageName: com.android.settings and userId: 0 11-28 10:23:02.116 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4382) android.os.BinderProxy@6da41e2@0 11-28 10:23:02.121 1569 1691 V WindowManager: Finish Transition (#4382): created at 11-28 10:23:01.342 collect-started=0.093ms request-sent=9.677ms started=11.301ms ready=18.906ms sent=272.991ms finished=777.689ms 11-28 10:23:02.130 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:02.130 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:02.133 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:02.135 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:04.755 1569 1873 D ActivityManager: freezing 19743 com.shannon.rcsservice:shannonrcsservice 11-28 10:23:04.758 1569 1873 D ActivityManager: freezing 19550 com.google.android.carrier 11-28 10:23:08.407 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:23:11.107 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:23:11.508 1569 1873 D ActivityManager: freezing 9008 com.google.android.turboadapter 11-28 10:23:12.787 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:12.789 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:12.790 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:12.792 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:12.795 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:23:12.817 1569 1693 E DiscreteRegistry: Deleting file 1732180966751tl 11-28 10:23:12.832 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.833 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.848 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.850 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.852 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.853 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.855 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.856 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.857 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.858 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.859 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.862 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.863 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.864 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.866 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.867 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:12.870 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:23:12.870 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:23:12.876 1569 3673 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ACc 11-28 10:23:12.877 1569 3673 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@ACc 11-28 10:23:12.877 1569 3673 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@ACc 11-28 10:23:12.877 1569 3673 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@ACc 11-28 10:23:12.879 1569 3673 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ACc 11-28 10:23:12.887 1569 3673 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@ACc 11-28 10:23:12.887 1569 3673 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@ACc 11-28 10:23:12.898 1569 2199 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ACg 11-28 10:23:12.899 1569 2199 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@ACg 11-28 10:23:12.900 1569 2199 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ACg 11-28 10:23:12.902 1569 2199 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@ACg 11-28 10:23:12.902 1569 2199 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@ACg 11-28 10:23:12.910 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:23:12.925 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AC8 11-28 10:23:12.926 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AC8 11-28 10:23:12.926 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AC8 11-28 10:23:12.926 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AC8 11-28 10:23:12.927 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AC8 11-28 10:23:12.928 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AC8 11-28 10:23:12.928 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AC8 11-28 10:23:12.937 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ADE 11-28 10:23:12.938 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@ADE 11-28 10:23:12.939 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ADE 11-28 10:23:12.940 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@ADE 11-28 10:23:12.940 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@ADE 11-28 10:23:15.442 1569 1873 D ActivityManager: freezing 2667 com.google.android.permissioncontroller 11-28 10:23:16.384 1569 1962 E AppOps : package com.android.server.audio not found, can't check for attributionTag null 11-28 10:23:16.384 1569 1962 E AppOps : Bad call made by uid 1000. Package "com.android.server.audio" does not belong to uid 1000. 11-28 10:23:16.384 1569 1962 E AppOps : Cannot noteOperation: non-application UID 1000 11-28 10:23:16.385 1569 1692 E ActivityManager: Unable to find UidObserver by token 11-28 10:23:16.392 1569 1962 E AppOps : package com.android.server.audio not found, can't check for attributionTag null 11-28 10:23:16.392 1569 1962 E AppOps : Bad call made by uid 1000. Package "com.android.server.audio" does not belong to uid 1000. 11-28 10:23:16.392 1569 1962 E AppOps : Cannot noteOperation: non-application UID 1000 11-28 10:23:16.399 1569 1962 E AppOps : package com.android.server.audio not found, can't check for attributionTag null 11-28 10:23:16.399 1569 1962 E AppOps : Bad call made by uid 1000. Package "com.android.server.audio" does not belong to uid 1000. 11-28 10:23:16.399 1569 1962 E AppOps : Cannot noteOperation: non-application UID 1000 11-28 10:23:20.266 1569 1873 D ActivityManager: freezing 26444 com.google.android.gms 11-28 10:23:22.875 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:23:23.346 1569 3411 I NotificationService: cancelToast pkg=com.android.settings token=android.os.BinderProxy@49e1297 11-28 10:23:23.531 1569 3411 I NotificationService: cancelToast pkg=com.android.settings token=android.os.BinderProxy@42930a2 11-28 10:23:23.617 1569 3684 W NotificationService: Toast already killed. pkg=com.android.settings token=android.os.BinderProxy@49e1297 11-28 10:23:23.678 1569 3673 I NotificationService: cancelToast pkg=com.android.settings token=android.os.BinderProxy@a78fa08 11-28 10:23:23.882 1569 3673 I NotificationService: cancelToast pkg=com.android.settings token=android.os.BinderProxy@c12cf87 11-28 10:23:23.952 1569 3415 W NotificationService: Toast already killed. pkg=com.android.settings token=android.os.BinderProxy@a78fa08 11-28 10:23:24.031 1569 3411 I NotificationService: cancelToast pkg=com.android.settings token=android.os.BinderProxy@ae31895 11-28 10:23:24.302 1569 3415 W NotificationService: Toast already killed. pkg=com.android.settings token=android.os.BinderProxy@ae31895 11-28 10:23:25.281 1569 3673 I NotificationService: cancelToast pkg=com.android.settings token=android.os.BinderProxy@2b55513 11-28 10:23:25.556 1569 3673 W NotificationService: Toast already killed. pkg=com.android.settings token=android.os.BinderProxy@2b55513 11-28 10:23:26.327 1569 2199 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:26.330 1569 2199 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:26.332 1569 2199 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:26.334 1569 2199 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:26.338 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:23:27.464 1569 3684 D CoreBackPreview: startBackNavigation currentTask=Task{2e31fd6 #48128 type=standard A=1000:com.android.settings.root}, topRunningActivity=ActivityRecord{7192397 u0 com.android.settings/.SubSettings t48128}, callbackInfo=OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@a6aa6b0, mPriority=-1, mIsAnimationCallback=false}, currentFocus=Window{11e72d u0 com.android.settings/com.android.settings.SubSettings} 11-28 10:23:27.465 1569 3684 D CoreBackPreview: Previous Destination is Activity:ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} Task:Task=48128 removedContainer:ActivityRecord{7192397 u0 com.android.settings/.SubSettings t48128}, backType=TYPE_CROSS_ACTIVITY 11-28 10:23:27.475 2046 2065 D ShellBackPreview: Received backNavigationInfo:BackNavigationInfo{mType=TYPE_CROSS_ACTIVITY (2), mOnBackNavigationDone=android.os.RemoteCallback@80c2bd7, mOnBackInvokedCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@1d45cc4, mPrepareRemoteAnimation=true, mAnimationCallback=false, mCustomizeAnimationInfo=null} 11-28 10:23:27.488 2046 2065 D ShellBackPreview: BackAnimationController: startAnimation() 11-28 10:23:27.540 2046 2065 D ShellBackPreview: Finishing gesture with event action: 1 11-28 10:23:27.540 2046 2065 D ShellBackPreview: onGestureFinished() mTriggerBack == true 11-28 10:23:27.541 2046 2065 D ShellBackPreview: BackAnimationController: startPostCommitAnimation() 11-28 10:23:27.542 1569 3684 D CoreBackPreview: Setting Activity.mLauncherTaskBehind to true. Activity=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings t48128} 11-28 10:23:27.545 1569 1695 W ProcessStats: Tracking association SourceState{6766467 com.android.settings/1000 BTop #1096654} whose proc state 2 is better than process ProcessState{2b55912 com.google.android.settings.intelligence/10144 pkg=com.google.android.settings.intelligence} proc state 13 (36 skipped) 11-28 10:23:27.595 1569 3415 D ActivityManager: sync unfroze 26444 com.google.android.gms for 6 11-28 10:23:27.602 1569 3411 D ActivityManager: sync unfroze 2667 com.google.android.permissioncontroller for 6 11-28 10:23:27.838 1569 2199 W WindowManager: Failed looking up window session=Session{e6e3802 2046:u0a10240} callers=com.android.server.wm.WindowManagerService.removeClientToken:2058 com.android.server.wm.Session.remove:274 android.view.IWindowSession$Stub.onTransact:685 11-28 10:23:28.000 2046 2065 D ShellBackPreview: BackAnimationController: onBackAnimationFinished() 11-28 10:23:28.001 2046 2065 D ShellBackPreview: BackAnimationController: finishBackNavigation() 11-28 10:23:28.001 2046 2065 D ShellBackPreview: resetTouchTracker -> no queued gesture 11-28 10:23:28.004 1569 3415 D CoreBackPreview: onBackNavigationDone backType=2, triggerBack=true 11-28 10:23:28.005 2046 2065 V WindowManagerShell: Transition requested (#4383): android.os.BinderProxy@b92b88c TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4383 } 11-28 10:23:28.014 1569 3673 D CoreBackPreview: onTransactionReady, opening: [], closing: [ActivityRecord{7192397 u0 com.android.settings/.SubSettings t48128 f}}], animating: AnimationTargets{ openTarget= {ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings t48128}} closeTarget= ActivityRecord{7192397 u0 com.android.settings/.SubSettings t48128 f}} mSwitchType= 2 mComposed= true mWaitTransition= true}, match: true 11-28 10:23:28.016 1569 1691 V WindowManager: Sent Transition (#4383) createdAt=11-28 10:23:28.004 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4383 } 11-28 10:23:28.016 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:23:28.016 1569 1691 V WindowManager: info={id=4383 t=CLOSE f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[ 11-28 10:23:28.016 1569 1691 V WindowManager: {null m=CLOSE f=FILLS_TASK|FLAG_BACK_GESTURE_ANIMATED leash=Surface(name=ActivityRecord{7192397 u0 com.android.settings/.SubSettings)/@0x93db46b sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.android.settings/.SubSettings} 11-28 10:23:28.016 1569 1691 V WindowManager: ]} 11-28 10:23:28.018 2046 2061 V WindowManagerShell: onTransitionReady(transaction=6738803958416) 11-28 10:23:28.018 2046 2065 V WindowManagerShell: onTransitionReady (#4383) android.os.BinderProxy@b92b88c: {id=4383 t=CLOSE f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[{null m=CLOSE f=FILLS_TASK|FLAG_BACK_GESTURE_ANIMATED leash=Surface(name=ActivityRecord{7192397 u0 com.android.settings/.SubSettings)/@0x9fb6bd5 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.android.settings/.SubSettings}]} 11-28 10:23:28.018 2046 2065 V WindowManagerShell: Playing animation for (#4383) android.os.BinderProxy@b92b88c@0 11-28 10:23:28.018 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:23:28.018 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:23:28.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:23:28.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:23:28.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:23:28.019 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:23:28.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:23:28.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:23:28.019 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4383 t=CLOSE f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[]} 11-28 10:23:28.019 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:23:28.019 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:23:28.019 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:23:28.019 2046 2065 V WindowManagerShell: Delegate animation for (#4383) to null 11-28 10:23:28.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:28.019 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4383 t=CLOSE f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[]} 11-28 10:23:28.020 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4383) android.os.BinderProxy@b92b88c@0 11-28 10:23:28.021 1569 1691 V WindowManager: Finish Transition (#4383): created at 11-28 10:23:28.004 collect-started=0.016ms request-sent=0.049ms started=1.677ms ready=8.824ms sent=10.667ms finished=16.267ms 11-28 10:23:28.021 1569 3411 D CoreBackPreview: Setting Activity.mLauncherTaskBehind to false. Activity=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings t48128} 11-28 10:23:28.022 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:28.022 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:28.022 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:28.022 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:28.022 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:28.023 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:28.025 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:28.025 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:28.032 1569 3415 D CoreBackPreview: Window{11e72d u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback null 11-28 10:23:28.051 1569 3673 W PackageConfigPersister: App-specific configuration not found for packageName: com.android.settings and userId: 0 11-28 10:23:28.121 1569 3684 D StorageStatsService: getFreeBytes: 24230805504 11-28 10:23:29.400 1569 3415 W NotificationService: Toast already killed. pkg=com.android.settings token=android.os.BinderProxy@cf7dd4 11-28 10:23:31.759 1569 3415 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:23:31.764 1569 3415 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:23:31.764 1569 3415 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:23:31.766 1569 3415 W PackageConfigPersister: App-specific configuration not found for packageName: com.android.settings and userId: 0 11-28 10:23:31.769 1569 3415 I ActivityTaskManager: START u0 {act=android.settings.APP_SEARCH_SETTINGS flg=0x4000000 pkg=com.google.android.settings.intelligence cmp=com.google.android.settings.intelligence/.modules.search.SearchActivity (has extras)} with LAUNCH_MULTIPLE from uid 1000 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:23:31.771 2046 2065 V WindowManagerShell: Transition requested (#4384): android.os.BinderProxy@35c61b7 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.google.android.settings.intelligence/com.google.android.settings.intelligence.modules.search.SearchActivity} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=2 lastActiveTime=415606082 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@ea58d24} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{b56408d com.google.android.settings.intelligence.modules.search.SearchActivity} launchCookies=[android.os.BinderProxy@6a8cb17] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4384 } 11-28 10:23:31.779 1569 3684 D CompatChangeReporter: Compat change id reported: 324203798; UID 10144; state: ENABLED 11-28 10:23:31.936 1569 2199 D CoreBackPreview: Window{db32794 u0 com.google.android.settings.intelligence/com.google.android.settings.intelligence.modules.search.SearchActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@2f22ffb, mPriority=0, mIsAnimationCallback=false} 11-28 10:23:31.991 2046 2805 V WindowManagerShell: onTransitionReady(transaction=6738803958443) 11-28 10:23:31.991 2046 2065 V WindowManagerShell: onTransitionReady (#4384) android.os.BinderProxy@35c61b7: {id=4384 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=0 exitResId=0} r=[0@Point(0, 0)] c=[{null m=OPEN f=TRANSLUCENT|FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0x572a242 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff131314 component=com.google.android.settings.intelligence/.modules.search.SearchActivity}]} 11-28 10:23:31.991 2046 2065 V WindowManagerShell: Playing animation for (#4384) android.os.BinderProxy@35c61b7@0 11-28 10:23:31.991 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:23:31.991 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:23:31.991 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:23:31.991 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:23:31.991 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:23:31.991 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:23:31.991 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:23:31.991 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:23:31.991 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4384 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=0 exitResId=0} r=[0@Point(0, 0)] c=[{null m=OPEN f=TRANSLUCENT|FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0x572a242 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff131314 component=com.google.android.settings.intelligence/.modules.search.SearchActivity}]} 11-28 10:23:31.991 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:23:31.991 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:23:31.992 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:23:31.992 2046 2065 V WindowManagerShell: Delegate animation for (#4384) to null 11-28 10:23:31.992 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:31.992 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4384 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=0 exitResId=0} r=[0@Point(0, 0)] c=[{null m=OPEN f=TRANSLUCENT|FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0x572a242 sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff131314 component=com.google.android.settings.intelligence/.modules.search.SearchActivity}]} 11-28 10:23:31.992 1569 3684 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:31.993 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4384) android.os.BinderProxy@35c61b7@0 11-28 10:23:31.994 1569 1691 V WindowManager: Sent Transition (#4384) createdAt=11-28 10:23:31.765 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.google.android.settings.intelligence/com.google.android.settings.intelligence.modules.search.SearchActivity} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=2 lastActiveTime=415606082 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{79f19e5 Task{2e31fd6 #48128 type=standard A=1000:com.android.settings.root}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{694d230 com.google.android.settings.intelligence.modules.search.SearchActivity} launchCookies=[android.os.BinderProxy@69b776b] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4384 } 11-28 10:23:31.994 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:23:31.994 1569 1691 V WindowManager: info={id=4384 t=OPEN f=0x0 trk=0 opt={t=CUSTOM enterResId=0 exitResId=0} r=[0@Point(0, 0)] c=[ 11-28 10:23:31.994 1569 1691 V WindowManager: {null m=OPEN f=TRANSLUCENT|FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0xab214ad sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff131314 component=com.google.android.settings.intelligence/.modules.search.SearchActivity} 11-28 10:23:31.994 1569 1691 V WindowManager: ]} 11-28 10:23:31.994 1569 1691 V WindowManager: Finish Transition (#4384): created at 11-28 10:23:31.765 collect-started=0.088ms request-sent=3.609ms started=7.867ms ready=18.908ms sent=224.072ms finished=227.892ms 11-28 10:23:31.995 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:31.995 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:31.995 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:31.995 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:31.995 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:31.996 1569 3599 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:31.996 1569 3599 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:32.007 1569 1898 E ImeVisibilityStateComputer: SOFT_INPUT_STATE_ALWAYS_VISIBLE is ignored because there is no focused view that also returns true from View#onCheckIsTextEditor() 11-28 10:23:32.014 1569 3599 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.settings.intelligence and userId: 0 11-28 10:23:32.105 1569 3599 D CompatChangeReporter: Compat change id reported: 308670109; UID 1000; state: ENABLED 11-28 10:23:32.326 2046 2065 V WindowManagerShell: Transition requested (#4385): android.os.BinderProxy@a735889 TransitionRequestInfo { type = TO_BACK, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4385 } 11-28 10:23:32.333 2046 2805 V WindowManagerShell: onTransitionReady(transaction=6738803958454) 11-28 10:23:32.333 1569 1691 V WindowManager: Sent Transition (#4385) createdAt=11-28 10:23:32.323 via request=TransitionRequestInfo { type = TO_BACK, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4385 } 11-28 10:23:32.333 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:23:32.333 1569 1691 V WindowManager: info={id=4385 t=TO_BACK f=0x0 trk=0 opt={t=SCENE_TRANSITION} r=[0@Point(0, 0)] c=[ 11-28 10:23:32.333 1569 1691 V WindowManager: {null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0x1c10dba sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff131314 component=com.android.settings/.homepage.SettingsHomepageActivity} 11-28 10:23:32.333 1569 1691 V WindowManager: ]} 11-28 10:23:32.334 2046 2065 V WindowManagerShell: onTransitionReady (#4385) android.os.BinderProxy@a735889: {id=4385 t=TO_BACK f=0x0 trk=0 opt={t=SCENE_TRANSITION} r=[0@Point(0, 0)] c=[{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0xb0ca08e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff131314 component=com.android.settings/.homepage.SettingsHomepageActivity}]} 11-28 10:23:32.334 2046 2065 V WindowManagerShell: Playing animation for (#4385) android.os.BinderProxy@a735889@0 11-28 10:23:32.334 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:23:32.334 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:23:32.334 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:23:32.334 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:23:32.334 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:23:32.334 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:23:32.334 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:23:32.334 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:23:32.335 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4385 t=TO_BACK f=0x0 trk=0 opt={t=SCENE_TRANSITION} r=[0@Point(0, 0)] c=[{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0xb0ca08e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff131314 component=com.android.settings/.homepage.SettingsHomepageActivity}]} 11-28 10:23:32.336 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:23:32.336 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:23:32.336 1569 3411 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:32.336 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:23:32.336 2046 2065 V WindowManagerShell: Delegate animation for (#4385) to null 11-28 10:23:32.336 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:32.336 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4385 t=TO_BACK f=0x0 trk=0 opt={t=SCENE_TRANSITION} r=[0@Point(0, 0)] c=[{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{3f2a7f1 u0 com.android.settings/.Settings)/@0xb0ca08e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff131314 component=com.android.settings/.homepage.SettingsHomepageActivity}]} 11-28 10:23:32.338 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4385) android.os.BinderProxy@a735889@0 11-28 10:23:32.340 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:32.340 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:32.340 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:32.340 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:32.340 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:32.341 1569 1691 V WindowManager: Finish Transition (#4385): created at 11-28 10:23:32.323 collect-started=0.075ms request-sent=1.822ms started=4.209ms ready=4.177ms sent=9.299ms finished=15.662ms 11-28 10:23:32.342 1569 3411 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:32.430 1569 3684 V AutofillSession: Primary service component name: ComponentInfo{com.google.android.gms/com.google.android.gms.autofill.service.AutofillService}, secondary service component name: ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:23:32.430 1569 3684 V SecondaryProviderHandler: Creating a secondary provider handler with component name, ComponentInfo{com.android.credentialmanager/com.android.credentialmanager.autofill.CredentialAutofillService} 11-28 10:23:32.431 1569 11360 W FillRequestEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:23:32.431 1569 11360 W FillResponseEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:23:32.431 1569 11360 D AutofillSession: clearPendingIntentLocked 11-28 10:23:32.432 1569 11360 W FillRequestEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:23:32.432 1569 11360 W FillResponseEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:23:32.432 1569 11360 D AutofillSession: clearPendingIntentLocked 11-28 10:23:32.432 1569 11360 W FillResponseEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:23:32.432 1569 11360 D AutofillSession: clearPendingIntentLocked 11-28 10:23:32.432 1569 11360 W AutofillInlineSuggestionsRequestSession: Never received an InlineSuggestionsRequest from the IME for 1073741824@2136024833 11-28 10:23:32.441 1569 3599 D AutofillSession: createPendingIntent for request 844 11-28 10:23:32.441 1569 3599 D ContentCapturePerUserService: Notified activity assist data for activity: Token{3335496 ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity t48128}} without a session Id 11-28 10:23:32.445 1569 1898 W InputMethodManagerService: Delegator package does not match. Ignoring startStylusHandwriting 11-28 10:23:32.451 1569 1965 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.settings.intelligence and userId: 0 11-28 10:23:32.519 1569 2199 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785775068 11-28 10:23:32.538 1569 1569 W FillRequestEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:23:32.538 1569 1569 W FillResponseEventLogger: Shouldn't be logging AutofillFillRequestReported again for same event 11-28 10:23:32.538 1569 1569 D AutofillSession: clearPendingIntentLocked 11-28 10:23:32.541 1569 2199 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785775068 11-28 10:23:32.548 1569 3684 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785775068 11-28 10:23:32.551 1569 3684 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:23:32.552 1569 3684 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:23:32.553 1569 3599 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:23:32.554 1569 3599 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:23:32.555 1569 3684 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:23:32.556 1569 3673 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785775068 11-28 10:23:32.562 1569 3599 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785775068 11-28 10:23:32.657 2046 2065 D WindowManagerShell: onKeepClearAreasChanged: restricted={}, unrestricted={Rect(0, 1415 - 1008, 2244)} 11-28 10:23:32.715 1569 1965 D ActivityManager: Checking cgroup freezer: /sys/fs/cgroup/uid_1000/pid_1569/cgroup.freeze 11-28 10:23:32.715 1569 1965 D ActivityManager: Checking binder freezer ioctl 11-28 10:23:32.715 1569 1965 D ActivityManager: Checking freezer profiles 11-28 10:23:32.715 1569 1965 D ActivityManager: Freezer supported: true 11-28 10:23:32.741 1569 1965 I MR2ServiceImpl: registerManager | callerUid: 1000, callerPid: 26633, callerPackage: com.android.settings, targetPackageName: com.android.settings, targetUserId: UserHandle{0}, hasMediaRoutingControl: true 11-28 10:23:32.744 1569 3601 I MR2ServiceImpl: registerManager | callerUid: 1000, callerPid: 26633, callerPackage: com.android.settings, targetPackageName: null, targetUserId: UserHandle{0}, hasMediaRoutingControl: true 11-28 10:23:32.748 1569 3601 I MR2ServiceImpl: updateScanningState | manager: 62, ownerPackageName: com.android.settings, targetPackageName: com.android.settings, scanningState: SCREEN_ON_ONLY 11-28 10:23:32.749 1569 2002 I MR2ServiceImpl: Updating composite discovery preference | preference: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/2DB7CC49///ALLOW_IPV6, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, MDX_MEDIA_ROUTE_CONTROL_CATEGORY_m, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=true }, active routers: [com.google.android.apps.youtube.music, com.spotify.music] 11-28 10:23:32.760 1569 1965 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE] 11-28 10:23:32.762 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.google.android.gms/.cast.media.CastMediaRoute2ProviderService_Persistent, routes: [2c512365758da336d07628fbaee5ac49 | LS50 Wireless II-154272, bcf4efbf-845a-484c-a488-f1d213ed174a | Bedroom, 414d34f181c6c5e9662c044cea3f21a2 | Office TV] 11-28 10:23:32.778 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [11f5f9a1cb1afde721f2963fba4cfde341473a36 | LS50 Wireless II-154272] 11-28 10:23:32.783 1569 3415 I MR2ServiceImpl: setDiscoveryRequestWithRouter2 | router: com.spotify.music(id: 61), discovery request: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=true } 11-28 10:23:32.792 1569 2002 I MR2ServiceImpl: Updating composite discovery preference | preference: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/2DB7CC49///ALLOW_IPV6, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, MDX_MEDIA_ROUTE_CONTROL_CATEGORY_m, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=true }, active routers: [com.google.android.apps.youtube.music, com.spotify.music] 11-28 10:23:32.799 1569 3411 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36] 11-28 10:23:32.852 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [41b4a0aada118aaf66767c6f41d8bccb | Office TV] 11-28 10:23:32.859 1569 1965 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:41b4a0aada118aaf66767c6f41d8bccb] 11-28 10:23:32.881 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [4840d2555bd5f0b995eb76723c6c9055 | Bedroom] 11-28 10:23:32.892 1569 3684 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:4840d2555bd5f0b995eb76723c6c9055,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:41b4a0aada118aaf66767c6f41d8bccb] 11-28 10:23:32.986 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:23:33.050 1569 3673 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.gPA(cas)@AEw 11-28 10:23:33.053 1569 3673 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.gPA(cas)@AE0 11-28 10:23:33.182 1569 3411 D CompatChangeReporter: Compat change id reported: 151861875; UID 10376; state: ENABLED 11-28 10:23:33.183 1569 2199 D CompatChangeReporter: Compat change id reported: 151861875; UID 10118; state: ENABLED 11-28 10:23:33.185 1569 1965 D ActivityManager: sync unfroze 12039 com.google.android.apps.safetyhub for 7 11-28 10:23:33.198 1569 1707 I ActivityManager: Start proc 12565:com.android.angle/u0a375 for content provider {com.android.angle/com.android.angle.common.SearchProvider} 11-28 10:23:33.211 1569 2036 D CompatChangeReporter: Compat change id reported: 151861875; UID 10263; state: ENABLED 11-28 10:23:33.218 1569 1707 I ActivityManager: Start proc 12586:com.google.android.accessibility.switchaccess/u0a185 for content provider {com.google.android.accessibility.switchaccess/com.google.android.accessibility.switchaccess.systemsettings.search.SwitchAccessSearchIndexablesProvider} 11-28 10:23:33.229 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.229 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.229 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: building log message 11-28 10:23:33.229 1569 1707 I ActivityManager: Start proc 12597:com.android.traceur/u0a108 for content provider {com.android.traceur/com.android.traceur.SearchProvider} 11-28 10:23:33.229 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.229 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: done updating pids map 11-28 10:23:33.240 1569 1707 W ActivityManager: Slow operation: 57ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.240 1569 1707 W ActivityManager: Slow operation: 58ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.240 1569 1707 W ActivityManager: Slow operation: 58ms so far, now at startProcess: building log message 11-28 10:23:33.240 1569 1707 I ActivityManager: Start proc 12605:com.google.android.apps.pixel.dcservice:projection/u0a376 for content provider {com.google.android.apps.pixel.dcservice/com.google.android.apps.pixel.dcservice.feature.notificationsync.settings.NotificationSyncSearchIndexablesProvider} 11-28 10:23:33.240 1569 1707 W ActivityManager: Slow operation: 58ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.240 1569 1707 W ActivityManager: Slow operation: 58ms so far, now at startProcess: done updating pids map 11-28 10:23:33.240 1569 1707 W ActivityManager: Slow operation: 57ms so far, now at startProcess: asking zygote to start proc 11-28 10:23:33.248 1569 1707 W ActivityManager: Slow operation: 65ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.248 1569 1707 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.248 1569 1707 W ActivityManager: Slow operation: 65ms so far, now at startProcess: building log message 11-28 10:23:33.248 1569 1707 I ActivityManager: Start proc 12612:com.google.android.apps.pixel.support:projection/u0a118 for content provider {com.google.android.apps.pixel.support/com.google.android.apps.pixel.support.navigationroot.NetworkDiagnosticsSearchProvider} 11-28 10:23:33.248 1569 1707 W ActivityManager: Slow operation: 65ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.248 1569 1707 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done updating pids map 11-28 10:23:33.248 1569 1707 W ActivityManager: Slow operation: 64ms so far, now at startProcess: asking zygote to start proc 11-28 10:23:33.264 1569 1707 W ActivityManager: Slow operation: 80ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.267 1569 1707 W ActivityManager: Slow operation: 83ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.268 1569 1707 W ActivityManager: Slow operation: 83ms so far, now at startProcess: building log message 11-28 10:23:33.268 1569 1707 I ActivityManager: Start proc 12633:com.google.android.apps.privacy.wildlife:projection/u0a161 for content provider {com.google.android.apps.privacy.wildlife/com.google.android.apps.privacy.wildlife.settings.settingsui.SettingsSearchProvider} 11-28 10:23:33.268 1569 1707 W ActivityManager: Slow operation: 84ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.268 1569 1707 W ActivityManager: Slow operation: 84ms so far, now at startProcess: done updating pids map 11-28 10:23:33.268 1569 1707 W ActivityManager: Slow operation: 75ms so far, now at startProcess: asking zygote to start proc 11-28 10:23:33.283 1569 1707 W ActivityManager: Slow operation: 90ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.283 1569 1707 W ActivityManager: Slow operation: 90ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.283 1569 1707 W ActivityManager: Slow operation: 90ms so far, now at startProcess: building log message 11-28 10:23:33.283 1569 1707 I ActivityManager: Start proc 12664:com.google.android.gms.ui/u0a148 for content provider {com.google.android.gms/com.google.android.gms.app.search.GmsSearchIndexablesProvider} 11-28 10:23:33.283 1569 1707 W ActivityManager: Slow operation: 90ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.283 1569 1707 W ActivityManager: Slow operation: 90ms so far, now at startProcess: done updating pids map 11-28 10:23:33.283 1569 1707 W ActivityManager: Slow operation: 72ms so far, now at startProcess: asking zygote to start proc 11-28 10:23:33.294 1569 1707 W ActivityManager: Slow operation: 83ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.294 1569 1707 W ActivityManager: Slow operation: 83ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.294 1569 1707 W ActivityManager: Slow operation: 83ms so far, now at startProcess: building log message 11-28 10:23:33.294 1569 1707 I ActivityManager: Start proc 12672:com.google.android.healthconnect.controller/u0a263 for content provider {com.google.android.healthconnect.controller/com.android.healthconnect.controller.searchindexables.HealthConnectSearchIndexablesProvider} 11-28 10:23:33.294 1569 1707 W ActivityManager: Slow operation: 83ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.294 1569 1707 W ActivityManager: Slow operation: 83ms so far, now at startProcess: done updating pids map 11-28 10:23:33.294 1569 1707 W ActivityManager: Slow operation: 75ms so far, now at startProcess: asking zygote to start proc 11-28 10:23:33.307 1569 1707 W ActivityManager: Slow operation: 88ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.310 1569 1707 W ActivityManager: Slow operation: 91ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.311 1569 1707 W ActivityManager: Slow operation: 92ms so far, now at startProcess: building log message 11-28 10:23:33.311 1569 1707 I ActivityManager: Start proc 12688:com.google.android.marvin.talkback/u0a207 for content provider {com.google.android.marvin.talkback/com.google.android.accessibility.talkback.preference.search.TalkBackSearchIndexablesProvider} 11-28 10:23:33.311 1569 1707 W ActivityManager: Slow operation: 92ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.311 1569 1707 W ActivityManager: Slow operation: 92ms so far, now at startProcess: done updating pids map 11-28 10:23:33.311 1569 1707 W ActivityManager: Slow operation: 74ms so far, now at startProcess: asking zygote to start proc 11-28 10:23:33.324 1569 1707 W ActivityManager: Slow operation: 87ms so far, now at startProcess: returned from zygote! 11-28 10:23:33.324 1569 1707 W ActivityManager: Slow operation: 87ms so far, now at startProcess: done updating battery stats 11-28 10:23:33.324 1569 1707 W ActivityManager: Slow operation: 87ms so far, now at startProcess: building log message 11-28 10:23:33.324 1569 1707 I ActivityManager: Start proc 12700:com.google.android.projection.gearhead:projection/u0a115 for content provider {com.google.android.projection.gearhead/com.google.android.projection.gearhead.companion.settings.SettingsSearchProvider} 11-28 10:23:33.324 1569 1707 W ActivityManager: Slow operation: 87ms so far, now at startProcess: starting to update pids map 11-28 10:23:33.325 1569 1707 W ActivityManager: Slow operation: 88ms so far, now at startProcess: done updating pids map 11-28 10:23:33.441 1569 3415 D CompatChangeReporter: Compat change id reported: 319212206; UID 10161; state: ENABLED 11-28 10:23:33.542 1569 3225 D CompatChangeReporter: Compat change id reported: 311208629; UID 10148; state: ENABLED 11-28 10:23:33.614 1569 2036 D ActivityManager: sync unfroze 29384 com.google.android.projection.gearhead:shared for 6 11-28 10:23:33.640 1569 1965 D ActivityManager: sync unfroze 29510 com.google.android.projection.gearhead:car for 6 11-28 10:23:36.793 1569 1703 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:23:36.796 1569 1703 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:23:36.805 1569 1703 I ActivityTaskManager: START u0 {act=com.android.settings.SEARCH_RESULT_TRAMPOLINE pkg=com.android.settings cmp=com.android.settings/.search.SearchResultTrampoline (has extras)} with LAUNCH_MULTIPLE from uid 10144 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:23:36.810 2046 2065 V WindowManagerShell: Transition requested (#4386): android.os.BinderProxy@d36379a TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.android.settings/com.android.settings.search.SearchResultTrampoline} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=3 lastActiveTime=415611118 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@22c8cb} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=null topActivityInfo=ActivityInfo{fff88a8 com.android.settings.search.SearchResultTrampoline} launchCookies=[android.os.BinderProxy@6a8cb17] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=true appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4386 } 11-28 10:23:36.844 1569 3415 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:23:36.856 2046 2065 D WindowManagerShell: onKeepClearAreasChanged: restricted={}, unrestricted={} 11-28 10:23:36.868 1569 1703 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:23:36.868 1569 1703 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:23:36.872 1569 1703 I ActivityTaskManager: START u0 {act=com.android.settings.SEARCH_RESULT_TRAMPOLINE flg=0x2800000 pkg=com.android.settings cmp=com.android.settings/.SubSettings (has extras)} with LAUNCH_MULTIPLE from uid 1000 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:23:36.886 1569 3415 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:23:36.924 1569 3415 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:23:36.925 1569 1703 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:23:36.926 1569 1703 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:23:36.927 1569 1703 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:23:36.927 1569 1703 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:23:36.928 1569 1703 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:23:36.930 1569 1703 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.location.fused et al): null 11-28 10:23:36.940 1569 1703 D ActivityManager: Checking cgroup freezer: /sys/fs/cgroup/uid_1000/pid_1569/cgroup.freeze 11-28 10:23:36.940 1569 1703 D ActivityManager: Checking binder freezer ioctl 11-28 10:23:36.940 1569 1703 D ActivityManager: Checking freezer profiles 11-28 10:23:36.941 1569 1703 D ActivityManager: Freezer supported: true 11-28 10:23:37.056 1569 1703 D ActivityManager: Checking cgroup freezer: /sys/fs/cgroup/uid_1000/pid_1569/cgroup.freeze 11-28 10:23:37.057 1569 1703 D ActivityManager: Checking binder freezer ioctl 11-28 10:23:37.057 1569 1703 D ActivityManager: Checking freezer profiles 11-28 10:23:37.057 1569 1703 D ActivityManager: Freezer supported: true 11-28 10:23:37.131 1569 3673 I OemLock : Update OEM Unlock bit in pst partition to false 11-28 10:23:37.192 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:37.196 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:37.201 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:37.202 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:37.248 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:37.249 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:37.251 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:37.254 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:37.291 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.298 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.299 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.302 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.305 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.307 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.308 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.309 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.311 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.311 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AFU 11-28 10:23:37.312 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.314 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AFU 11-28 10:23:37.314 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AFU 11-28 10:23:37.314 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AFU 11-28 10:23:37.314 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.316 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AFU 11-28 10:23:37.318 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.319 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.321 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.322 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.323 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:37.323 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AFU 11-28 10:23:37.323 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AFU 11-28 10:23:37.324 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:23:37.324 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:23:37.335 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AFY 11-28 10:23:37.337 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AFY 11-28 10:23:37.341 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AFY 11-28 10:23:37.352 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AFY 11-28 10:23:37.352 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AFY 11-28 10:23:37.371 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:23:37.382 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AF0 11-28 10:23:37.383 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AF0 11-28 10:23:37.383 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AF0 11-28 10:23:37.383 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AF0 11-28 10:23:37.384 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AF0 11-28 10:23:37.386 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AF0 11-28 10:23:37.386 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AF0 11-28 10:23:37.394 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AF8 11-28 10:23:37.395 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AF8 11-28 10:23:37.396 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AF8 11-28 10:23:37.398 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AF8 11-28 10:23:37.398 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AF8 11-28 10:23:37.463 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AGk 11-28 10:23:37.464 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AGk 11-28 10:23:37.464 1569 2036 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AGk 11-28 10:23:37.464 1569 2036 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AGk 11-28 10:23:37.465 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AGk 11-28 10:23:37.467 1569 2036 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AGk 11-28 10:23:37.467 1569 2036 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AGk 11-28 10:23:37.476 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AGo 11-28 10:23:37.478 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AGo 11-28 10:23:37.479 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AGo 11-28 10:23:37.481 1569 2036 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AGo 11-28 10:23:37.482 1569 2036 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AGo 11-28 10:23:37.528 1569 3415 D ActivityManager: Checking cgroup freezer: /sys/fs/cgroup/uid_1000/pid_1569/cgroup.freeze 11-28 10:23:37.528 1569 3415 D ActivityManager: Checking binder freezer ioctl 11-28 10:23:37.528 1569 3415 D ActivityManager: Checking freezer profiles 11-28 10:23:37.528 1569 3415 D ActivityManager: Freezer supported: true 11-28 10:23:37.576 1569 3415 D CoreBackPreview: Window{95a8768 u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@b04b214, mPriority=-1, mIsAnimationCallback=false} 11-28 10:23:37.613 1569 1965 W ProcessStats: Tracking association SourceState{7651dfe com.google.android.gms.persistent/10148 BTop #1096826} whose proc state 2 is better than process ProcessState{930470a com.google.android.gms/10148 pkg=com.google.android.gms} proc state 14 (634 skipped) 11-28 10:23:37.630 2046 2577 V WindowManagerShell: onTransitionReady(transaction=6738803958496) 11-28 10:23:37.630 2046 2065 V WindowManagerShell: onTransitionReady (#4386) android.os.BinderProxy@d36379a: {id=4386 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{4385146 u0 com.android.settings/.SubSettings)/@0xbb6fc3d sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0x1f22c32 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.google.android.settings.intelligence/.modules.search.SearchActivity}]} 11-28 10:23:37.631 2046 2065 V WindowManagerShell: Playing animation for (#4386) android.os.BinderProxy@d36379a@0 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:23:37.631 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:23:37.631 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4386 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{4385146 u0 com.android.settings/.SubSettings)/@0xbb6fc3d sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0x1f22c32 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.google.android.settings.intelligence/.modules.search.SearchActivity}]} 11-28 10:23:37.631 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:23:37.631 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:23:37.631 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:23:37.631 2046 2065 V WindowManagerShell: Delegate animation for (#4386) to null 11-28 10:23:37.631 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:37.631 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4386 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[{null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{4385146 u0 com.android.settings/.SubSettings)/@0xbb6fc3d sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings},{null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0x1f22c32 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.google.android.settings.intelligence/.modules.search.SearchActivity}]} 11-28 10:23:37.631 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@23f2edf animAttr=0x5 type=OPEN isEntrance=false 11-28 10:23:37.637 1569 1691 V WindowManager: Sent Transition (#4386) createdAt=11-28 10:23:36.794 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48128 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings } baseActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} topActivity=ComponentInfo{com.android.settings/com.android.settings.search.SearchResultTrampoline} origActivity=ComponentInfo{com.android.settings/com.android.settings.Settings} realActivity=ComponentInfo{com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} numActivities=3 lastActiveTime=415611118 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{79f19e5 Task{2e31fd6 #48128 type=standard A=1000:com.android.settings.root}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=null topActivityInfo=ActivityInfo{88ee475 com.android.settings.search.SearchResultTrampoline} launchCookies=[android.os.BinderProxy@69b776b] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=true appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4386 } 11-28 10:23:37.637 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:23:37.637 1569 1691 V WindowManager: info={id=4386 t=OPEN f=0x0 trk=0 opt={t=FROM_STYLE} r=[0@Point(0, 0)] c=[ 11-28 10:23:37.637 1569 1691 V WindowManager: {null m=OPEN f=FILLS_TASK leash=Surface(name=ActivityRecord{4385146 u0 com.android.settings/.SubSettings)/@0x5a5595f sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1008, 2244) d=-1->0 r=-1->0:-1 bc=ff201f21 component=com.android.settings/.SubSettings}, 11-28 10:23:37.637 1569 1691 V WindowManager: {null m=TO_BACK f=FILLS_TASK leash=Surface(name=ActivityRecord{2c3b7b1 u0 com.google.android.settings.intelligence/.modules.search.SearchActivity)/@0xab214ad sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 bc=ff201f21 component=com.google.android.settings.intelligence/.modules.search.SearchActivity} 11-28 10:23:37.637 1569 1691 V WindowManager: ]} 11-28 10:23:37.643 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@b267a18 animAttr=0x4 type=OPEN isEntrance=true 11-28 10:23:37.648 1569 1965 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:37.673 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:23:37.774 1569 1965 W PackageConfigPersister: App-specific configuration not found for packageName: com.android.settings and userId: 0 11-28 10:23:38.130 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4386) android.os.BinderProxy@d36379a@0 11-28 10:23:38.135 1569 1691 V WindowManager: Finish Transition (#4386): created at 11-28 10:23:36.794 collect-started=0.351ms request-sent=10.392ms started=16.437ms ready=92.192ms sent=835.314ms finished=1340.017ms 11-28 10:23:38.136 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:23:38.136 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:23:38.137 1569 3693 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:38.138 1569 3693 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:38.139 1569 3693 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:23:40.951 1569 1965 D CoreBackPreview: Window{95a8768 u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@a82fd1f, mPriority=0, mIsAnimationCallback=true} 11-28 10:23:41.019 1569 3673 D CoreBackPreview: Window{95a8768 u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@61c5904, mPriority=-1, mIsAnimationCallback=false} 11-28 10:23:41.020 1569 3673 D CoreBackPreview: Window{b788e35 u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@a494eed, mPriority=-1, mIsAnimationCallback=false} 11-28 10:23:42.492 1569 1965 D CoreBackPreview: Window{b788e35 u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback null 11-28 10:23:42.518 1569 1695 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 11-28 10:23:42.521 1569 3673 D CoreBackPreview: Window{95a8768 u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@cdff6d2, mPriority=0, mIsAnimationCallback=true} 11-28 10:23:42.526 1569 3673 D CoreBackPreview: Window{95a8768 u0 com.android.settings/com.android.settings.SubSettings}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@fc43a3, mPriority=-1, mIsAnimationCallback=false} 11-28 10:23:42.545 1569 3673 W PackageConfigPersister: App-specific configuration not found for packageName: com.android.settings and userId: 0 11-28 10:23:42.573 1569 1691 I UsbDeviceManager: Setting USB config to 11-28 10:23:42.574 1569 1691 D UsbDeviceManager: setUsbConfig(1) request:2 11-28 10:23:42.577 1569 12982 E AdbDebuggingManager: Caught an exception opening the socket: java.io.IOException: Connection refused 11-28 10:23:43.258 1569 3415 I UsbDeviceManager: Usb setCurrentUsbFunctionsCb ,functions:1 ,status:0 ,transactionId:2250 11-28 10:23:43.258 1569 3415 I UsbDeviceManager: notifyCurrentFunction request:2 status:0 11-28 10:23:44.754 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:44.756 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:44.757 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:44.758 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:45.118 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:45.120 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:45.122 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:45.123 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:47.613 1569 1965 W ProcessStats: Tracking association SourceState{e51c592 com.google.android.inputmethod.latin/10193 ImpBg #1096916} whose proc state 6 is better than process ProcessState{930470a com.google.android.gms/10148 pkg=com.google.android.gms} proc state 14 (444 skipped) 11-28 10:23:56.609 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:23:56.611 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:56.612 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:56.614 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:23:56.661 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.662 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.663 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.664 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.665 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.676 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.677 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.678 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.679 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.680 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.681 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.682 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.682 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.683 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.684 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.685 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:23:56.686 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:23:56.686 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:23:56.724 1569 3411 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AHo 11-28 10:23:56.726 1569 3411 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AHo 11-28 10:23:56.726 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AHo 11-28 10:23:56.726 1569 3411 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AHo 11-28 10:23:56.727 1569 3411 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AHo 11-28 10:23:56.731 1569 3411 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AHo 11-28 10:23:56.731 1569 3411 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AHo 11-28 10:23:56.756 1569 3673 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AH4 11-28 10:23:56.757 1569 3673 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AH4 11-28 10:23:56.758 1569 3673 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AH4 11-28 10:23:56.767 1569 3673 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AH4 11-28 10:23:56.767 1569 3673 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AH4 11-28 10:23:56.832 1569 3132 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AIU 11-28 10:23:56.833 1569 3132 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AIU 11-28 10:23:56.833 1569 3132 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AIU 11-28 10:23:56.833 1569 3132 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AIU 11-28 10:23:56.835 1569 3132 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AIU 11-28 10:23:56.838 1569 3132 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AIU 11-28 10:23:56.838 1569 3132 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AIU 11-28 10:23:56.852 1569 3132 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AIY 11-28 10:23:56.853 1569 3132 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AIY 11-28 10:23:56.854 1569 3132 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AIY 11-28 10:23:56.857 1569 3132 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AIY 11-28 10:23:56.857 1569 3132 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AIY 11-28 10:24:02.784 1569 1965 I MR2ServiceImpl: setDiscoveryRequestWithRouter2 | router: com.spotify.music(id: 61), discovery request: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=false } 11-28 10:24:02.787 1569 2002 I MR2ServiceImpl: Updating composite discovery preference | preference: RouteDiscoveryRequest{ preferredFeatures={com.spotify.music.SPOTIFY_CONNECT, com.google.android.gms.cast.CATEGORY_CAST/2DB7CC49///ALLOW_IPV6, com.google.android.gms.cast.CATEGORY_CAST/CC32E753///ALLOW_IPV6, android.media.route.feature.LIVE_VIDEO, MDX_MEDIA_ROUTE_CONTROL_CATEGORY_m, android.media.route.feature.LIVE_AUDIO, android.media.route.feature.REMOTE_PLAYBACK}, activeScan=true }, active routers: [com.google.android.apps.youtube.music, com.spotify.music] 11-28 10:24:03.135 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:03.135 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:03.135 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:03.135 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:03.135 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:03.172 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:24:06.346 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:06.346 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:06.346 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:06.346 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:06.346 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:07.484 1569 1965 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(cgaat)@AI4 11-28 10:24:07.484 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Voice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@AI4 11-28 10:24:07.485 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}(cap: ConnectionMgr PlaceEmerg SuppVoice Voice -> ConnectionMgr PlaceEmerg SuppVoice )]: TSI.rPA(cgaat)@AI4 11-28 10:24:07.494 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Voice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@AI4 11-28 10:24:07.511 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cgaat)@AI4 11-28 10:24:07.550 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:07.554 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:07.555 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:07.556 1569 1965 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:07.575 1569 3225 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJQ 11-28 10:24:07.577 1569 3225 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AJQ 11-28 10:24:07.577 1569 3225 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AJQ 11-28 10:24:07.577 1569 3225 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AJQ 11-28 10:24:07.579 1569 3225 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJQ 11-28 10:24:07.582 1569 3225 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AJQ 11-28 10:24:07.583 1569 3225 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@AJQ 11-28 10:24:07.599 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJU 11-28 10:24:07.600 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AJU 11-28 10:24:07.603 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJU 11-28 10:24:07.609 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AJU 11-28 10:24:07.609 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AJU 11-28 10:24:07.625 1569 3132 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJg 11-28 10:24:07.627 1569 3132 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AJg 11-28 10:24:07.627 1569 3132 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AJg 11-28 10:24:07.627 1569 3132 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AJg 11-28 10:24:07.629 1569 3132 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJg 11-28 10:24:07.635 1569 3132 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AJg 11-28 10:24:07.635 1569 3132 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@AJg 11-28 10:24:07.649 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJk 11-28 10:24:07.651 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AJk 11-28 10:24:07.653 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AJk 11-28 10:24:07.655 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AJk 11-28 10:24:07.655 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AJk 11-28 10:24:07.678 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.683 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.687 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.692 1569 1706 D ActivityManager: sync unfroze 19548 com.android.imsserviceentitlement for 3 11-28 10:24:07.697 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.698 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.698 1569 1706 D ActivityManager: sync unfroze 19623 com.google.RilConfigService for 3 11-28 10:24:07.701 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.703 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.704 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.709 1569 1569 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.gSCMFU(a)@AJs 11-28 10:24:07.709 1569 1569 I TelecomLoaderService: updating sim call manager permissions for userId:0 11-28 10:24:07.712 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.713 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.714 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.716 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.717 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.719 1569 2036 D ActivityManager: sync unfroze 19550 com.google.android.carrier for 7 11-28 10:24:07.720 1569 2036 W ProcessStats: Tracking association SourceState{71edcca com.google.android.rilextension/10239 BFgs #1097002} whose proc state 4 is better than process ProcessState{533df78 com.google.android.carrier/10138 pkg=com.google.android.carrier} proc state 13 (6 skipped) 11-28 10:24:07.727 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.727 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.729 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.729 1569 1706 D ActivityManager: sync unfroze 19640 com.google.android.apps.carrier.carrierwifi for 3 11-28 10:24:07.730 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.730 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.730 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.731 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.731 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.731 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.732 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.736 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.739 1569 13027 I Telecom : CallsManager: updateEmergencyCallNotificationAsync; show=false: CM.UEMCNA@AJo 11-28 10:24:07.742 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.744 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.746 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:07.747 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.749 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.751 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.753 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.753 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.754 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.758 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.761 1569 3693 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.774 1569 1706 D ActivityManager: sync unfroze 19678 com.google.android.wfcactivation for 3 11-28 10:24:07.794 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.801 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.802 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.803 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.807 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.807 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.810 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.815 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.818 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.822 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.979 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.981 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.986 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.994 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:07.998 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.000 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.002 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.004 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.010 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.012 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.014 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.017 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.019 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.021 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.022 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.024 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.027 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.028 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:08.818 1569 3601 D ActivityManager: sync unfroze 19743 com.shannon.rcsservice:shannonrcsservice for 7 11-28 10:24:08.908 1569 1755 I AppsFilter: interaction: PackageSetting{2ac7307 com.google.android.microdroid.empty_payload/10262} -> PackageSetting{3452800 com.google.android.apps.carrier.carrierwifi/10132} BLOCKED 11-28 10:24:08.930 1569 2007 D ShortcutService: received package broadcast intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package: flg=0x45000010 (has extras) } 11-28 10:24:08.930 1569 2007 D ShortcutService: changing package: com.google.android.apps.carrier.carrierwifi userId0 11-28 10:24:08.931 1569 2007 D ShortcutService: handlePackageChanged: com.google.android.apps.carrier.carrierwifi user=0 11-28 10:24:08.931 1569 2007 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.apps.carrier.carrierwifi, forceRescan=true , isNewApp=true 11-28 10:24:08.931 1569 2007 D ShortcutService: Package com.google.android.apps.carrier.carrierwifi has 0 manifest shortcut(s), and 0 share target(s) 11-28 10:24:08.941 1569 3132 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:24:08.957 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:24:08.958 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:24:08.959 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:24:08.959 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:24:08.959 1569 3411 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:24:08.962 1569 3601 D ActivityManager: sync unfroze 18255 com.google.android.euicc for 6 11-28 10:24:09.001 1569 1705 W MagnificationConnectionManager: requestConnection duplicated request: connect=false, mConnectionState=DISCONNECTED 11-28 10:24:09.684 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:09.687 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:09.690 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:09.692 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:16.407 1569 1706 D ActivityManager: sync unfroze 11111 android:ui for 10 11-28 10:24:16.430 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:24:16.990 1569 1873 D ActivityManager: freezing 8690 com.google.android.apps.turbo 11-28 10:24:16.995 1569 1873 D ActivityManager: freezing 11584 com.google.android.projection.gearhead:provider 11-28 10:24:17.039 1569 2036 D ActivityManager: sync unfroze 8690 com.google.android.apps.turbo for 6 11-28 10:24:17.726 1569 1873 D ActivityManager: freezing 19623 com.google.RilConfigService 11-28 10:24:17.731 1569 1873 D ActivityManager: freezing 19548 com.android.imsserviceentitlement 11-28 10:24:17.792 1569 1873 D ActivityManager: freezing 19678 com.google.android.wfcactivation 11-28 10:24:17.955 1569 1873 D ActivityManager: freezing 19640 com.google.android.apps.carrier.carrierwifi 11-28 10:24:19.703 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:24:20.275 1569 1569 I ContentCaptureManagerService: Content capture data sharing session terminated successfully for package 'com.google.android.googlequicksearchbox' 11-28 10:24:20.303 1569 1569 I ContentCaptureManagerService: Content capture data sharing session terminated successfully for package 'com.google.android.googlequicksearchbox' 11-28 10:24:21.521 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:21.523 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:21.526 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:21.528 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:21.530 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:24:21.559 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:21.560 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:21.560 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:21.560 1569 3601 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:21.597 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.606 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.612 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.614 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.615 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.616 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.619 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.620 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.621 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.624 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.633 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ALo 11-28 10:24:21.633 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@ALo 11-28 10:24:21.633 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@ALo 11-28 10:24:21.633 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@ALo 11-28 10:24:21.635 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ALo 11-28 10:24:21.636 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@ALo 11-28 10:24:21.636 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@ALo 11-28 10:24:21.642 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.642 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.643 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.644 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.645 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.645 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:21.646 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ALs 11-28 10:24:21.646 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:24:21.646 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:24:21.647 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@ALs 11-28 10:24:21.648 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ALs 11-28 10:24:21.649 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@ALs 11-28 10:24:21.649 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@ALs 11-28 10:24:21.677 1569 1703 D CompatChangeReporter: Compat change id reported: 297989574; UID 10148; state: ENABLED 11-28 10:24:21.719 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AMo 11-28 10:24:21.720 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AMo 11-28 10:24:21.720 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AMo 11-28 10:24:21.720 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AMo 11-28 10:24:21.721 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AMo 11-28 10:24:21.723 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AMo 11-28 10:24:21.723 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@AMo 11-28 10:24:21.730 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AMs 11-28 10:24:21.731 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AMs 11-28 10:24:21.731 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AMs 11-28 10:24:21.736 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AMs 11-28 10:24:21.736 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AMs 11-28 10:24:24.982 1569 3415 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785775068 11-28 10:24:24.999 1569 3411 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785775068 11-28 10:24:25.011 1569 3415 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785775068 11-28 10:24:25.019 1569 3415 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785775068 11-28 10:24:25.020 1569 2036 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:24:25.021 1569 2036 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:24:25.021 1569 2036 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:24:25.022 1569 2036 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:24:25.023 1569 1703 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732783204802 11-28 10:24:25.023 1569 1703 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785775068 11-28 10:24:25.108 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.113 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.117 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.121 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.123 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.125 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.127 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.132 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.136 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.141 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.145 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.149 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.154 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.160 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.166 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.175 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.207 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.208 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:25.208 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:25.208 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:25.209 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:25.209 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:25.212 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.217 1569 2036 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.221 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:24:25.236 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.240 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.243 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.247 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.249 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.253 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.257 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.259 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.261 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.263 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.265 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.269 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.272 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.274 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.276 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.279 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:25.281 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:24:26.193 1569 1703 W ProcessStats: Tracking association SourceState{f38617f com.google.android.gms.persistent/10148 BTop #1097132} whose proc state 2 is better than process ProcessState{930470a com.google.android.gms/10148 pkg=com.google.android.gms} proc state 14 (11 skipped) 11-28 10:24:27.628 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:27.631 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:27.635 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:27.637 1569 2036 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:27.991 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:27.993 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:27.996 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:27.998 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:29.006 1569 1873 D ActivityManager: freezing 2667 com.google.android.permissioncontroller 11-28 10:24:31.590 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:31.590 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:31.590 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:31.590 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:31.590 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:36.422 1569 1873 D ActivityManager: freezing 11111 android:ui 11-28 10:24:37.644 1569 1705 W ProcessStats: Tracking association SourceState{f38617f com.google.android.gms.persistent/10148 BTop #1097169} whose proc state 2 is better than process ProcessState{930470a com.google.android.gms/10148 pkg=com.google.android.gms} proc state 14 (49 skipped) 11-28 10:24:38.015 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:24:39.456 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:39.458 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:39.460 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:39.462 1569 3673 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:39.466 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:24:39.519 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.531 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.539 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.543 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.543 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.545 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.546 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.548 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.550 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.552 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.552 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.553 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.554 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.555 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.557 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.558 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:24:39.561 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:24:39.561 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:24:39.620 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOE 11-28 10:24:39.621 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AOE 11-28 10:24:39.621 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AOE 11-28 10:24:39.621 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AOE 11-28 10:24:39.623 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOE 11-28 10:24:39.627 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AOE 11-28 10:24:39.627 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@AOE 11-28 10:24:39.634 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOI 11-28 10:24:39.635 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AOI 11-28 10:24:39.637 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOI 11-28 10:24:39.639 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AOI 11-28 10:24:39.639 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AOI 11-28 10:24:39.653 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOU 11-28 10:24:39.654 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AOU 11-28 10:24:39.654 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AOU 11-28 10:24:39.654 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AOU 11-28 10:24:39.656 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOU 11-28 10:24:39.657 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AOU 11-28 10:24:39.657 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@AOU 11-28 10:24:39.667 1569 3132 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOc 11-28 10:24:39.668 1569 3132 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AOc 11-28 10:24:39.670 1569 3132 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AOc 11-28 10:24:39.672 1569 3132 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AOc 11-28 10:24:39.672 1569 3132 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AOc 11-28 10:24:41.655 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:24:44.447 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:44.447 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:44.447 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:44.447 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:44.447 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:44.462 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:24:47.600 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:47.600 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:47.600 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:47.600 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:47.600 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:49.506 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:24:50.775 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:50.775 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:50.775 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:50.775 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:50.775 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:24:52.376 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:24:52.377 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:52.379 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:52.382 1569 3132 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:24:52.386 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:24:57.106 1569 1873 D ActivityManager: freezing 8690 com.google.android.apps.turbo 11-28 10:24:59.628 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:25:00.823 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:25:02.398 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:25:05.333 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:05.338 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:05.340 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:05.342 1569 1703 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:05.347 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:25:05.439 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:05.442 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:05.445 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:05.447 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:05.503 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.508 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.515 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.521 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.527 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.529 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.532 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.533 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.536 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.538 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.541 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.545 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.552 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.555 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.558 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.560 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:05.561 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:25:05.561 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:25:05.564 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:25:05.585 1569 3132 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@APc 11-28 10:25:05.586 1569 3132 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@APc 11-28 10:25:05.586 1569 3132 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@APc 11-28 10:25:05.586 1569 3132 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@APc 11-28 10:25:05.588 1569 3132 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@APc 11-28 10:25:05.591 1569 3132 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@APc 11-28 10:25:05.591 1569 3132 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@APc 11-28 10:25:05.598 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@APg 11-28 10:25:05.599 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@APg 11-28 10:25:05.601 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@APg 11-28 10:25:05.604 1569 3684 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@APg 11-28 10:25:05.604 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@APg 11-28 10:25:05.677 1569 1965 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AQM 11-28 10:25:05.678 1569 1965 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AQM 11-28 10:25:05.678 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AQM 11-28 10:25:05.678 1569 1965 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AQM 11-28 10:25:05.680 1569 1965 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AQM 11-28 10:25:05.683 1569 1965 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AQM 11-28 10:25:05.683 1569 1965 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = true: TSI.rPA(cap)@AQM 11-28 10:25:05.700 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AQQ 11-28 10:25:05.701 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AQQ 11-28 10:25:05.703 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AQQ 11-28 10:25:05.705 1569 3684 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AQQ 11-28 10:25:05.705 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AQQ 11-28 10:25:07.138 1569 3132 D ActivityManager: sync unfroze 8690 com.google.android.apps.turbo for 6 11-28 10:25:07.787 1569 3684 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(cgaat)@AQg 11-28 10:25:07.787 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@AQg 11-28 10:25:07.788 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}(cap: ConnectionMgr PlaceEmerg SuppVoice -> ConnectionMgr PlaceEmerg SuppVoice Voice )]: TSI.rPA(cgaat)@AQg 11-28 10:25:07.795 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0} Capabilities: ConnectionMgr PlaceEmerg SuppVoice Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@AQg 11-28 10:25:07.812 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cgaat)@AQg 11-28 10:25:07.897 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.898 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.903 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.906 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.909 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.914 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.914 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.915 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.916 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.917 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.918 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.927 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.929 1569 1569 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.gSCMFU(a)@AQ4 11-28 10:25:07.929 1569 1569 I TelecomLoaderService: updating sim call manager permissions for userId:0 11-28 10:25:07.934 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.934 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.935 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.937 1569 13126 I Telecom : CallsManager: updateEmergencyCallNotificationAsync; show=false: CM.UEMCNA@AQ0 11-28 10:25:07.937 1569 3673 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.938 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.938 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.939 1569 1706 D ActivityManager: sync unfroze 19548 com.android.imsserviceentitlement for 3 11-28 10:25:07.940 1569 1706 D ActivityManager: sync unfroze 19623 com.google.RilConfigService for 3 11-28 10:25:07.941 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.950 1569 1706 D ActivityManager: sync unfroze 19640 com.google.android.apps.carrier.carrierwifi for 3 11-28 10:25:07.950 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.951 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.952 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.953 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.954 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.954 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.954 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.955 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:07.963 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.965 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.969 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.970 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.980 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.981 1569 1706 D ActivityManager: sync unfroze 19678 com.google.android.wfcactivation for 3 11-28 10:25:07.986 1569 3411 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:07.997 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.004 1569 3415 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.010 1569 3132 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.016 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.152 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.152 1569 1965 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.160 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.160 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.161 1569 3414 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.162 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.164 1569 3684 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.164 1569 1703 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.166 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.167 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.313 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.315 1569 3601 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.319 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.321 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.323 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.325 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.327 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.329 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.331 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.332 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.334 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.335 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.337 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.338 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.340 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.341 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.343 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.344 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:08.346 1569 3225 E AppOps : attributionTag IWLAN not declared in manifest of com.google.android.iwlan 11-28 10:25:09.096 1569 1755 I AppsFilter: interaction: PackageSetting{2ac7307 com.google.android.microdroid.empty_payload/10262} -> PackageSetting{a517c1a com.google.android.apps.carrier.carrierwifi/10132} BLOCKED 11-28 10:25:09.110 1569 2007 D ShortcutService: received package broadcast intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package: flg=0x45000010 (has extras) } 11-28 10:25:09.110 1569 2007 D ShortcutService: changing package: com.google.android.apps.carrier.carrierwifi userId0 11-28 10:25:09.110 1569 2007 D ShortcutService: handlePackageChanged: com.google.android.apps.carrier.carrierwifi user=0 11-28 10:25:09.111 1569 2007 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.apps.carrier.carrierwifi, forceRescan=true , isNewApp=true 11-28 10:25:09.111 1569 2007 D ShortcutService: Package com.google.android.apps.carrier.carrierwifi has 0 manifest shortcut(s), and 0 share target(s) 11-28 10:25:09.133 1569 2024 D ActivityManager: sync unfroze 2667 com.google.android.permissioncontroller for 6 11-28 10:25:09.146 1569 2036 W ProcessStats: Tracking association SourceState{527488e system/1000 ImpFg #1097309} whose proc state 5 is better than process ProcessState{56a6412 com.google.android.permissioncontroller/10257 pkg=com.google.android.permissioncontroller} proc state 14 (9 skipped) 11-28 10:25:09.147 1569 3601 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 10120, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:25:09.152 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:25:09.153 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:25:09.153 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = RECEIVE_WAP_PUSH, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:25:09.153 1569 2036 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = SEND_SMS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:25:09.153 1569 3225 W AppOpService: Ignored setUidMode call for runtime permission app op: uid = 1001, code = READ_CELL_BROADCASTS, mode = allow, callingUid = 1001, oldMode = allow 11-28 10:25:09.324 1569 1705 W MagnificationConnectionManager: requestConnection duplicated request: connect=false, mConnectionState=DISCONNECTED 11-28 10:25:09.750 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:09.750 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:09.750 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:09.751 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:09.751 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:09.767 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:25:12.532 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:12.537 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:12.540 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:12.543 1569 3411 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:12.811 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:12.813 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:12.815 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:12.816 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:15.583 1569 2036 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:15.583 1569 2036 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:15.586 1569 2036 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:15.586 1569 2036 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:15.588 1569 2036 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:15.588 1569 2036 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:15.589 1569 3684 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:15.589 1569 3684 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:15.590 1569 3684 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:15.590 1569 3684 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:15.591 1569 3684 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:15.591 1569 3684 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:16.044 1569 2036 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:16.044 1569 2036 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:16.048 1569 3684 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:16.048 1569 3684 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:16.144 1569 1691 W PermissionService: getPermissionFlags: Unknown user -1 11-28 10:25:16.144 1569 1691 W PermissionService: getPermissionFlags: Unknown user -1 11-28 10:25:16.146 1569 1691 D UsbDeviceManager: push notification:Charging this device via USB 11-28 10:25:16.157 1569 1691 W PermissionService: getPermissionFlags: Unknown user -1 11-28 10:25:16.158 1569 1691 W PermissionService: getPermissionFlags: Unknown user -1 11-28 10:25:16.169 1569 1706 D ActivityManager: sync unfroze 29425 com.maxmpz.audioplayer for 3 11-28 10:25:16.188 1569 2036 I UsbDeviceManager: getUsbSpeedCb speed:2 ,transactionId:2253 11-28 10:25:16.199 1569 1707 I ActivityManager: Start proc 13202:com.android.DeviceAsWebcam/1000 for broadcast {com.android.DeviceAsWebcam/com.android.DeviceAsWebcam.DeviceAsWebcamReceiver} 11-28 10:25:16.254 1569 1706 D CompatChangeReporter: Compat change id reported: 151861875; UID 10074; state: ENABLED 11-28 10:25:16.268 1569 1707 I ActivityManager: Start proc 13217:android.process.media/u0a74 for broadcast {com.android.mtp/com.android.mtp.MtpReceiver} 11-28 10:25:16.360 1569 1569 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:25:16.377 1569 1569 I AS.AudioService: shouldNotificationSoundPlay false: muted stream:5 attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null 11-28 10:25:16.383 1569 1569 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:25:16.390 1569 1569 W PermissionService: getPermissionFlags: Unknown user -1 11-28 10:25:16.430 1569 3411 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@699f704, mPriority=0, mIsAnimationCallback=false} 11-28 10:25:16.542 1569 3684 D SystemServerTiming: getUserSwitchability-0 11-28 10:25:16.542 1569 3684 D SystemServerTiming: TM.isInCall 11-28 10:25:16.542 1569 3693 D SystemServerTiming: getUserSwitchability-0 11-28 10:25:16.543 1569 3693 D SystemServerTiming: TM.isInCall 11-28 10:25:16.543 1569 3684 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:25:16.543 1569 3684 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:25:16.543 1569 3684 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:25:16.543 1569 3693 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:25:16.543 1569 3693 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:25:16.543 1569 3693 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:25:16.696 1569 3599 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:16.696 1569 3599 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:16.725 1569 3673 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:16.725 1569 3673 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:16.735 1569 3601 D CompatChangeReporter: Compat change id reported: 297989574; UID 1000; state: ENABLED 11-28 10:25:16.747 1569 1693 I EntropyMixer: Updated seed file 11-28 10:25:16.747 1569 1743 I DisplayPowerController2[0]: BrightnessEvent: disp=0, physDisp=local:4619827535830457088, displayState=ON, displayPolicy=BRIGHT, brt=0.00871869, initBrt=0.00871869, rcmdBrt=0.00871869, preBrt=NaN, lux=16.016857, preLux=3.2204132, hbmMax=0.377495, hbmMode=off, rbcStrength=50, thrmMax=1.0, powerFactor=1.0, wasShortTermModelActive=false, flags=, reason=automatic, autoBrightness=true, strategy=InvalidBrightnessStrategy, autoBrightnessMode=default 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.752 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.758 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.758 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.758 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.758 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.758 1569 1863 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:16.767 1569 4577 I SoundTriggerMiddlewareLogging: START_RECOGNITION (121, RecognitionConfig{captureRequested: true, phraseRecognitionExtras: [], audioCapabilities: 0, data: []}) -> android.os.Binder@fc11193 11-28 10:25:16.770 1569 4577 I SoundTriggerHelper: startRecognition successful. 11-28 10:25:16.770 2046 5972 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:16.783 1569 1695 I DisplayDeviceRepository: Display device changed render timings: "Built-in Screen", renderFrameRate=120.00001, presentationDeadlineNanos=11500000, appVsyncOffsetNanos=6233332 11-28 10:25:16.787 1569 1743 D BrightnessThermalClamper: Thermal status observer already started 11-28 10:25:16.787 1569 1695 D DisplayManagerService: Ignore redundant display event 0/2 to 10205/6853 11-28 10:25:16.791 1569 1707 I ActivityManager: Start proc 13240:com.google.android.flipendo/u0a242 for broadcast {com.google.android.flipendo/com.google.android.flipendo.receiver.PowerSaveModeChangedBroadcastReceiver} 11-28 10:25:16.792 1569 1695 D DisplayManagerService: Ignore redundant display event 0/2 to 10180/28011 11-28 10:25:16.802 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.802 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.803 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.803 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.804 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.812 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.812 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.813 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.813 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.814 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.814 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.815 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.815 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.816 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.817 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.822 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:16.828 1569 3599 D ActivityManager: sync unfroze 9008 com.google.android.turboadapter for 6 11-28 10:25:16.875 1569 3693 D CompatChangeReporter: Compat change id reported: 161145287; UID 10188; state: ENABLED 11-28 10:25:16.879 1569 3684 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ATw 11-28 10:25:16.880 1569 3684 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@ATw 11-28 10:25:16.880 1569 3684 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@ATw 11-28 10:25:16.880 1569 3684 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@ATw 11-28 10:25:16.880 2180 17240 I AdaptiveHaptics: Request params from server: typesMask=2, deadlineElapsedRealtimeMilli=50 11-28 10:25:16.881 1569 3684 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@ATw 11-28 10:25:16.884 1569 3684 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@ATw 11-28 10:25:16.884 1569 3684 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@ATw 11-28 10:25:16.893 1569 3693 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AUE 11-28 10:25:16.895 1569 3693 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AUE 11-28 10:25:16.896 2046 2894 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:16.898 1569 3693 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AUE 11-28 10:25:16.902 1569 3693 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AUE 11-28 10:25:16.902 1569 3693 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AUE 11-28 10:25:16.970 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AUg 11-28 10:25:16.971 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AUg 11-28 10:25:16.971 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AUg 11-28 10:25:16.971 1569 1703 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AUg 11-28 10:25:16.972 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AUg 11-28 10:25:16.973 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AUg 11-28 10:25:16.973 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AUg 11-28 10:25:16.980 1569 1703 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AUk 11-28 10:25:16.981 1569 1703 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AUk 11-28 10:25:16.982 1569 1703 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AUk 11-28 10:25:16.982 1569 2036 D WallpaperManagerService: WPMS.saveSettingsLocked-0 11-28 10:25:16.986 1569 1703 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AUk 11-28 10:25:16.986 1569 1703 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AUk 11-28 10:25:17.081 1569 2036 D WallpaperManagerService: WPMS.saveSettingsLocked-0 11-28 10:25:17.134 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:17.135 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:17.136 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:17.137 1569 3684 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:17.149 1569 3693 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:17.149 1569 3693 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:17.159 1569 3684 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:17.159 1569 3684 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:17.204 1569 1878 W ActivityManager: Background start not allowed: service Intent { flg=0x4 cmp=org.telegram.messenger/.NotificationRepeat (has extras) } to org.telegram.messenger/.NotificationRepeat from pid=-1 uid=10271 pkg=org.telegram.messenger startFg?=false 11-28 10:25:17.207 1569 1706 D CompatChangeReporter: Compat change id reported: 151861875; UID 10224; state: ENABLED 11-28 10:25:17.211 1569 2036 D WallpaperManagerService: WPMS.saveSettingsLocked-0 11-28 10:25:17.225 1569 1707 I ActivityManager: Start proc 13272:com.google.android.apps.wallpaper/u0a224 for broadcast {com.google.android.apps.wallpaper/com.android.wallpaper.module.DailyLoggingAlarmReceiver} 11-28 10:25:17.288 1569 2040 D ActivityManager: sync unfroze 28269 com.google.android.gm for 6 11-28 10:25:17.355 1569 2040 D CompatChangeReporter: Compat change id reported: 311402873; UID 1000; state: ENABLED 11-28 10:25:17.356 1569 2040 D CompatChangeReporter: Compat change id reported: 323349338; UID 1000; state: ENABLED 11-28 10:25:17.358 1569 1569 W JobScheduler: Job didn't exist in JobStore: 9b6e6d3 {SyncManager} #1000/358 @SyncManager@gmail-ls/com.google:android 11-28 10:25:17.365 1569 2040 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE 11-28 10:25:17.380 1569 2040 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE 11-28 10:25:17.388 1569 2040 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE 11-28 10:25:17.399 1569 2040 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE 11-28 10:25:17.411 1569 3599 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:17.411 1569 3599 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:17.413 1569 2040 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE 11-28 10:25:17.419 1569 1706 D CompatChangeReporter: Compat change id reported: 151861875; UID 10206; state: ENABLED 11-28 10:25:17.434 1569 1707 I ActivityManager: Start proc 13308:com.google.android.apps.maps:server_recovery_process_scheduled/u0a206 for broadcast {com.google.android.apps.maps/com.google.android.apps.gmm.plugins.serverrecovery.ScheduledRecoverySignalHandlerImpl} 11-28 10:25:17.443 2046 3987 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:17.463 1569 2040 D CompatChangeReporter: Compat change id reported: 151861875; UID 10201; state: ENABLED 11-28 10:25:17.467 1569 1703 D ActivityManager: sync unfroze 21437 com.google.android.gms.unstable for 6 11-28 10:25:17.516 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: done updating battery stats 11-28 10:25:17.516 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: building log message 11-28 10:25:17.516 1569 1707 I ActivityManager: Start proc 13320:com.google.android.apps.tachyon/u0a201 for service {com.google.android.apps.tachyon/com.google.android.apps.tachyon.contacts.sync.SyncService} 11-28 10:25:17.516 1569 1707 W ActivityManager: Slow operation: 53ms so far, now at startProcess: starting to update pids map 11-28 10:25:17.518 1569 1707 W ActivityManager: Slow operation: 55ms so far, now at startProcess: done updating pids map 11-28 10:25:17.805 1569 3693 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:17.805 1569 3693 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:17.824 2046 3236 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:17.946 1569 1873 D ActivityManager: freezing 19623 com.google.RilConfigService 11-28 10:25:17.967 1569 1873 D ActivityManager: freezing 19548 com.android.imsserviceentitlement 11-28 10:25:17.999 1569 1873 D ActivityManager: freezing 19678 com.google.android.wfcactivation 11-28 10:25:18.090 1569 3693 I ActivityManager: Process com.google.android.apps.maps:server_recovery_process_scheduled (pid 13308) has died: cch+5 CEM 11-28 10:25:18.097 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10206 11-28 10:25:18.142 1569 1873 D ActivityManager: freezing 19640 com.google.android.apps.carrier.carrierwifi 11-28 10:25:18.142 1569 3601 D CompatChangeReporter: Compat change id reported: 319212206; UID 10201; state: ENABLED 11-28 10:25:18.252 1569 3411 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:18.252 1569 3411 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:18.252 1569 1691 I UsbPortManager: USB port changed: port=UsbPort{id=port0, supportedModes=dual, supportedContaminantProtectionModes=4, supportsEnableContaminantPresenceProtection=false, supportsEnableContaminantPresenceDetection=true, supportsComplianceWarnings=true, status=UsbPortStatus{connected=true, currentMode=ufp, currentPowerRole=sink, currentDataRole=device, supportedRoleCombinations=[source:host, sink:device], contaminantDetectionStatus=2, contaminantProtectionStatus=0, usbDataStatus=enabled, isPowerTransferLimited=false, powerBrickConnectionStatus=disconnected, complianceWarnings=[], plugState=0, displayPortAltModeInfo=DisplayPortAltModeInfo{partnerSink=unknown, cable=unknown, numLanes=0, hotPlugDetect=false, linkTrainingStatus=unknown}}, canChangeMode=true, canChangePowerRole=false, canChangeDataRole=false, connectedAtMillis=415712566, lastConnectDurationMillis=0 11-28 10:25:18.288 2046 6082 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:18.301 1569 1703 I UsbPortManager: AIDL UsbDataStatus:1 11-28 10:25:18.301 1569 1703 I UsbPortManager: ClientCallback AIDL V1: port0 11-28 10:25:18.318 2046 2919 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:18.373 1569 1569 D CompatChangeReporter: Compat change id reported: 151861875; UID 10196; state: ENABLED 11-28 10:25:18.386 1569 1707 I ActivityManager: Start proc 13507:com.google.android.contacts/u0a196 for service {com.google.android.contacts/com.google.android.apps.contacts.shortcut.ShortcutJobService} 11-28 10:25:18.414 1569 3673 D CompatChangeReporter: Compat change id reported: 311402873; UID 10201; state: ENABLED 11-28 10:25:18.414 1569 3673 D CompatChangeReporter: Compat change id reported: 323349338; UID 10201; state: ENABLED 11-28 10:25:18.677 1569 2036 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(cgaat)@AUw 11-28 10:25:18.677 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.google.android.apps.tachyon/com.google.android.apps.tachyon}, ***, UserHandle{0} Capabilities: SelfManaged SuppVideo Video TransactOps Audio Routes: BESW Schemes: tel Extras: Bundle[{isCoreTelecomAccount=true}] GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@AUw 11-28 10:25:18.677 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.google.android.apps.tachyon/com.google.android.apps.tachyon}, ***, UserHandle{0}(lbl: Telecom-Jetpack -> Meet)]: TSI.rPA(cgaat)@AUw 11-28 10:25:18.680 1569 2036 I Telecom : AppLabelProxy: package com.google.android.apps.tachyon: name is Meet: TSI.rPA(cgaat)@AUw 11-28 10:25:18.682 1569 1703 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.contacts, forceRescan=false , isNewApp=false 11-28 10:25:18.685 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.google.android.apps.tachyon/com.google.android.apps.tachyon}, ***, UserHandle{0} Capabilities: SelfManaged SuppVideo Video TransactOps Audio Routes: BESW Schemes: tel Extras: Bundle[{isCoreTelecomAccount=true}] GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(cgaat)@AUw 11-28 10:25:18.687 1569 1965 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.contacts, forceRescan=false , isNewApp=false 11-28 10:25:18.689 1569 1965 E AccountManagerService: Couldn't determine the packageUid for android.content.pm.PackageManager$NameNotFoundException: 11-28 10:25:18.694 1569 3414 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.contacts, forceRescan=false , isNewApp=false 11-28 10:25:18.696 1569 2036 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.contacts, forceRescan=false , isNewApp=false 11-28 10:25:18.701 1569 2036 D ShortcutService: rescanPackageIfNeeded 0@com.google.android.contacts, forceRescan=false , isNewApp=false 11-28 10:25:18.759 1569 3601 D CompatChangeReporter: Compat change id reported: 311402873; UID 10196; state: ENABLED 11-28 10:25:18.759 1569 3601 D CompatChangeReporter: Compat change id reported: 323349338; UID 10196; state: ENABLED 11-28 10:25:18.770 1569 3601 D CompatChangeReporter: Compat change id reported: 311208629; UID 10196; state: ENABLED 11-28 10:25:18.773 1569 3601 W JobScheduler: Job didn't exist in JobStore: 181e713 #u0a196/7 com.google.android.contacts/com.google.android.apps.contacts.shortcut.ShortcutJobService 11-28 10:25:18.776 1569 3601 D CompatChangeReporter: Compat change id reported: 135754954; UID 10135; state: ENABLED 11-28 10:25:18.777 1569 1707 D CompatChangeReporter: Compat change id reported: 143937733; UID 10135; state: ENABLED 11-28 10:25:18.789 1569 1707 I ActivityManager: Start proc 13541:com.google.android.configupdater/u0a135 for service {com.google.android.configupdater/com.google.android.configupdater.MainJobService} 11-28 10:25:18.801 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.apps.nexuslauncheruser=0 pkg=com.google.android.contacts 11-28 10:25:18.802 1569 2007 D ShortcutService: Saving package item com.google.android.contacts to /data/system_ce/0/shortcut_service/packages/com.google.android.contacts.xml 11-28 10:25:18.802 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.android.systemuiuser=0 pkg=com.google.android.contacts 11-28 10:25:18.815 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.google.android.contacts 11-28 10:25:18.861 1569 3601 W JobScheduler: Job didn't exist in JobStore: 7ed48c2 #u0a135/1 com.google.android.configupdater/.MainJobService 11-28 10:25:18.869 1569 3414 D CompatChangeReporter: Compat change id reported: 297989574; UID 10196; state: ENABLED 11-28 10:25:19.046 1569 2036 D CompatChangeReporter: Compat change id reported: 319212206; UID 10182; state: ENABLED 11-28 10:25:19.224 1569 3599 W ProcessStats: Tracking association SourceState{9af7fe8 com.google.android.gms/10148 BTop #1097575} whose proc state 2 is better than process ProcessState{5fc43bc com.google.android.gms.unstable/10148 pkg=com.google.android.gms} proc state 14 (1082 skipped) 11-28 10:25:19.364 1569 2040 D CompatChangeReporter: Compat change id reported: 311208629; UID 10201; state: ENABLED 11-28 10:25:19.405 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:19.406 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:19.411 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:19.412 1569 3225 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:19.634 1569 1873 D ActivityManager: freezing 18255 com.google.android.euicc 11-28 10:25:19.728 2046 2645 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:19.792 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:25:19.943 1569 3225 D ActivityManager: sync unfroze 31222 com.google.android.rkpdapp for 6 11-28 10:25:20.121 0 0 I trusty : INFO: system/keymint/ta/src/lib.rs:949 add 64 bytes of entropy 11-28 10:25:20.188 2046 2065 V ShellRecents: RecentsTransitionHandler.startRecentsTransition 11-28 10:25:20.188 2046 2065 V WindowManagerShell: Directly starting a new transition type=3 wct=WindowContainerTransaction { changes = {} hops = [{PendingIntent: options=Bundle[mParcelledData.dataSize=544]}] errorCallbackToken=null taskFragmentOrganizer=null } handler=com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:25:20.193 2046 2065 V ShellRecents: [17320293] RecentsController.setTransition: id=android.os.BinderProxy@2363a 11-28 10:25:20.220 2046 2501 V WindowManagerShell: onTransitionReady(transaction=6738803958592) 11-28 10:25:20.220 2046 2065 V WindowManagerShell: onTransitionReady (#4387) android.os.BinderProxy@2363a: {id=4387 t=TO_FRONT f=0x80 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@5ebd2c7} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x852f2eb sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@c8b90f4} m=TO_BACK f=NONE leash=Surface(name=Task=48128)/@0xe173848 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x2b916e1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:25:20.220 2046 2065 V WindowManagerShell: Playing animation for (#4387) android.os.BinderProxy@2363a@0 11-28 10:25:20.220 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:25:20.220 2046 2065 V ShellRecents: [17320293] RecentsController.start 11-28 10:25:20.221 2046 2065 V ShellRecents: adding pausing leaf taskId=48128 at layer=8 11-28 10:25:20.221 2046 2065 V ShellRecents: Applying transaction=6738803958592 11-28 10:25:20.221 2046 2065 V ShellRecents: Trying to get a handler for takeover but the flag is disabled 11-28 10:25:20.221 2046 2065 V ShellRecents: [17320293] RecentsController.start: calling onAnimationStart with 2 apps 11-28 10:25:20.222 1569 3225 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:20.222 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:25:20.224 1569 1691 V WindowManager: Sent Transition (#4387) createdAt=11-28 10:25:20.188 11-28 10:25:20.225 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [{PendingIntent: options=Bundle[{android.activity.splashScreenStyle=-1, android.activity.sourceInfo=android.app.ActivityOptions$SourceInfo@1d1c1af, android.pendingIntent.backgroundActivityAllowedByPermission=true, android:activity.animAbortListener=null, android.activity.transientLaunch=true}]}] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:25:20.225 1569 1691 V WindowManager: info={id=4387 t=TO_FRONT f=0x80 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:25:20.225 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:25:20.225 1569 1691 V WindowManager: {WCT{RemoteToken{79f19e5 Task{2e31fd6 #48128 type=standard A=1000:com.android.settings.root}}} m=TO_BACK f=NONE leash=Surface(name=Task=48128)/@0x4bcd54f sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:25:20.225 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:25:20.225 1569 1691 V WindowManager: ]} 11-28 10:25:20.244 2046 2065 V ShellRecents: [17320293] RecentsController.setInputConsumerEnabled: set focus to recents 11-28 10:25:20.256 1569 3225 W ActivityTaskManager: takeTaskSnapshot: taskId=48127 not found or not visible 11-28 10:25:20.258 1569 1898 E HandwritingModeController: Cannot get requestId: Handwriting was not initialized. 11-28 10:25:20.311 2046 15614 V ShellRecents: [17320293] RecentsController.detachNavigationBarFromApp 11-28 10:25:20.315 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=true, height=431 11-28 10:25:20.323 1569 1707 I ActivityManager: Start proc 13612:com.instagram.android/u0a433 for service {com.instagram.android/androidx.work.impl.background.systemjob.SystemJobService} 11-28 10:25:20.370 1569 1707 I ActivityManager: Start proc 13622:com.google.android.apps.nbu.files/u0a139 for service {com.google.android.apps.nbu.files/androidx.work.impl.background.systemjob.SystemJobService} 11-28 10:25:20.454 1569 2040 D CompatChangeReporter: Compat change id reported: 311208629; UID 10182; state: ENABLED 11-28 10:25:20.456 1569 1569 D CompatChangeReporter: Compat change id reported: 311208629; UID 1000; state: ENABLED 11-28 10:25:20.657 2046 20475 V ShellRecents: [17320293] RecentsController.screenshotTask: taskId=48128 11-28 10:25:20.676 2046 2065 V ShellRecents: [17320293] RecentsController.finishInner: toHome=true userLeave=true willFinishToHome=true state=0 11-28 10:25:20.676 2046 2065 V ShellRecents: normal finish 11-28 10:25:20.676 2046 2065 V ShellRecents: [17320293] RecentsController.cleanup 11-28 10:25:20.676 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4387) android.os.BinderProxy@2363a@0 11-28 10:25:20.677 1569 1691 V WindowManager: Finish Transition (#4387): created at 11-28 10:25:20.188 collect-started=0.06ms started=0.13ms ready=27.561ms sent=30.754ms finished=488.516ms 11-28 10:25:20.679 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:25:20.679 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:25:20.679 2046 2065 V ShellRecents: [17320293] RecentsController.finishInner: calling finish callback 11-28 10:25:20.684 1569 3601 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:20.686 1569 1691 D HintManagerService: Sent cleanup message for uid 10144 11-28 10:25:20.687 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:20.687 1569 3601 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:20.688 1569 3601 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:20.696 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=false, height=431 11-28 10:25:20.697 1569 1695 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 11-28 10:25:20.716 1569 2216 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:25:20.786 1569 2199 W ActivityTaskManager: takeTaskSnapshot: taskId=48127 not found or not visible 11-28 10:25:20.839 1569 3601 D CompatChangeReporter: Compat change id reported: 311402873; UID 10139; state: ENABLED 11-28 10:25:20.840 1569 3601 D CompatChangeReporter: Compat change id reported: 323349338; UID 10139; state: ENABLED 11-28 10:25:20.888 1569 3415 D CompatChangeReporter: Compat change id reported: 311208629; UID 10139; state: ENABLED 11-28 10:25:20.889 1569 3415 W JobScheduler: Job didn't exist in JobStore: 2e6066f {androidx.work.systemjobscheduler} #u0a139/123 @androidx.work.systemjobscheduler@com.google.android.apps.nbu.files/androidx.work.impl.background.systemjob.SystemJobService 11-28 10:25:20.911 1569 1707 I ActivityManager: Start proc 13663:com.google.android.partnersetup/u0a126 for service {com.google.android.partnersetup/com.google.android.partnersetup.InstalledAppJobService} 11-28 10:25:21.021 1569 1707 I ActivityManager: Start proc 13691:com.google.android.calendar/u0a191 for service {com.google.android.calendar/com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapterService} 11-28 10:25:21.031 1569 2216 D CompatChangeReporter: Compat change id reported: 311402873; UID 10126; state: ENABLED 11-28 10:25:21.031 1569 2216 D CompatChangeReporter: Compat change id reported: 323349338; UID 10126; state: ENABLED 11-28 10:25:21.118 1569 2216 D CompatChangeReporter: Compat change id reported: 311208629; UID 10126; state: ENABLED 11-28 10:25:21.122 1569 2216 W JobScheduler: Job didn't exist in JobStore: 744228e #u0a126/4096 com.google.android.partnersetup/.InstalledAppJobService 11-28 10:25:21.146 1569 1707 I ActivityManager: Start proc 13717:com.google.android.apps.work.clouddpc/u0a186 for service {com.google.android.apps.work.clouddpc/com.google.android.apps.work.clouddpc.base.services.HealthCheckJobService} 11-28 10:25:21.275 1569 3225 D ActivityManager: sync unfroze 16082 com.android.providers.calendar for 7 11-28 10:25:21.347 1569 2216 D CompatChangeReporter: Compat change id reported: 311402873; UID 10191; state: ENABLED 11-28 10:25:21.347 1569 2216 D CompatChangeReporter: Compat change id reported: 323349338; UID 10191; state: ENABLED 11-28 10:25:21.427 1569 3225 D CompatChangeReporter: Compat change id reported: 297989574; UID 10433; state: ENABLED 11-28 10:25:21.468 1569 3415 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:25:21.527 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{1d25646 #u0a186/27 com.google.android.apps.work.clouddpc/.base.services.HealthCheckJobService u=0 s=10186 TIME=-5h19m12s732ms:-5h14m12s732ms NET PERIODIC READY} 11-28 10:25:21.655 1569 2216 W ActivityManager: Background start not allowed: service Intent { cmp=com.instagram.android/com.instagram.jobscheduler.bgfetch.scheduler.IgBgFetchTaskLifeService (has extras) } to com.instagram.android/com.instagram.jobscheduler.bgfetch.scheduler.IgBgFetchTaskLifeService from pid=13612 uid=10433 pkg=com.instagram.android startFg?=false 11-28 10:25:21.672 1569 1965 D CompatChangeReporter: Compat change id reported: 311402873; UID 10186; state: ENABLED 11-28 10:25:21.672 1569 1965 D CompatChangeReporter: Compat change id reported: 323349338; UID 10186; state: ENABLED 11-28 10:25:21.690 1569 1875 D HintManagerService: Starts cleaning for 10144 11-28 10:25:21.706 1569 2216 D CompatChangeReporter: Compat change id reported: 311208629; UID 10186; state: ENABLED 11-28 10:25:21.729 1569 1707 I ActivityManager: Start proc 13926:ch.sbb.mobile.android.b2c/u0a223 for service {ch.sbb.mobile.android.b2c/androidx.work.impl.background.systemjob.SystemJobService} 11-28 10:25:21.754 1569 3225 D CompatChangeReporter: Compat change id reported: 311402873; UID 10433; state: ENABLED 11-28 10:25:21.754 1569 3225 D CompatChangeReporter: Compat change id reported: 323349338; UID 10433; state: ENABLED 11-28 10:25:21.805 1569 1965 D CompatChangeReporter: Compat change id reported: 319212206; UID 10433; state: ENABLED 11-28 10:25:21.818 1569 2199 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.google.android.contacts 11-28 10:25:21.820 1569 3415 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.google.android.contacts 11-28 10:25:21.894 1569 1569 W JobScheduler: Job didn't exist in JobStore: 92ba138 {androidx.work.systemjobscheduler} #u0a433/2243 @androidx.work.systemjobscheduler@com.instagram.android/androidx.work.impl.background.systemjob.SystemJobService 11-28 10:25:21.899 1569 1569 D CompatChangeReporter: Compat change id reported: 311208629; UID 10433; state: ENABLED 11-28 10:25:21.900 1569 1569 W JobScheduler: Job didn't exist in JobStore: 25e2aaf {androidx.work.systemjobscheduler} #u0a433/2245 @androidx.work.systemjobscheduler@com.instagram.android/androidx.work.impl.background.systemjob.SystemJobService 11-28 10:25:21.989 1569 3601 W ActivityManager: Background start not allowed: service Intent { act=Orca.START cmp=com.instagram.android/com.facebook.rti.push.service.FbnsService (has extras) } to com.instagram.android/com.facebook.rti.push.service.FbnsService from pid=13612 uid=10433 pkg=com.instagram.android startFg?=false 11-28 10:25:22.015 1569 1965 D CompatChangeReporter: Compat change id reported: 151861875; UID 10433; state: ENABLED 11-28 10:25:22.034 1569 1707 I ActivityManager: Start proc 13987:com.instagram.android:mqtt/u0a433 for service {com.instagram.android/com.facebook.rti.push.service.FbnsService} 11-28 10:25:22.098 1569 3415 W JobScheduler: Job didn't exist in JobStore: 8eda04c #u0a433/2131435358 com.instagram.android/com.facebook.analytics2.logger.legacy.uploader.LollipopUploadService 11-28 10:25:22.103 1569 3415 D CompatChangeReporter: Compat change id reported: 151861875; UID 10386; state: ENABLED 11-28 10:25:22.122 1569 1707 I ActivityManager: Start proc 14007:com.instagram.barcelona/u0a386 for service {com.instagram.barcelona/com.facebook.analytics2.logger.legacy.uploader.LollipopUploadService} 11-28 10:25:22.155 1569 2216 D CompatChangeReporter: Compat change id reported: 161145287; UID 10223; state: ENABLED 11-28 10:25:22.218 1569 2216 D CompatChangeReporter: Compat change id reported: 261072174; UID 10223; state: ENABLED 11-28 10:25:22.223 1569 3601 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback null 11-28 10:25:22.364 1569 1863 D CompatChangeReporter: Compat change id reported: 271850009; UID 10223; state: ENABLED 11-28 10:25:22.364 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{f57c4de #u0a223/179 ch.sbb.mobile.android.b2c/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10223 TIME=-5h37m47s590ms:none NET READY} 11-28 10:25:22.444 1569 2199 D CompatChangeReporter: Compat change id reported: 262645982; UID 10223; state: ENABLED 11-28 10:25:22.462 1569 3415 D CompatChangeReporter: Compat change id reported: 253665015; UID 10223; state: ENABLED 11-28 10:25:22.469 1569 2199 I ActivityManager: Process com.samsung.android.app.watchmanager:contentprovider (pid 26255) has died: cch+95 CEM 11-28 10:25:22.503 1569 1965 I ActivityManager: Process com.google.android.adservices.api (pid 30613) has died: cch+85 CEM 11-28 10:25:22.514 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10248 11-28 10:25:22.541 1569 2199 I ActivityManager: Process com.strava (pid 4675) has died: cch+85 CEM 11-28 10:25:22.545 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10411 11-28 10:25:22.627 1569 1965 I ActivityManager: Process com.google.android.apps.wearables.maestro.companion (pid 29464) has died: cch+85 CEM 11-28 10:25:22.628 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10166 11-28 10:25:22.647 1569 2199 D CompatChangeReporter: Compat change id reported: 297989574; UID 10126; state: ENABLED 11-28 10:25:22.677 1569 3225 D CompatChangeReporter: Compat change id reported: 297989574; UID 10386; state: ENABLED 11-28 10:25:22.749 2046 5972 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:22.919 1569 1707 I ActivityManager: Start proc 14116:com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:180/u0ai19 for {com.android.chrome/org.chromium.content.app.SandboxedProcessService0:180} 11-28 10:25:22.940 1569 3225 D ShortcutService: rescanPackageIfNeeded 0@com.instagram.barcelona, forceRescan=false , isNewApp=false 11-28 10:25:22.946 1569 3692 D ShortcutService: rescanPackageIfNeeded 0@com.instagram.barcelona, forceRescan=false , isNewApp=false 11-28 10:25:22.946 1569 3601 D ShortcutService: rescanPackageIfNeeded 0@com.instagram.barcelona, forceRescan=false , isNewApp=false 11-28 10:25:22.976 1569 3601 D CompatChangeReporter: Compat change id reported: 319212206; UID 10386; state: ENABLED 11-28 10:25:23.004 1569 3692 D CompatChangeReporter: Compat change id reported: 261072174; UID 10188; state: ENABLED 11-28 10:25:23.048 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.apps.nexuslauncheruser=0 pkg=com.instagram.barcelona 11-28 10:25:23.048 1569 2007 D ShortcutService: Saving package item com.instagram.barcelona to /data/system_ce/0/shortcut_service/packages/com.instagram.barcelona.xml 11-28 10:25:23.048 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.android.systemuiuser=0 pkg=com.instagram.barcelona 11-28 10:25:23.080 1569 3692 W ActivityManager: Background start not allowed: service Intent { act=Orca.START cmp=com.instagram.barcelona/com.facebook.rti.push.service.FbnsService (has extras) } to com.instagram.barcelona/com.facebook.rti.push.service.FbnsService from pid=14007 uid=10386 pkg=com.instagram.barcelona startFg?=false 11-28 10:25:23.090 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.instagram.barcelona 11-28 10:25:23.164 1569 3599 D CompatChangeReporter: Compat change id reported: 319212206; UID 10191; state: ENABLED 11-28 10:25:23.236 1569 3601 D CompatChangeReporter: Compat change id reported: 311208629; UID 10433; state: ENABLED 11-28 10:25:23.362 1569 1965 D CompatChangeReporter: Compat change id reported: 311208629; UID 10386; state: ENABLED 11-28 10:25:23.363 1569 1965 W JobScheduler: Job didn't exist in JobStore: f899977 #u0a386/2131366872 com.instagram.barcelona/com.facebook.analytics2.logger.legacy.uploader.LollipopUploadService 11-28 10:25:23.870 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=true, height=431 11-28 10:25:23.935 1569 3692 D CompatChangeReporter: Compat change id reported: 161145287; UID 10188; state: ENABLED 11-28 10:25:24.144 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=false, height=431 11-28 10:25:24.314 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=true, height=431 11-28 10:25:24.323 1569 2040 D CompatChangeReporter: Compat change id reported: 311208629; UID 10191; state: ENABLED 11-28 10:25:24.472 1569 3225 D ActivityManager: sync unfroze 6853 com.google.android.apps.youtube.music for 6 11-28 10:25:24.494 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{975fefe androidx.work.systemjobscheduler:u0a205/32821 @androidx.work.systemjobscheduler@com.google.android.apps.youtube.music/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10205 TIME=-45m30s830ms:none NET READY} 11-28 10:25:24.675 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=false, height=431 11-28 10:25:24.832 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=true, height=431 11-28 10:25:24.836 1569 3692 W ActivityTaskManager: takeTaskSnapshot: taskId=48127 not found or not visible 11-28 10:25:24.888 1569 3599 W ActivityTaskManager: takeTaskSnapshot: taskId=48127 not found or not visible 11-28 10:25:25.130 1569 3601 D ActivityManager: sync unfroze 7657 com.google.android.apps.fitness for 6 11-28 10:25:25.623 1569 3599 W ActivityTaskManager: takeTaskSnapshot: taskId=48127 not found or not visible 11-28 10:25:25.663 1569 3601 W ActivityTaskManager: takeTaskSnapshot: taskId=48127 not found or not visible 11-28 10:25:25.941 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:25.946 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:25.948 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:25.949 1569 3692 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:26.094 1569 3601 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.instagram.barcelona 11-28 10:25:26.097 1569 2216 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.instagram.barcelona 11-28 10:25:26.206 1569 1873 D ActivityManager: freezing 29425 com.maxmpz.audioplayer 11-28 10:25:26.268 1569 1873 D ActivityManager: freezing 13202 com.android.DeviceAsWebcam 11-28 10:25:26.285 1569 3225 D ShortcutService: rescanPackageIfNeeded 0@com.instagram.android, forceRescan=false , isNewApp=false 11-28 10:25:26.303 1569 3225 D ShortcutService: rescanPackageIfNeeded 0@com.instagram.android, forceRescan=false , isNewApp=false 11-28 10:25:26.371 1569 1873 D ActivityManager: freezing 13217 android.process.media 11-28 10:25:26.403 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.apps.nexuslauncheruser=0 pkg=com.instagram.android 11-28 10:25:26.403 1569 2007 D ShortcutService: Saving package item com.instagram.android to /data/system_ce/0/shortcut_service/packages/com.instagram.android.xml 11-28 10:25:26.411 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.android.systemuiuser=0 pkg=com.instagram.android 11-28 10:25:26.412 1569 1705 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.instagram.android 11-28 10:25:26.502 1569 3225 W ActivityTaskManager: takeTaskSnapshot: taskId=48114 not found or not visible 11-28 10:25:26.638 1569 3599 W ActivityTaskManager: takeTaskSnapshot: taskId=48114 not found or not visible 11-28 10:25:26.860 1569 1873 D ActivityManager: freezing 9008 com.google.android.turboadapter 11-28 10:25:27.151 2046 2065 D WindowManagerShell: setLauncherKeepClearAreaHeight: visible=false, height=431 11-28 10:25:27.212 1569 1873 D ActivityManager: freezing 13240 com.google.android.flipendo 11-28 10:25:27.570 1569 1873 D ActivityManager: freezing 13272 com.google.android.apps.wallpaper 11-28 10:25:27.803 1569 2216 D ShortcutService: rescanPackageIfNeeded 0@com.instagram.android, forceRescan=false , isNewApp=false 11-28 10:25:27.946 1569 3225 D CompatChangeReporter: Compat change id reported: 311402873; UID 10433; state: ENABLED 11-28 10:25:27.947 1569 3225 D CompatChangeReporter: Compat change id reported: 323349338; UID 10433; state: ENABLED 11-28 10:25:27.968 1569 1863 D ActivityManager: sync unfroze 422 com.google.android.apps.photos for 6 11-28 10:25:28.006 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{a1fec5d #u0a179/1026 com.google.android.apps.photos/.jobqueue.PhotosJobQueueJobsService u=0 s=10179 TIME=-5m45s157ms:none NET PERSISTED READY} 11-28 10:25:28.044 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{e20a287 #u0a186/28 com.google.android.apps.work.clouddpc/.base.services.HealthCheckJobService u=0 s=10186 TIME=-6s371ms:none NET READY} 11-28 10:25:28.295 1569 2216 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785920929 11-28 10:25:28.344 1569 1965 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785920929 11-28 10:25:28.362 1569 1965 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785920929 11-28 10:25:28.381 1569 2216 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785925148 11-28 10:25:28.383 1569 2216 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785925148 11-28 10:25:28.383 1569 2216 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785925148 11-28 10:25:28.383 1569 3599 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785925148 11-28 10:25:28.384 1569 2216 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785925148 11-28 10:25:28.384 1569 2216 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785920929 11-28 10:25:28.388 1569 2216 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785920929 11-28 10:25:28.949 1569 1873 D ActivityManager: freezing 13507 com.google.android.contacts 11-28 10:25:28.955 1569 1873 D ActivityManager: freezing 13541 com.google.android.configupdater 11-28 10:25:29.162 1569 1873 D ActivityManager: freezing 2667 com.google.android.permissioncontroller 11-28 10:25:29.372 1569 1873 D ActivityManager: freezing 13320 com.google.android.apps.tachyon 11-28 10:25:29.415 1569 3692 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.instagram.android 11-28 10:25:29.422 1569 3225 D ShortcutService: Getting shortcuts for launcher= com.google.android.asuser=0 pkg=com.instagram.android 11-28 10:25:29.589 1569 3599 W JobScheduler: Job didn't exist in JobStore: 1e22ad5 {androidx.work.systemjobscheduler} #u0a120/1155 @androidx.work.systemjobscheduler@com.google.android.apps.messaging/androidx.work.impl.background.systemjob.SystemJobService 11-28 10:25:30.011 1569 1569 W ProcessStats: Tracking association SourceState{a12e709 system/1000 ImpBg #1097984} whose proc state 6 is better than process ProcessState{ccf07f8 com.google.android.apps.photos/10179 pkg=com.google.android.apps.photos} proc state 14 (501 skipped) 11-28 10:25:30.027 1569 1873 D ActivityManager: freezing 31222 com.google.android.rkpdapp 11-28 10:25:30.069 1569 3225 W JobScheduler: Job didn't exist in JobStore: 1144824 {androidx.work.systemjobscheduler} #u0a120/1156 @androidx.work.systemjobscheduler@com.google.android.apps.messaging/androidx.work.impl.background.systemjob.SystemJobService 11-28 10:25:30.228 1569 1873 D ActivityManager: freezing 29384 com.google.android.projection.gearhead:shared 11-28 10:25:30.230 1569 1873 D ActivityManager: freezing 29510 com.google.android.projection.gearhead:car 11-28 10:25:30.231 1569 1873 D ActivityManager: freezing 12664 com.google.android.gms.ui 11-28 10:25:30.232 1569 1873 D ActivityManager: freezing 12700 com.google.android.projection.gearhead:projection 11-28 10:25:30.233 1569 1873 D ActivityManager: freezing 12688 com.google.android.marvin.talkback 11-28 10:25:30.234 1569 1873 D ActivityManager: freezing 12672 com.google.android.healthconnect.controller 11-28 10:25:30.235 1569 1873 D ActivityManager: freezing 12633 com.google.android.apps.privacy.wildlife:projection 11-28 10:25:30.236 1569 1873 D ActivityManager: freezing 12612 com.google.android.apps.pixel.support:projection 11-28 10:25:30.238 1569 1873 D ActivityManager: freezing 12586 com.google.android.accessibility.switchaccess 11-28 10:25:30.239 1569 1873 D ActivityManager: freezing 12597 com.android.traceur 11-28 10:25:30.239 1569 1873 D ActivityManager: freezing 12605 com.google.android.apps.pixel.dcservice:projection 11-28 10:25:30.240 1569 1873 D ActivityManager: freezing 12565 com.android.angle 11-28 10:25:30.241 1569 1873 D ActivityManager: freezing 12039 com.google.android.apps.safetyhub 11-28 10:25:30.329 1569 3225 D CompatChangeReporter: Compat change id reported: 311208629; UID 10292; state: ENABLED 11-28 10:25:30.336 1569 3599 D ActivityManager: sync unfroze 13320 com.google.android.apps.tachyon for 6 11-28 10:25:30.899 1569 3225 W ActivityManager: Background start not allowed: service Intent { act=Orca.START cmp=com.instagram.android/com.facebook.rti.push.service.FbnsService (has extras) } to com.instagram.android/com.facebook.rti.push.service.FbnsService from pid=13612 uid=10433 pkg=com.instagram.android startFg?=false 11-28 10:25:31.001 1569 1873 D ActivityManager: freezing 21134 com.google.android.settings.intelligence 11-28 10:25:31.004 1569 1873 D ActivityManager: freezing 13622 com.google.android.apps.nbu.files 11-28 10:25:32.022 1569 1706 D ActivityManager: sync unfroze 10766 co.mona.android for 3 11-28 10:25:32.042 1569 3225 W ActivityManager: Background start not allowed: service Intent { act=Orca.START cmp=com.instagram.barcelona/com.facebook.rti.push.service.FbnsService (has extras) } to com.instagram.barcelona/com.facebook.rti.push.service.FbnsService from pid=14007 uid=10386 pkg=com.instagram.barcelona startFg?=false 11-28 10:25:32.461 1569 1873 D ActivityManager: freezing 13926 ch.sbb.mobile.android.b2c 11-28 10:25:32.786 1569 1569 I AS.AudioService: shouldNotificationSoundPlay false: muted stream:5 attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null 11-28 10:25:32.812 1569 1569 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:25:33.288 2180 17240 I AdaptiveHaptics: Request params from server: typesMask=2, deadlineElapsedRealtimeMilli=50 11-28 10:25:34.208 523 13595 I keystore2: system/security/keystore2/watchdog/src/lib.rs:319 - Watchdog thread idle -> terminating. Have a great day. 11-28 10:25:34.597 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:34.597 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:34.597 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:34.597 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:34.597 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:34.639 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:25:35.212 1569 1873 D ActivityManager: freezing 6853 com.google.android.apps.youtube.music 11-28 10:25:35.962 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:25:36.910 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:25:38.085 1569 1873 D ActivityManager: freezing 13717 com.google.android.apps.work.clouddpc 11-28 10:25:39.711 1569 1873 D ActivityManager: freezing 13663 com.google.android.partnersetup 11-28 10:25:39.861 1569 1873 D ActivityManager: freezing 21437 com.google.android.gms.unstable 11-28 10:25:40.004 1569 1873 D ActivityManager: freezing 13691 com.google.android.calendar 11-28 10:25:40.007 1569 1873 D ActivityManager: freezing 16082 com.android.providers.calendar 11-28 10:25:40.342 1569 1873 D ActivityManager: freezing 7657 com.google.android.apps.fitness 11-28 10:25:40.958 1569 1873 D ActivityManager: freezing 13987 com.instagram.android:mqtt 11-28 10:25:41.212 1569 2002 I MR2ServiceImpl: removeProviderRoutes | provider: com.google.android.gms/.cast.media.CastMediaRoute2ProviderService_Persistent, routes: [bcf4efbf-845a-484c-a488-f1d213ed174a | Bedroom, 414d34f181c6c5e9662c044cea3f21a2 | Office TV] 11-28 10:25:41.247 1569 2199 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:41b4a0aada118aaf66767c6f41d8bccb] 11-28 10:25:41.249 1569 2002 I MR2ServiceImpl: removeProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [4840d2555bd5f0b995eb76723c6c9055 | Bedroom] 11-28 10:25:41.286 1569 2216 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36] 11-28 10:25:41.288 1569 2002 I MR2ServiceImpl: removeProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [41b4a0aada118aaf66767c6f41d8bccb | Office TV] 11-28 10:25:41.310 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.google.android.gms/.cast.media.CastMediaRoute2ProviderService_Persistent, routes: [bcf4efbf-845a-484c-a488-f1d213ed174a | Bedroom, 414d34f181c6c5e9662c044cea3f21a2 | Office TV] 11-28 10:25:41.348 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [41b4a0aada118aaf66767c6f41d8bccb | Office TV] 11-28 10:25:41.366 1569 2216 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:41b4a0aada118aaf66767c6f41d8bccb] 11-28 10:25:41.372 1569 2002 I MR2ServiceImpl: addProviderRoutes | provider: com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService, routes: [4840d2555bd5f0b995eb76723c6c9055 | Bedroom] 11-28 10:25:41.383 1569 2199 I MR2ServiceImpl: setRouteListingPreference | router: com.spotify.music(id: 61), route listing preference: [DEFAULT_ROUTE,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:11f5f9a1cb1afde721f2963fba4cfde341473a36,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:4840d2555bd5f0b995eb76723c6c9055,com.spotify.music/com.spotify.connect.mediarouteprovider.SpotifyMediaRouteProviderService:41b4a0aada118aaf66767c6f41d8bccb] 11-28 10:25:41.880 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:25:41.884 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:41.885 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:41.885 1569 3415 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:25:41.890 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:25:41.954 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.955 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.956 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.957 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.958 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.966 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.981 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.984 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.987 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.987 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.988 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.989 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.989 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.990 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.991 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.991 1569 1951 E AppOps : attributionTag VCN not declared in manifest of android 11-28 10:25:41.995 1569 1951 I VcnManagementService: new snapshot: TelephonySubscriptionSnapshot{ mActiveDataSubId=16, mSubIdToInfoMap={1=[SubscriptionInfo: id=1 iccId=894310805[****] simSlotIndex=-1 portIndex=-1 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=232 mnc=10 ehplmns=[] hplmns=[23210, 23205] cardString=894310805[****] cardId=1 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0], 2=[SubscriptionInfo: id=2 iccId=890126097[****] simSlotIndex=0 portIndex=0 isEmbedded=false carrierId=1989 displayName=Google Fi carrierName=No service — Google Fi isOpportunistic=false groupUuid=85ac7007-c26b-4e9b-8831-c9942f4ea304 groupOwner=com.google.android.apps.tycho isGroupDisabled=false displayNameSource=CARRIER iconTint=-4716942 number=[****] dataRoaming=1 mcc=310 mnc=260 ehplmns=[] hplmns=[310260, 310260, 310260] cardString=890126097[****] cardId=2 nativeAccessRules=null carrierConfigAccessRules=null countryIso=us profileClass=-1 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0]}, mSubIdToCarrierConfigMap={16=PersistableBundle[{carrier_config_applied_bool=true, carrier_config_version_string=play_pl-60000000013.13 11-28 10:25:41.995 1569 1951 I VcnManagementService: 2024-07-28}], 2=PersistableBundle[{vcn_network_selection_ipsec_packet_loss_percent_threshold=-1, carrier_config_applied_bool=true, carrier_config_version_string=}]}, mPrivilegedPackages={85ac7007-c26b-4e9b-8831-c9942f4ea304={com.google.android.dialer, com.google.android.apps.tycho}} } 11-28 10:25:42.011 1569 1706 D ActivityManager: sync unfroze 29002 com.google.android.dialer for 3 11-28 10:25:42.052 1569 3414 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AV0 11-28 10:25:42.055 1569 3414 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AV0 11-28 10:25:42.055 1569 3414 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AV0 11-28 10:25:42.055 1569 3414 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AV0 11-28 10:25:42.058 1569 3414 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AV0 11-28 10:25:42.060 1569 3414 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AV0 11-28 10:25:42.060 1569 3414 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AV0 11-28 10:25:42.069 1569 3601 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AWI 11-28 10:25:42.070 1569 3601 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AWI 11-28 10:25:42.071 1569 3601 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AWI 11-28 10:25:42.073 1569 3601 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AWI 11-28 10:25:42.073 1569 3601 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AWI 11-28 10:25:42.139 1569 3415 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AWg 11-28 10:25:42.140 1569 3415 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}]: TSI.rPA(cap)@AWg 11-28 10:25:42.140 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0}: TSI.rPA(cap)@AWg 11-28 10:25:42.140 1569 3415 I Telecom : PhoneAccountRegistrar: setUserSelectedOutgoingPhoneAccount: no change in default phoneAccountHandle. current is same as new.: TSI.rPA(cap)@AWg 11-28 10:25:42.142 1569 3415 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 2, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AWg 11-28 10:25:42.144 1569 3415 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.rPA(cap)@AWg 11-28 10:25:42.144 1569 3415 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AWg 11-28 10:25:42.154 1569 3225 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AWk 11-28 10:25:42.155 1569 3225 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0}]: TSI.rPA(cap)@AWk 11-28 10:25:42.157 1569 3225 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, 16, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: *** SC Restrictions: [ ]]: TSI.rPA(cap)@AWk 11-28 10:25:42.159 1569 3225 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.rPA(cap)@AWk 11-28 10:25:42.159 1569 3225 I Telecom : PhoneAccountRegistrar: Notifying telephony of voice service override change for 1 SIMs, hasService = false: TSI.rPA(cap)@AWk 11-28 10:25:42.606 1569 1873 D ActivityManager: freezing 10766 co.mona.android 11-28 10:25:44.119 2046 2860 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:44.139 2046 2894 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:44.686 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:25:48.534 1569 1873 D ActivityManager: freezing 422 com.google.android.apps.photos 11-28 10:25:49.592 1569 3601 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 2 queried, returning: ComponentInfo{com.google.android.apps.tycho/com.google.android.ims.call.DialerConnectionService}, ***, UserHandle{0}: TSI.gPA(cgag)@AWw 11-28 10:25:49.602 1569 3601 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 16 queried, returning: null: TSI.gPA(cgag)@AW0 11-28 10:25:50.558 1569 1873 D ActivityManager: freezing 13320 com.google.android.apps.tachyon 11-28 10:25:51.974 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:25:52.988 1569 12982 D AdbDebuggingManager: Received public key: QAAAAOcIxgMpdTF54Vh45CAxcvzyJiC83E2ODZqHf0qI2uJfA6npX7viYmwk6OgNA93xpga7G3DO4Vp4vKbr5DhJ/9KPfaFeb8D1A38ljXjzZt4Zdlg1F/GEmSpC9bTbTbcZLg6jW7i9js0ApAqmBDYo1jOn5ro/UOl8EbEyeFzKE5g+/xVZLD2sgCCJHNR/zpgamk9YQpteEHFizw6r+aDkDQQ36EQwFEUZxhNzEYHF0omxJtsg9COcujuhxicAWVklzblyAfFoVO9OA6A6zzWwiNJnHilCbIV6hlhkrWxwFAj1j9iDb9GcAaj0T3K0H+t3rj+hDYyMb54uL6LWIW/2FSqVNAC82681u4e0jGuSsANASMkjs+QIw/z+OPaZUSLIv/l8FN4o8pZwRwbN6YcZvwAdmGmwF/n1eHLj+Ai5ce5nZDVgMVqS4ountPNdYwdMCqJOZbxjZzopNEHkfuwV6ljfGmKMnSsfafejlkhBEZiEErtgCtHAHeIacM9snuPvdEG184eYLa7XcXYb1Y1Zk+R/B3QUWyBDoGLNgt1lybTsdHCmst2jhVeVwc42A0pjQJKgFWfGNwSEMVKoSAjK70yYwnQXL3y/z0t43WYocUyJUWIUIAnGWayNTvuRmz+x8smp/lsLmqKrqZ794nldgKPMrZzf47LaVoM63AK5YH189I/cXQEAAQA= will@wills-MacBook-Pro-2.fritz.box 11-28 10:25:52.991 1569 1691 D AdbDebuggingManager: Logging key QAAAAOcIxgMpdTF54Vh45CAxcvzyJiC83E2ODZqHf0qI2uJfA6npX7viYmwk6OgNA93xpga7G3DO4Vp4vKbr5DhJ/9KPfaFeb8D1A38ljXjzZt4Zdlg1F/GEmSpC9bTbTbcZLg6jW7i9js0ApAqmBDYo1jOn5ro/UOl8EbEyeFzKE5g+/xVZLD2sgCCJHNR/zpgamk9YQpteEHFizw6r+aDkDQQ36EQwFEUZxhNzEYHF0omxJtsg9COcujuhxicAWVklzblyAfFoVO9OA6A6zzWwiNJnHilCbIV6hlhkrWxwFAj1j9iDb9GcAaj0T3K0H+t3rj+hDYyMb54uL6LWIW/2FSqVNAC82681u4e0jGuSsANASMkjs+QIw/z+OPaZUSLIv/l8FN4o8pZwRwbN6YcZvwAdmGmwF/n1eHLj+Ai5ce5nZDVgMVqS4ountPNdYwdMCqJOZbxjZzopNEHkfuwV6ljfGmKMnSsfafejlkhBEZiEErtgCtHAHeIacM9snuPvdEG184eYLa7XcXYb1Y1Zk+R/B3QUWyBDoGLNgt1lybTsdHCmst2jhVeVwc42A0pjQJKgFWfGNwSEMVKoSAjK70yYwnQXL3y/z0t43WYocUyJUWIUIAnGWayNTvuRmz+x8smp/lsLmqKrqZ794nldgKPMrZzf47LaVoM63AK5YH189I/cXQEAAQA= will@wills-MacBook-Pro-2.fritz.box, state = 1, alwaysAllow = false, lastConnectionTime = 0, authWindow = 604800000 11-28 10:25:52.996 1569 1691 W ActivityTaskManager: callingPackage for (uid=1000, pid=1569) is ambiguous: [android, com.android.providers.settings, com.android.server.telecom, com.android.location.fused] 11-28 10:25:53.000 1569 1691 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:25:53.020 1569 1691 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:25:53.038 1569 1691 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:25:53.051 1569 1691 I ActivityTaskManager: START u0 {flg=0x10000000 cmp=com.android.systemui/.usb.UsbDebuggingActivity (has extras)} with LAUNCH_MULTIPLE from uid 1000 (BAL_ALLOW_ALLOWLISTED_UID) result code=0 11-28 10:25:53.052 2046 2065 V WindowManagerShell: Transition requested (#4388): android.os.BinderProxy@4fd1137 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48129 displayId=0 isRunning=true baseIntent=Intent { flg=0x10800000 cmp=com.android.systemui/.usb.UsbDebuggingActivity } baseActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} topActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} origActivity=null realActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} numActivities=1 lastActiveTime=415747363 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@28946a4} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{ed13c0d com.android.systemui.usb.UsbDebuggingActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=true appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4388 } 11-28 10:25:53.054 1569 3225 D CompatChangeReporter: Compat change id reported: 324203798; UID 10240; state: ENABLED 11-28 10:25:53.078 1569 3225 D CoreBackPreview: Window{3786c1b u0 com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@3bb6af6, mPriority=-1, mIsAnimationCallback=false} 11-28 10:25:53.093 2046 2715 V WindowManagerShell: onTransitionReady(transaction=6738803958797) 11-28 10:25:53.093 2046 2065 V WindowManagerShell: onTransitionReady (#4388) android.os.BinderProxy@4fd1137: {id=4388 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@d2fc314} m=OPEN f=TRANSLUCENT leash=Surface(name=Task=48129)/@0x2a89926 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:25:53.093 2046 2065 V WindowManagerShell: Playing animation for (#4388) android.os.BinderProxy@4fd1137@0 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:25:53.093 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:25:53.093 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4388 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@d2fc314} m=OPEN f=TRANSLUCENT leash=Surface(name=Task=48129)/@0x2a89926 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:25:53.093 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:25:53.093 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:25:53.093 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:25:53.093 2046 2065 V WindowManagerShell: Delegate animation for (#4388) to null 11-28 10:25:53.093 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:25:53.093 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4388 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@d2fc314} m=OPEN f=TRANSLUCENT leash=Surface(name=Task=48129)/@0x2a89926 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:25:53.093 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@2cffc80 animAttr=0x4 type=OPEN isEntrance=true 11-28 10:25:53.094 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:25:53.096 1569 3225 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:53.097 1569 1695 W ProcessStats: Tracking association SourceState{6766467 com.android.settings/1000 Service #1098176} whose proc state 8 is better than process ProcessState{2b55912 com.google.android.settings.intelligence/10144 pkg=com.google.android.settings.intelligence} proc state 15 (3 skipped) 11-28 10:25:53.099 1569 1691 V WindowManager: Sent Transition (#4388) createdAt=11-28 10:25:53.018 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48129 displayId=0 isRunning=true baseIntent=Intent { flg=0x10800000 cmp=com.android.systemui/.usb.UsbDebuggingActivity } baseActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} topActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} origActivity=null realActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} numActivities=1 lastActiveTime=415747363 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{95f85ef Task{ea97ed2 #48129 type=standard A=10240:com.android.systemui}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{e5508fc com.android.systemui.usb.UsbDebuggingActivity} launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=true appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4388 } 11-28 10:25:53.099 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:25:53.099 1569 1691 V WindowManager: info={id=4388 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:25:53.099 1569 1691 V WindowManager: {WCT{RemoteToken{95f85ef Task{ea97ed2 #48129 type=standard A=10240:com.android.systemui}}} m=OPEN f=TRANSLUCENT leash=Surface(name=Task=48129)/@0xe1e4393 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:25:53.099 1569 1691 V WindowManager: ]} 11-28 10:25:53.401 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4388) android.os.BinderProxy@4fd1137@0 11-28 10:25:53.403 1569 1691 V WindowManager: Finish Transition (#4388): created at 11-28 10:25:53.018 collect-started=0.195ms request-sent=30.683ms started=39.111ms ready=39.094ms sent=73.423ms finished=383.972ms 11-28 10:25:53.405 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:25:53.405 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:25:53.405 1569 3414 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:53.482 1569 1873 D ActivityManager: freezing 28269 com.google.android.gm --------- beginning of main 11-28 10:25:53.499 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10182} in 11ms 11-28 10:25:53.503 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:25:53.503 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -67 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:25:53.503 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:25:53.504 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:25:53.504 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:25:53.509 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.510 2298 5418 W SHANNON_IMS: 0515 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:25:53.510 2298 6069 W SHANNON_IMS: 0516 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:25:53.510 2298 5418 I SHANNON_IMS: 0517 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:25:53.510 2298 6069 I SHANNON_IMS: 0518 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:25:53.510 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.510 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.512 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.512 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-67 11-28 10:25:53.512 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 70%, link speed: 390Mbps, sunspot type: 0) -> (is connected: true, signal level: 72%, link speed: 351Mbps, sunspot type: 0) 11-28 10:25:53.512 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.512 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.513 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.513 29335 29362 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:25:53.513 29335 29362 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:25:53.513 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.513 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.513 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:25:53.514 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.514 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:53.516 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:25:53.521 1569 1946 D ConnectivityService: NetReassign [no changes] [c 1] [a 1] [i 4] 11-28 10:25:53.552 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:53.583 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:54.225 14007 14075 E HQSession.cpp: Peer closed with error err=Internal Error msg=Error on socket write Operation not permitted, proto=, client CID=, server CID=00000000, local=, =upstream, drain=none 11-28 10:25:54.595 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:54.634 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:55.085 868 908 I CHRE : @ 415751.514: [AR] still: 65.882354 11-28 10:25:55.085 868 908 D CHRE : @ 415751.514: [ActivityPlatform] type 4, confidence 65 11-28 10:25:55.521 29335 13100 I AlarmManager: setExactAndAllowWhileIdle [name: GCM_HB_ALARM type: 2 triggerAtMillis: 417479834] 11-28 10:25:55.582 29335 13100 I AlarmManager: setExactAndAllowWhileIdle [name: GCM_HB_ALARM type: 2 triggerAtMillis: 417479896] 11-28 10:25:55.595 29335 29335 W GCM : broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10000000 pkg=org.thoughtcrime.securesms (has extras) } 11-28 10:25:55.647 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:55.680 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:55.857 868 908 D CHRE : @ 415752.284: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 8 11-28 10:25:55.884 2046 2046 D DLObserver: onReceive(); android.intent.action.BATTERY_CHANGED 11-28 10:25:55.884 2046 2046 D DLObserver: plugged=1 11-28 10:25:55.885 2046 2046 D SystemEventDataSource: onReceive: intentAction 11-28 10:25:55.886 2046 2046 I ReverseChargingControl: handleIntentForReverseCharging(): rtx=0 wlc=0 plgac=1 ac=1 acrtx=0 extra=1 this=com.google.android.systemui.reversecharging.ReverseChargingController@475f308 11-28 10:25:55.886 2046 3130 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:25:55.888 2046 2098 D GoogleBatteryDataSource: fetchDwellDefendStatus: CONNECTED 11-28 10:25:55.889 2046 2098 D GoogleBatteryDataSource: fetchTempDefendStatus: t_sum=0, time_sum=0 t_avg=0 lst_v=0 lst_t=0 lst_u=0, dt=0, t=0 e=1 11-28 10:25:55.889 2149 2164 I deeptouch: I0000 00:00:1732785955.889530 2164 tf_lite_classifier.cc:413] Event stream classified as kNone 11-28 10:25:55.890 2046 2098 D SystemEventDataSource: updatedEventData: SystemEventData(intentAction=android.intent.action.BATTERY_CHANGED, plugged=EventData(value=1), batteryScale=EventData(value=100), batteryLevel=EventData(value=62), chargingStatus=EventData(value=1), maxChargingCurrent=EventData(value=1500000), maxChargingVoltage=EventData(value=5000000), batteryStatus=EventData(value=2), halEventData=HalEventData(dockDefendStatus=EventData(value=-3), tempDefendEventData=EventData(value=false), dwellDefendEventData=EventData(value=false)), settingsEventData=SettingsEventData(dockDefenderBypass=EventData(value=0), chargingLimitSettings=EventData(value=0)), frameworkApiEventData=FrameworkApiEventData(batterySaverState=EventData(value=false), extremeBatterySaverState=EventData(value=false))) 11-28 10:25:55.890 2046 2098 D SystemEventDataSource: extra doesn't changed, no need to onEventSourceUpdate 11-28 10:25:55.893 868 908 D CHRE : @ 415752.322: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 6 11-28 10:25:55.895 2046 2046 D PowerNotificationWarningsGoogleImpl: onReceive: android.intent.action.BATTERY_CHANGED 11-28 10:25:55.895 2046 2046 D IncompatibleChargerNotification: dispatchIntent: android.intent.action.BATTERY_CHANGED 11-28 10:25:56.502 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:25:56.627 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:25:56.627 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:25:56.630 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -66 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:25:56.630 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:25:56.630 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:25:56.631 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-66 11-28 10:25:56.632 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.633 2298 5418 W SHANNON_IMS: 0521 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:25:56.634 2298 5418 I SHANNON_IMS: 0522 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:25:56.635 2298 6069 W SHANNON_IMS: 0523 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:25:56.635 2298 6069 I SHANNON_IMS: 0524 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:25:56.638 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 72%, link speed: 351Mbps, sunspot type: 0) -> (is connected: true, signal level: 74%, link speed: 390Mbps, sunspot type: 0) 11-28 10:25:56.639 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:25:56.640 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:25:56.641 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.641 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.644 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.645 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.645 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.646 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.646 29335 29362 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:25:56.646 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.646 29335 29362 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:25:56.646 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.647 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.647 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:56.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:56.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:56.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:56.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:25:56.659 3283 4717 I BugleRcsEngine: handleMessage processing message:[NOTIFY_UPTIME_IGNORE_STATE_CHANGED] with [non-null]:RcsEngineImpl reference [CONTEXT log_prefix="RcsEngineImpl[DUAL_REG]:[520d16d4-cc17]>Handler" thread_id=61 ] 11-28 10:25:56.660 3283 4066 I BugleRcsEngine: Connected state: [1], networkType: [WIFI] [CONTEXT thread_id=54 ] 11-28 10:25:56.660 3283 4717 I BugleRcsEngine: Cannot use CS.apk as it's battery optimized [CONTEXT thread_id=61 ] 11-28 10:25:56.661 2707 3239 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.662 2400 4204 D TrafficStats: tagSocket(138) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.665 12081 12194 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.665 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.665 2274 4225 D SHANNON_RCS: 1274 [1][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:25:56.665 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.665 2274 4225 D SHANNON_RCS: 1275 [0][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:25:56.666 4121 4167 I Tycho.VoiceLibrary: VpnMonitor.NetworkCallback.onCapabilitiesChanged 11-28 10:25:56.667 19760 19870 D TrafficStats: tagSocket(366) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.669 4392 4392 D TrafficStats: tagSocket(256) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.670 4121 4121 I Tycho.VoiceLibrary: onVpnStateChange: VpnState{connected=true, pingLatencies=[], estimatedBandwidthBps=-1, pingTotalTimeMillis=-1, pingResultGeneratedTimeMillis=-1} 11-28 10:25:56.670 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:25:56.671 19760 19760 D TrafficStats: tagSocket(418) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.671 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.671 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.672 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.672 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.672 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.672 4392 9184 D TrafficStats: tagSocket(260) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.672 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.672 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.673 5708 5791 D TrafficStats: tagSocket(176) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.673 29335 29817 D TrafficStats: tagSocket(5) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.674 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.674 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.674 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.674 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.674 27288 27326 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.675 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.675 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.675 2992 23362 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.675 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.675 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.677 6449 6449 I Wildlife_WildlifeVpnReceiver: ACTION_WIFI_STATE_CHANGED 11-28 10:25:56.678 4121 4121 I VoiceLibrary: [2] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:25:56.679 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:25:56.679 19760 19859 D WM-NetworkStateTracker: Network capabilities changed: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] 11-28 10:25:56.679 1569 1946 D ConnectivityService: NetReassign [no changes] [c 0] [a 1] [i 2] 11-28 10:25:56.679 23918 26148 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.680 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:56.683 29335 29401 I NearbyMediums: WifiNetwork defaultNetworkCallback onCapabilitiesChanged network:420 [ WIFI VPN ] isNonBypassable:true 11-28 10:25:56.685 26444 26914 D TrafficStats: tagSocket(122) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:56.686 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:56.691 3283 4717 I BugleRcsEngine: Rcs is enabled from user settings: true [CONTEXT log_prefix="ProvisioningEngineDataRetriever" thread_id=61 ] 11-28 10:25:56.691 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.692 6449 6449 I Wildlife_WildlifeVpnManagerImpl: toggleVpnByFeaturePreferences, 69, 1, 69, 1 11-28 10:25:56.692 6449 6449 I Wildlife_WildlifeVpnManagerImpl: handleFirstTimePromptNotification() Same network. Ignored. 11-28 10:25:56.692 6449 6449 I Wildlife_WildlifeVpnManagerImpl: restoreSettingsFromBackupIfNecessary() false, false, false 11-28 10:25:56.695 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:25:56.698 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:25:56.698 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:25:56.698 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:25:56.699 845 992 E Netd : uid 10176 can't select networks other than 420. 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: Failed to bind socket to 1(wlan0), duration 2ms 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: java.net.SocketException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:442) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:409) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at pvp.g(PG:81) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at ppu.r(PG:151) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at pqc.q(PG:33) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at pqc.m(PG:19) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at ppv.doInBackground(PG:241) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at android.os.AsyncTask$3.call(AsyncTask.java:394) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.FutureTask.run(FutureTask.java:264) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at java.lang.Thread.run(Thread.java:1012) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: Caused by: android.system.ErrnoException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:441) 11-28 10:25:56.700 4121 9389 W Tycho.VoiceLibrary: ... 11 more 11-28 10:25:56.701 4121 9389 I Tycho.VoiceLibrary: Can not bind to WiFi network 11-28 10:25:56.702 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:25:56.704 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:25:56.704 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:25:56.704 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:25:56.705 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 1ms 11-28 10:25:56.705 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:25:56.706 4121 9389 I Tycho.VoiceLibrary: No enough registration credit for network 17 11-28 10:25:56.706 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:25:56.710 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.712 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:25:56.713 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:25:56.715 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:25:56.715 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:25:56.715 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:25:56.716 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 1ms 11-28 10:25:56.716 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:25:56.717 4121 9389 I Tycho.VoiceLibrary: Find the network 17 that has enough registration credit, restart registration 11-28 10:25:56.717 4121 9389 I VoiceLibrary: [7388] qee.k: (MMTel): : Restarting the IMS connection manager, reason: CONNECTIVITY_CHANGE 11-28 10:25:56.717 4121 9389 I VoiceLibrary: [7388] qee.o: (MMTel): : Schedule to stop IMS connection, reason: CONNECTIVITY_CHANGE 11-28 10:25:56.717 4121 9389 I VoiceLibrary: [7388] qea.a: (MMTel): : Cancelling pending registration 11-28 10:25:56.717 4121 9389 I Tycho.VoiceLibrary: ResetRetryCounter at TerminationReason: CONNECTIVITY_CHANGE. 11-28 10:25:56.717 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=0 what=3 obj=qdw@cb2308e target=qea } 11-28 10:25:56.718 4121 4177 W VoiceLibrary: [80] qdw.run: (MMTel): : Current network interface is null 11-28 10:25:56.718 4121 9389 I VoiceLibrary: [7388] qei.: (MMTel): : Created RegistrationRunnable with ID 01628f68-8fd6-4aaf-8ace-8273fd9e2a48 11-28 10:25:56.718 4121 9389 I VoiceLibrary: [7388] qea.b: (MMTel): : Scheduling registration 01628f68-8fd6-4aaf-8ace-8273fd9e2a48 in 0 ms 11-28 10:25:56.718 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=0 what=1 obj=01628f68-8fd6-4aaf-8ace-8273fd9e2a48 target=qea } 11-28 10:25:56.718 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable 01628f68-8fd6-4aaf-8ace-8273fd9e2a48 start 11-28 10:25:56.718 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:56.718 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:25:56.719 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:25:56.720 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.722 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.725 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:25:56.725 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.727 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:25:56.730 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.731 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.732 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:25:56.733 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:25:56.735 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:25:56.735 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:25:56.735 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:25:56.738 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 3ms 11-28 10:25:56.738 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:25:56.738 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:25:56.738 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:25:56.739 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:25:56.739 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:25:56.739 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:25:56.739 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:25:56.739 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 5000 11-28 10:25:56.739 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID b38e4215-9748-498e-8c50-969ec904ccae 11-28 10:25:56.740 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration b38e4215-9748-498e-8c50-969ec904ccae in 5000 ms 11-28 10:25:56.740 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration 01628f68-8fd6-4aaf-8ace-8273fd9e2a48 11-28 10:25:56.740 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:25:56.745 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:25:56.746 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:25:56.752 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:25:56.754 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:25:56.757 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.761 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.762 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:25:56.766 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.769 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.774 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.776 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:25:56.779 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:25:56.786 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:25:56.788 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:25:56.796 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:25:56.799 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:25:56.802 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.805 868 908 D CHRE : @ 415753.235: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 8 11-28 10:25:56.807 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.808 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:25:56.813 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.817 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.823 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.829 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.834 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.840 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:56.898 2149 2164 I deeptouch: I0000 00:00:1732785956.898583 2164 tf_lite_classifier.cc:413] Event stream classified as kNone 11-28 10:25:56.904 868 908 D CHRE : @ 415753.333: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 6 11-28 10:25:56.918 12981 12985 I adbd : adbd_auth: received packet: OK 11-28 10:25:56.918 12981 12985 I adbd : adb client 0 authorized 11-28 10:25:56.919 12981 12985 I adbd : adbd_auth: no prompts to send 11-28 10:25:56.919 1569 1691 D AdbDebuggingManager: Logging key QAAAAOcIxgMpdTF54Vh45CAxcvzyJiC83E2ODZqHf0qI2uJfA6npX7viYmwk6OgNA93xpga7G3DO4Vp4vKbr5DhJ/9KPfaFeb8D1A38ljXjzZt4Zdlg1F/GEmSpC9bTbTbcZLg6jW7i9js0ApAqmBDYo1jOn5ro/UOl8EbEyeFzKE5g+/xVZLD2sgCCJHNR/zpgamk9YQpteEHFizw6r+aDkDQQ36EQwFEUZxhNzEYHF0omxJtsg9COcujuhxicAWVklzblyAfFoVO9OA6A6zzWwiNJnHilCbIV6hlhkrWxwFAj1j9iDb9GcAaj0T3K0H+t3rj+hDYyMb54uL6LWIW/2FSqVNAC82681u4e0jGuSsANASMkjs+QIw/z+OPaZUSLIv/l8FN4o8pZwRwbN6YcZvwAdmGmwF/n1eHLj+Ai5ce5nZDVgMVqS4ountPNdYwdMCqJOZbxjZzopNEHkfuwV6ljfGmKMnSsfafejlkhBEZiEErtgCtHAHeIacM9snuPvdEG184eYLa7XcXYb1Y1Zk+R/B3QUWyBDoGLNgt1lybTsdHCmst2jhVeVwc42A0pjQJKgFWfGNwSEMVKoSAjK70yYwnQXL3y/z0t43WYocUyJUWIUIAnGWayNTvuRmz+x8smp/lsLmqKrqZ794nldgKPMrZzf47LaVoM63AK5YH189I/cXQEAAQA= will@wills-MacBook-Pro-2.fritz.box, state = 2, alwaysAllow = true, lastConnectionTime = 1732785956918, authWindow = 604800000 11-28 10:25:56.919 12981 12981 I adbd : adb client authorized 11-28 10:25:56.920 2046 2065 V WindowManagerShell: Transition requested (#4389): android.os.BinderProxy@27cd072 TransitionRequestInfo { type = CLOSE, triggerTask = TaskInfo{userId=0 taskId=48129 displayId=0 isRunning=false baseIntent=Intent { flg=0x10800000 cmp=com.android.systemui/.usb.UsbDebuggingActivity } baseActivity=null topActivity=null origActivity=null realActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} numActivities=0 lastActiveTime=415747369 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@d3acc3} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=null launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4389 } 11-28 10:25:56.924 22016 22016 I TopTaskTracker: onTaskMovedToFront: (moved taskInfo to front) taskId=47753, baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.apps.nexuslauncher/.NexusLauncherActivity } 11-28 10:25:56.925 535 535 I BpBinder: onLastStrongRef automatically unlinking death recipients: 11-28 10:25:56.936 22016 22016 D StatsLog: LAUNCHER_ONRESUME 11-28 10:25:56.939 2046 2715 V WindowManagerShell: onTransitionReady(transaction=6738803958825) 11-28 10:25:56.940 2046 2065 V WindowManagerShell: onTransitionReady (#4389) android.os.BinderProxy@27cd072: {id=4389 t=CLOSE f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@ac381be} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48129)/@0xa962940 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:25:56.940 2046 2065 V WindowManagerShell: Playing animation for (#4389) android.os.BinderProxy@27cd072@0 11-28 10:25:56.940 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:25:56.940 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:25:56.940 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:25:56.940 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:25:56.940 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:25:56.940 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:25:56.940 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:25:56.940 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:25:56.941 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4389 t=CLOSE f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@ac381be} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48129)/@0xa962940 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:25:56.941 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:25:56.941 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:25:56.941 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:25:56.941 2046 2065 V WindowManagerShell: Delegate animation for (#4389) to null 11-28 10:25:56.941 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:25:56.941 2046 2065 V WindowManagerShell: start default transition animation, info = {id=4389 t=CLOSE f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@ac381be} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48129)/@0xa962940 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:25:56.941 2046 2065 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@4c6b35 animAttr=0x7 type=CLOSE isEntrance=false 11-28 10:25:56.942 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@78d06b0 11-28 10:25:56.945 1569 1703 W ParceledListSlice: Element #10 is 18032 bytes. 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: queryLength=0 size=45 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack line level line in line out recording processing,input_query=android.app.search.Query@db57def,group_id=web415751250,zero_state_cache=[B@87fa0fc,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack line level line in line out recording processing searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c2fcd8bc-5c22-4ade-84d7-8b1975c82116 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mutable instruments rings clone,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=mutable instruments rings clone searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 70a8b48a-f665-4dd5-a577-1f372f00680f 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=after later monsoon vs cumulus,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=after later monsoon vs cumulus searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 6cf8adbb-6bdc-4cb9-bead-de9937118d29 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=after later audio rings,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=after later audio rings searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: b4c22032-7e5b-4b6f-8383-8fab0cf8b167 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mua,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=mua searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: f82625ce-dafd-421f-a7f0-424f68614917 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=befaco plethora techno,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=befaco plethora techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 95fb916d-fc7f-473d-8dfc-cd0ac6309ba5 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=befaco percall techno,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=befaco percall techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 9fd85e0e-30a0-4813-aac6-a2be4bb657d9 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=torso s4 techno,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=torso s4 techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 2ba91918-06ac-4d49-b201-c1a8e7bc0b24 11-28 10:25:56.947 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=morphagene,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=morphagene searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c9d8e551-3429-45a5-8ce5-5adc93f6358d 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=winter storm warning,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=winter storm warning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 847c0b50-4dc0-48c1-91cb-af189c7b66f5 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=metal fetishist,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=metal fetishist searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c36c7a93-a235-4ee2-ae08-11cb77b5f075 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=behringer batumi,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=behringer batumi searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 6bedeabf-c581-4a0b-bf76-98e2b420db0c 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=fl studio templates song form arrangement,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=fl studio templates song form arrangement searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 3a3b744f-fb0d-4afa-8b32-0e7c1af36529 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=signal crashes android,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=signal crashes android searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 3e8dfb61-5633-4637-8e16-5a04939b9dcb 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit meris lvx,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit meris lvx searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 43bde0d2-d8f9-46bd-8356-d91dbdf129eb 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=signal crashing android,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=signal crashing android searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: b2702ab0-fff3-491a-a2f2-c8a20371274a 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=buy oxytocin europe peptides,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=buy oxytocin europe peptides searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: a7610a49-6664-4a4d-8bc0-f730e39912fc 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack tx6,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack tx6 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 8612bbcb-4e67-49c2-a54b-1fe15d3532d8 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=2400 euro to usd,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=2400 euro to usd searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 25b8f7ef-3891-4710-995f-c313e394dc9a 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack sources for ambient,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack sources for ambient searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: bc9f7517-b2d2-4675-9705-d964f128d7f8 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=qibit stardust review,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=qibit stardust review searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 813a236c-1e9c-4d4f-998e-3414721938a5 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit meris reverb delay,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit meris reverb delay searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 36b3ceb4-8140-4d1c-bede-5260d9bc2eab 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=kma cirrus,,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=kma cirrus, searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 1e05c068-a429-4ae0-b69a-a93795d6b5f4 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=best ambient pedals reddit,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=best ambient pedals reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 13261a12-2889-44c8-9d5b-0aacc71900c1 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=buy empress echosystem,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=buy empress echosystem searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: e23c363c-8853-48ea-8547-f01f2f3d6d02 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit delay reverb pedal for ambient music,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit delay reverb pedal for ambient music searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 4c6f7ef6-2823-4401-8d99-a7fe9d009249 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=pedals like chroma console,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=pedals like chroma console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 949058c8-b490-4e9d-9819-ea1d930b9f02 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=get logs with android sdk platform tools,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=get logs with android sdk platform tools searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 65f43ae6-3e1f-4fb8-806b-87b32dbd2460 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=teenage engineering ground lift,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=teenage engineering ground lift searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 9bbe5a31-c3e7-42b5-8f27-b570c99ba256 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit synth ground loop cable box,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit synth ground loop cable box searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 1d79ea44-ac73-49b2-b7f8-ab6f1427fef1 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=daily horoscopes for november 27 2024,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=daily horoscopes for november 27 2024 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 3f316443-8ba8-45f5-bdaf-80f3e676dc55 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=today wordle answer,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=today wordle answer searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: d188cf5a-3089-4e70-b45c-1b803796e4ae 11-28 10:25:56.948 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=dollar general thanksgiving hours,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=dollar general thanksgiving hours searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 81eea5aa-e853-4eba-9599-c3a98f3fa687 11-28 10:25:56.949 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=best streamers,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=best streamers searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: a038cddd-93a4-4967-b5a7-bca1a45196db 11-28 10:25:56.949 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=queen never cry meme origin,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=queen never cry meme origin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 5c3a1e6f-2d78-44db-aa3c-90a5d6845815 11-28 10:25:56.949 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=college football playoff rankings,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=college football playoff rankings searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: d859390a-2ebe-4cd1-8443-77abe47056f8 11-28 10:25:56.950 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin price,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=bitcoin price searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: f5e224c7-af42-4c9c-8273-ff6fd1064a23 11-28 10:25:56.950 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=ripple xrp,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=ripple xrp searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 2b2d0d1b-6658-4ad1-b617-183bc963d16b 11-28 10:25:56.950 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=aurora borealis northern lights forecast,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=aurora borealis northern lights forecast searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 1078dda0-0d55-4f93-b717-d467605673fd 11-28 10:25:56.950 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAG4AbgMBIgACEQEDEQH/xAAcAAACAwEBAQEAAAAAAAAAAAAFBgMEBwABAgj/xABDEAACAQIEAwUFAwkFCQAAAAABAgMEEQAFEiEGEzEHIkFRYRRxgZHBI0KhFTJSorGywtHhJTNDYoIWJERjcnOS4vH/xAAZAQADAQEBAAAAAAAAAAAAAAABAgMABAX/xAAgEQACAgIDAQADAAAAAAAAAAAAAQIRITEDEkEiBBNC/9oADAMBAAIRAxEAPwDccdjsdjGOx2Ox2MY7HY7HYxjsAuMB/ZT+dsHcA+LhfK39ATgx2B6BWTf8Sf8AmfRce5y39nVFuug2x5lJt7RfYcz+EYiz4sMkzBlNn5D2PlthpGiKWTVecVL1dLw9BCyhwKmrmNkhNvzR5tve2J8xHFVGOZBm9LM4FzEY9Ia3gD4YoZPxC2U8LU1NSUReSTVNJrYgDUSbsQCbkW28reYxQq+Is1mhieKg5IlYrzXXWtwAbKLg3sR1HzxzOTs7IccayPPCmdJn+V+0CLkSxSNDUQeKSDqD+344MyEAbkD3nCj2eGVUzRpheWaoWUjTp30BTtc7d3r6/NuKX3fc/sxWznqmNGOxFTSrNTRyo6urqGDKQQfUWxFGXqlniqYUVAdFlctqFh6C3XBEIazM44Tpj0k/pMbD+uM24h7SEmzRcry7M4o31abxDdm8tXQfO+FztWoYuGJ5loOfzawhYXkbU0aEEtoPXzF+v7TlDylLWTlld1Om2GS9AzfoONc9pgA8kc4A/wARB+0WwTpe0uKnnjizqk5ayDaWDcL71P0+WMryzMKiqoYahZ33/OF79Bv19bfPHxmFTC0qSVsyDlrezMF1Dy+eKdUxbo/ROUZ1lucxGTLKyKoUfnBTuvvB3GKnFqa8re/Sx2+GPz1l/GU2S5vDXZfJEBE/92i6VkTxU7CwP9euN4nzSLPeEaXNIFKR1UAlCE3K3G4+BwnWmG7RVylR9v12ewuendGOzdDJltVGrhC0ZGoqDp9bHbHuVkfb/wDX/CMdmgvQ1N+nLONMMMNMTZTRZblawXiURBlPLH958uvuws1VfUpMkUupqWE61pyqhlB+8R1v1PxwxcQcH5rLR0mZ0kXPjbvyRKTqUeFh7rYV6uesr6409OgkZ1KctQb/ABxyuDO+PMqHjs+0VMtbWxL9mFWINfx3JH7PnhvdvBQWPjbwwF4Ny6DLciho4HDGNiJyuxMu2q/09AN8HSAFAAAHliqVKjllLs7Mz7OKjPMl4qgyJqiaehkZpacajymS45m3gRfVa/X341fMM4hydJp6tW5L1SxGRbERlggUt42uQLi9r77b4/KWT5rmGSZ1TZnFJKKmlkWVRITcjxBv4EEg+/Gh8c8W0PE1QxoZZpaUhe7rePQzBbgALZzsLgm+2w2vhksCN28FftVzp83zeKrhUpyLxjqVex36+I2v78RRcIflXhemr+YtNJUr/u8WgaAPASSbEk+fhfocRTZlT5bw2ckzLL/aatpEaOKdQTGQPTcMSbEHfqOnXQKCmzvPuz40eY5QaauELxU4dVhv3fs3C/cIv5D82+C7WgpJ7M7yKFpuHs0oo8v5k1DU/b1azd03uAlulhovcXvgE2Q19dUUsYijpqeViBNOSkV73F29egsOvvwY7PaOtq+JKyhiqPyUsML+0whjZyhsqlT1Ibr0Nr2IOPeMY8xp879kzWojaWSn7skLXWxJ0t023vt7/C2Asy2HH69EVR2cZ5TNrT2NgNtPPNz+rjTOzzOsuq+AfyPSOI6yg5iSxMRdiWZtajxXfGUSZ3xVW5a9PHUVE1KkX2rRpqZFvaxYb2vf16+V8T9n6rFWz1RYMKeAnUDfSzd0fhqxTDI0/Ta0r4qBZDUMLltlXqdh/XA6fiMS8waVUXto6k4VoMwNSIQ7XcMVZifLx+W+KbZgsz6oUIVidJbyw1Bs2Xhupat4apWjIV1QxlrX0lSV6fDGUZRFI3avU5eM9rmRDLoZ59XNkFiyFTsQO/tb7u2HvszreZltbT3uY5g49Aw/mpxknMky7tPEu4dM6a59GmIP4McKlkw3camuyDiJaugmaBKyMO4jJAd12JI6dNOPij48r0j01cEM/k47p+Ntvwwf7XKdfyXQVIG6Tsl/Rlv/AA4y95dFsNSezW0C+IsrNRw7R8Q08VoZxplI30te37wtinkmaJRQwxMy8ltpDpLaNzc6ehO+xsSANuuHTJpqeo7GqqkqP8NZSPeJCw/HGV8xoroANjYHEhjT+AkygVRzvMKqKpzBGIpaRe80VjYMV8z4em/Xpo8HHMUE8oqwFhUAEvcSMfEhetvfjIOyfLo8wz6p9qGsikLgHwOtR/PALMHrKXN6+nirasJDPLGgWdtgrEDx9MZS8D1vKH3j6qioOJKfiPhTMKdZK8ETxlQ3fUANdT4MCPDqCQb4TsyzCXN82nzTOnGoqEWOMEBQBsLHfzOFx6uslcGaeaRxsCzlj8PkMeBJnbSzEWNjv0wbV2C3VD7wrxqMsFRTVloqN1AUpHsrKDbYeJB/DF7IJlqqfNK+JW0z1Vgb7kBf82++o9fPGfxUXLY8w3YdN8PfD6LDw1GQG+1mkayn10/w4MY/Vhc249SGSrjpFq41BVnTuA+F9jb4Y+6Y/YwrcgHbAuqPNzAqB1WwHxGCkoMaIi7MBf3YoTHzszq3hzqqph1mptQB/wAh/wDY4ROO1fL+OMwmY3eKpWe49yvhk4EqVHE2XShj9uHjI/R7p2+YwL7WYlHGVcoGzxRfuAfTACaF2qsG4Zi8jOjj5N/PGN1EneG/h4Y1zjaT27s+oKsG4kjhf/yUYxuc/aN77Y3hvT6p82y0dnU+VTVojrTMzpDy2JbcEbgWHzwpEBjFYblADv1INvoMRv1+GJ44ZGpBVpbTFKsRF97tqYbf6WxJjGi9kL6M+qU0aR7GWJPh3k2/HCjm8gmzfMJUI79TM1/QuTi/wlnS5PmlZUOZTK0DQwxpHr1Em+/xUfM4B6ZQoMqMGYElmFr4nLaLcemVA3LrFbSG0uGseh6YI1NdUV09TV1AQSVBBOlAALWsB5W0jpgfBE0lQ2kXCKzHTvsAT9MTqdCoHvGSo2YbMMViQZOx13YncWFtreP8sOkbGDhzLoroCYFc7/pd4nb1PTCLINNOXX85iQN/IDw+OHzNgkUSQq2rloECrYWsLdf/ALh4gYApJwM2tYN3D0B8/XByZtRLemFilY/lhQF0gKRthoCFkHTfzwyAybhyoahzqgk30e1RtfyuwB/A4tdq7M3GdQQNuTF+7ik7rTtCRFJIOYoPLFyL+PuBx52j1HM4uqS7Xblx/ujAYUPNbKJOyLLpDuI6eK489O30xkpa+56nc40+AmXsgXUdlgkIPudsZcxHQeGAzCu/XDJwNJA89RRVNOkyztGw1qCFK6t/1sLL4PcESMufRIOjqb/Df6YlLQ8djhNk9Dl2Zx1sUKwqp+7sN/TE+eyLmGWzUtLGrySgBpmN9Av54MxUQzPNaGhO61MyowvbuXu36t/jbAudY1zOtaFAkEU8nIS+yjUbfIWGOXOy6rQE4FyJYeI/ZK7QzVlJVUsNh95omufTuhh8ce+zczII3lTuGAECw2uPC/vw9dn1NFJnU80kKySU9OvLZkB0Mx6g+BIuPXfCdkkPPyOnV9WtIlHqNvp0x6P4ktnH 11-28 10:25:56.950 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=spotify wrapped 2024,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=spotify wrapped 2024 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 7e2422ec-2868-4a9f-a0e5-bb3ad27bd013 11-28 10:25:56.951 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABXCAMAAADS8ICsAAAAllBMVEV7r9T///99std/tdoAADUAADMAADEAADcADzlhjK/b3eFdh6lQdpcACTdvn8Njj7IAFj3w8fNpl7pLb5A6WXnHytD29/ggOFnT1trh4+azt792qM0uSmoACjwAHUQ/YICprrcmQGEOJ0pSXXJeaHuhprA3RWBrdIUYL1FXf6EuPVqIjpx9hJO8wMcAIkc/TGWWm6YAACub5uAsAAAH8klEQVRogb2aiZKivBaAIQtENIgIAooguICtIv3+L3cDuJAQgf7HuqdqqqaR8HFy1iQo6v9VlP6fg/Lg/v2ht9t/wa2OJw1R7c+8i4b1TD7qM87PMCLhdG7pwd9oCy2f5RSn5WI8bn3C1JttIIBTEonjFoHh+67r+n6wWHWGZnQKoR1bup51XlSO26WIOjYEChM4oz+Py4F7vB5OkY40DdeiaRra5vusXPuvVzKwBxUFQOWcU+1gDOPWBbLiTQOreDG9q4v15Y40jBC18sRx4uVyOWP/Yif0UsIuYy09HGt7Hei8GQngJGHAoB/n/9Qw5S3QsSwNISt3ZlN7A2AloJH6/4ppn5dhQRFG9/KmJ6+xAM4Z8Lrqwbm/lsPBqmFJ5MxspYYoMqm5m+kyoWhrzVv3MA3zly1kuAs9Q8nz4AeQAN1M4oQfDmCuLT7jDJwPP7gHCYXRYEL3fba70tm/8Dr8FAd9uJVefJN2phe1D6eW6IvqgVRf9ePU6HvqMeVKtR93y8n5W+rBNDr0a5dha/YlGNPOTOj29hlnpDQxJYH3n3nwbOHsE26HyVKMnH8UaHrotJDirriYf1G1RgBwKDEkuIOeb8bkqkdqfmbqwRFwRh49QRu3R4kyPNacT2fLOHYqYXXozIpEnbx7eRNLuwm4PQpHWA2cf6MI1ZW1rrGIlcDIc2bzDewxOrQt7HK4TA9HmQ3OrMI1gmCxCFgP4a6Pl8PPlpVD6sWTnrdkPL+FK1Ey0iNhTA5isAa3y50WUc/7wjkhixfO1fJxsGpkiDKRVyGR0zc98Mze8oFbbC1zfLiBBJdd3K0/tTP3fOH20hr+WXJt18Fd0LwHx2jFczLXeJybPAVs0m5zfaCbXlrVrja4yOre2Tu3wLSQ0EKqecEPaYcia1aLxTMQSn3ZUQ52L3HPqh2NE8w3RWBuv/5uZvKBW5Giq0qI+2iVo9Gca9gDjXdMMGPN+4tmNe9W4Y4dlwKKV0QDrgqXrLluiYuX3AAYF2QGGxp9LjMqXG51nuURL5oMRAZ0cDvc14jvAWCYsrYAvrzkifM1MTxZHF9vaLCDqG5740ohDmBaLCwyB++ZbHCdeGHTdFB9YW4Uydxy4X5Fwh3WXTX0SGEz+W40Ge4nEh5ikpxZHse85WNZEOfa+hV2mA+mDXtndYc8K+La2oUmhDgMqxBeCJEPZqSrH9hEr3DfU+Gl65k+/LZpDOdi3i+B2TT1uhBG5yjtlnpWV55r6VMk/ILq9plfwCosDHgXBMu6EKok53HTKJUUDTh5OrmX8o+ZI0kaVzomhvm2/iVNedwkyi1JSWTh7jX3i6+Hulmc4UQTK48FUh4JOQntDlRS0Z7hXog4vJbhBBMr5iOYPBGHj+qJxhKeg6pwj7xxOMINZiZu5tyzRO1KdZU/8hLPq8NdxJ3/pl1nMpl2KssTU0ml8NhvI7X7aLtCglMNZNmS8Eu1mzfOdh3P9HS5Z+La01wsKRXAjKKRntmNO1Q3vOTD5OywPNzTcXEn1inFbBy7k1XwY512QZ5IY3Mytfg17zOr+Cse182ZTvXgbs7Ez+yYIUkjBWe//AUTVy5313SDw6knsbpurGilGmJFWGr+c9BeGu6xyT+lqgilnkRbg8NdBONVeeku6QVamz8nImuceA8H1ok9pFAmpMVjOKNbzR2UidWcxfLbCquUDLbBMC8CndjVhuh7Pqte5YeIXSYISRoJvYBXtGwQUDIZ4LFeJapzQptX4XaoMzUgjCzeFKDg+i4fS8Kdx7FOrMlALV7d1kbdVgw6Gn9hI6x6btpAZ8jK/3Od/+bVuGNXPeYvfNQ+wugtR9y/kAf2+3UYr/GXZo2Qy/oQ/q9uCrwMLEDbP8IprXkNztWSAcO3w+4p2Xb8uukxn4/13YFK6hh3e6h1t/D3smr7mbcNnrhVRPodDaZeh1aFUP86SeDtX2tzHxe9hjdpZ/lfvWUxHO4v3Ixm752HHZbk+ZeAKbX0/eVmCDMaRKRvhcwrV6xa+yrXXkfbzJcJQVhD+f5a7m6ubzDxXfcaDS3MHrQ5qfrf1q5RpvftUQEAFfschylBCNXnMbjaNSKRRcyPg960CdF9lcMxnte/A1dvvSmmPTlXBzLVucx5Ord7NgBetDNBdRxxO35XnI7ZOgW8jKAtG93E/cxSs2R93b8JUEKaPlYmwm7tTSfxmPf9g0A71/dPhxb3ooMflNtfVBCwidTeyV1yKKOReIT1R9Jsj6atZCs5R/C/eY6QW1yZlOBWJP2a9Vg2ugzgLsNbHOOFO72T4Rboe8rV6mW9uIx+Ubmqg9OMHpzfLeydE8e/CLDJvQd3YXWdb4omaTxRRpy9VhlV0vIAr+/s1f8lodkGwiTCiCTLqQk/HS3XxyasXjgpFnoQAM7Ftk87Ndhj4ryBYE4PRnnHGNEijM8Tc/M6kXmIsrGnS8ezENKKlGuuWcOeU729zJOdTro/DPj4BIEpV5t65ZZZqjVnInkSOk5ciRNWHwXQ6qMA/XRdB9xaGoLqM4SrsL6Tye2EaTKtXARMWk3KyliX1/2p0FF9JlMdy+gkv2eXnfvci3IfzTWAm2WB0VXYQP70RYe7xyhdMnPlWPL9yKo+kakOZjrdYL2WhmASEkQunU9IPn+vEly3iCYxuX68Qy4lSuy4QNpJshPQ//HPjam47XazA5IxUxYXcdt/BI5ltNufaWyxcvn4vdAA7tvyP6kuls8ccEoyAAAAAElFTkSuQmCC,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=north carolina tar heels football,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=North Carolina Tar Heels football searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 07b0821c-5e71-45fa-b6b6-e752dcc91d40 11-28 10:25:56.951 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt crossword clues,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=nyt crossword clues searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 05fbcfdf-dcf4-4942-be84-b3ad569bc427 11-28 10:25:56.951 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAE8AbgMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAACAIDBQYHAQT/xAA2EAABAwMCAwUFBgcAAAAAAAABAAIDBAURBiESMUEHE1FhgRQiMnGRFSNCobGyCCc0UmLB0f/EABoBAQADAQEBAAAAAAAAAAAAAAACAwQBBgX/xAAkEQACAgEEAgEFAAAAAAAAAAAAAQIRAxITITEEBUEUUXGBwf/aAAwDAQACEQMRAD8A7iiIgCIiAIi03WfaLZtLRubI8VVXg8MEL25zy3Odt+fzQG5Io+XDtyv07HNobfRUeSeFziZSB0G+B6rJWzt5kZEGXKxiR4aPvIKjHF45BCA7iiwmldVWnVNvZV2qpa8ke/C44kjPg5vP15FZtAEREAREQBERAEREBiNW3OSzabuNxhx3lPTvkYXN4gCBtkZGR6qJ0hrdRXWqr5izvqmQyyuAw3JOcAKY7mh7S1wBB5gjmo1ahoWW/V98paaJrI21j3taxmA0O3AAHIDKjJ0icEm+TXmaUkMeXVG/T3dlZqNMzwDLJmuOOowt2oo+/iBjqYnkfGzOC1fNczE3EJqmvlO/dsYTj1VOt32aXijV0a72e2+8za1t9NZpDBWtlEj3F5azgaQ53Fggubty68lLJcG7HYf5hOe4btt8v74/+rvKvTtGWSp0ERF0iEREAREQBERAFHGodNddQV1ZUz8c5ncJD8IfwjhGzcdAPopHKN2u2yaW13cYCzMU7/aoNti1+T+Tg4eiryJtcFuGST5LsFHIK6JkTWBzYgHPccd5tzcTtkqmlpCTNHIyNw74Oc9u526ZHNp6r4qFk13mMk8rS4DIa1zW7fqVbrJZrPI8QTAjGXt4g702VOl32a21puuDLaek+yNX2r2Wd0YkqGRyGJxHE0vaS35HA2UiQo79ldM3UmvGGfvGx0UXteWY+Nr2cIORy3P0UiFdji0uTJlkpPgIiKwqCIiAIiIAiLHXq+W2x0vtN1q46eP8Icfef5NaNyfkl0djFydJcmRXGP4hLYKqay1MPC2YMmY49XDLC0fuVeou1urqXGDT1N7JHn+pnAc8jybyHrn0XPKusrK69z1VyqJKipnwRJIckgbcI8APAeKq3U+Eb5etz48W7NUr/ZiKe5+wx9zW0bZS3Yd4MqmquP2hGKejpWxtONmDC2ttJDNGC6NpPmq46OGJhc2No8MBR3EVbUurMj2Lz0OndRTPutbFTmppu6a+U8LXPL24bn681IFRRugbNMKVu7nn3vJvUrY7Lre/WCXhpa01EG2aeqJezbw3y30K7updmnD6vL5GOWSHxx+SRaLRdNdp9juwZDXu+zao7ETu+7cfJ/L64W8tcHNDmkEEZBB5q1ST6MGXDkxS0zVM9REXSoLwkAEkgAdSvVpXaxeHWzS8lNFnva8mnB/tbjLj9NvVcbpWW4MUs2SOOPbMBrPtVbA99FpgMmeMtfWvGWA/4D8XzO3zXKq6qrLlVvrLjUS1E7/ikldk/LyHkNlXDTjiAds3yVUkZgO4D2ciscpuXZ7nxPW4fGjwufufKMeiuPjFRCG8Ra9pyx45gqt8QLe8hzjqD0XrWFoDnczyCgnRteJTi4TVpmTtdwicGw1YZFONveOGv8wf9Kiuuwlb3Vuja7feZx9wfLx/RZHR9VRwXMury1jXNAjcWcWH8QI6EjruqdX1dHPdi63EvijjDC5zcZcCc7eqs406vk+FH1aXl7TT0Vd/yzWmRCAOfkukecvkdzcVTgHchfQ5hflw38lbEfFu44aoXfZ9xYYwioQVJFkx8XJZ3TGrLzpmVpoqh0lKD79JKSY3DrgfhPmPzWKaOL4Rhq9DQ84Gw8UTa6IZfFx5Y6ZqyRek9TUWqLaKyi4mPaeGaF/xRu8PMeB6/ULOLh3ZHdHWvUnsJJMFeO7Pk9oJaf3D1XcVsxy1Rs8N7DxPpc7h8do//9k=,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=shaq barrett,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=Shaq Barrett searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 78586c81-3ff5-4cd4-9cea-f639fd79756c 11-28 10:25:56.951 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt strands november 27,input_query=android.app.search.Query@db57def,group_id=web415751250,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=nyt strands november 27 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 78eafb77-b441-42ae-bc2c-3ad87374631c 11-28 10:25:56.951 22016 22034 D QuickstepModelDelegate: notifyAppTargetEvent action=1 launchLocation= 11-28 10:25:56.961 1569 1703 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:56.968 1569 1691 V WindowManager: Sent Transition (#4389) createdAt=11-28 10:25:56.919 via request=TransitionRequestInfo { type = CLOSE, triggerTask = TaskInfo{userId=0 taskId=48129 displayId=0 isRunning=false baseIntent=Intent { flg=0x10800000 cmp=com.android.systemui/.usb.UsbDebuggingActivity } baseActivity=null topActivity=null origActivity=null realActivity=ComponentInfo{com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity} numActivities=0 lastActiveTime=415747369 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{95f85ef Task{ea97ed2 #48129 type=standard A=10240:com.android.systemui}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=null launchCookies=[] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=true isVisibleRequested=true isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 4389 } 11-28 10:25:56.968 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:25:56.968 1569 1691 V WindowManager: info={id=4389 t=CLOSE f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:25:56.968 1569 1691 V WindowManager: {WCT{RemoteToken{95f85ef Task{ea97ed2 #48129 type=standard A=10240:com.android.systemui}}} m=CLOSE f=TRANSLUCENT leash=Surface(name=Task=48129)/@0xe1e4393 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:25:56.968 1569 1691 V WindowManager: ]} 11-28 10:25:56.973 8586 8615 I AiAiEcho: (REDACTED) Predicting[%d]: %s 11-28 10:25:56.975 8586 8615 I AiAiEcho: (REDACTED) EchoTargets: %s 11-28 10:25:56.975 8586 8615 I AiAiEcho: Filtered by AiAi flag check: %s 11-28 10:25:56.977 8586 8615 I AiAiEcho: (REDACTED) #weatherTwiddler: Weather removes SubtitleSupplementalItem in surface: %s 11-28 10:25:56.977 8586 8615 I AiAiEcho: #remoteViewsTwiddler: feature disabled. 11-28 10:25:56.981 8586 8615 I AiAiEcho: (REDACTED) #postPredictionTargets: Sending updates to UISurface %s with targets# %s (types=[%s]) 11-28 10:25:56.983 22016 22016 D SsBaseTemplateCard: No text view can be set up 11-28 10:25:56.984 22016 22016 I SsBaseTemplateCard: setFormattedContentDescription: text=41°F, iconDescription=Light rain, contentDescription=Light rain, 41°F 11-28 10:25:56.984 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:25:56.984 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:25:56.984 22016 22016 I SsBaseTemplateCard: Secondary card pane is null 11-28 10:25:56.996 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:968f7ccf: onRequestHide at ORIGIN_SERVER reason HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR fromUser false 11-28 10:25:56.997 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:968f7ccf: onCancelled at PHASE_SERVER_SHOULD_HIDE 11-28 10:25:57.000 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3095 11-28 10:25:57.002 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 0, locked = false 11-28 10:25:57.002 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1911 onStartInput(EditorInfo{EditorInfo{packageName=com.google.android.apps.nexuslauncher, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false) 11-28 10:25:57.002 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 1, locked = false 11-28 10:25:57.003 2707 2707 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 11-28 10:25:57.003 1569 3225 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:25:57.120 2180 2251 D ImpulseConnection: timeout didn't happen: com.google.android.apps.turbo 11-28 10:25:57.153 2180 2318 D TemperatureStateSource: sequence=36693 actualDelay=10001 11-28 10:25:57.154 2180 2318 D TemperatureStateSource: Reading temperature: sequence=36694 11-28 10:25:57.159 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.6278 raw data: VIRTUAL-SKIN:32627.8 VIRTUAL-SKIN-SUB-0:31614 VIRTUAL-SKIN-SUB-1:29172.7 VIRTUAL-SKIN-SUB-10:30665.4 VIRTUAL-SKIN-SUB-2:29714.5 VIRTUAL-SKIN-SUB-3:30232.9 VIRTUAL-SKIN-SUB-4:29842 VIRTUAL-SKIN-SUB-5:31755.5 VIRTUAL-SKIN-SUB-6:28934 VIRTUAL-SKIN-SUB-7:31832.7 VIRTUAL-SKIN-SUB-8:32017 VIRTUAL-SKIN-SUB-9:32627.8 battery:29800 cam_therm:30236 charge_therm:37916 disp_therm:31861 neutral_therm:34599 north_therm:29836 quiet_therm:30526 soc_therm:38272 usb_pwr_therm:31572 11-28 10:25:57.160 2180 2318 D TemperatureStateSource: getDeviceTemperatures: sequence=36694 deviceTemperatureType=3 temperatureSource=0 temperatures=[32.62785] 11-28 10:25:57.160 2180 2318 D TemperatureStateSource: sequence=36694 waitTime=10000 11-28 10:25:57.160 2180 2316 D BusinessScope: Start running the #73483 block 11-28 10:25:57.160 1762 1765 I pixel-thermal: THERMAL_GENL_EVENT_TZ_TRIP_UP 11-28 10:25:57.160 1762 1765 I pixel-thermal: Thermal zone id: 21 11-28 10:25:57.160 1762 1765 I pixel-thermal: Thermal zone trip id: 0 11-28 10:25:57.160 1762 1765 I pixel-thermal: TZ Path: /sys/devices/virtual/thermal/thermal_zone21/type 11-28 10:25:57.160 1762 1765 I pixel-thermal: TZ type: disp_therm 11-28 10:25:57.161 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.6278 raw data: VIRTUAL-SKIN:32627.8 11-28 10:25:57.161 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.6278 raw data: VIRTUAL-SKIN:32627.8 11-28 10:25:57.161 2180 2316 I TemperatureStateSource: temperature was set 11-28 10:25:57.162 2180 2316 D ImpulseStateSource: Notify clients: 36740 11-28 10:25:57.162 2180 2316 D BusinessScope: Finish running the #73483 block 11-28 10:25:57.162 2180 2316 D BusinessScope: Start running the #73484 block 11-28 10:25:57.164 2180 2251 D BusinessScope: Finish running the #73484 block 11-28 10:25:57.170 1762 1765 I pixel-thermal: disp_therm:31.861 raw data: disp_therm:31861 11-28 10:25:57.170 1762 1765 I pixel-thermal: cellular-emergency:32.6278 raw data: VIRTUAL-SKIN:32627.8 cellular-emergency:32627.8 11-28 10:25:57.170 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.017 raw data: VIRTUAL-SKIN-CHARGE:32017 VIRTUAL-SKIN-CHARGE-PERSIST:32017 VIRTUAL-SKIN-CHARGE-SUB-0:31638 VIRTUAL-SKIN-CHARGE-SUB-1:30562.1 VIRTUAL-SKIN-CHARGE-SUB-2:30260.1 VIRTUAL-SKIN-CHARGE-SUB-3:32017 battery:29800 cam_therm:30236 charge_therm:37916 disp_therm:31861 neutral_therm:34599 north_therm:29836 quiet_therm:30526 soc_therm:38272 usb_pwr_therm:31572 11-28 10:25:57.170 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.6278 raw data: VIRTUAL-SKIN:32627.8 VIRTUAL-SKIN-SOC:32627.8 11-28 10:25:57.171 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:27.9643 raw data: VIRTUAL-SKIN-SPEAKER:27964.3 VIRTUAL-SKIN-SPEAKER-SUB-0:25033.3 VIRTUAL-SKIN-SPEAKER-SUB-1:27848.3 VIRTUAL-SKIN-SPEAKER-SUB-2:27964.3 battery:29800 cam_therm:30236 charge_therm:37916 disp_therm:31861 neutral_therm:34599 north_therm:29836 quiet_therm:30526 soc_therm:38272 usb_pwr_therm:31572 11-28 10:25:57.171 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.6278 raw data: VIRTUAL-SKIN:32627.8 VIRTUAL-SKIN-HINT:32627.8 11-28 10:25:57.171 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.6278 raw data: VIRTUAL-SKIN:32627.8 VIRTUAL-SKIN-CPU-HIGH:32627.8 11-28 10:25:57.171 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.6278 raw data: VIRTUAL-SKIN:32627.8 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32627.8 11-28 10:25:57.171 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.6278 raw data: VIRTUAL-SKIN:32627.8 VIRTUAL-SKIN-GPU:32627.8 11-28 10:25:57.171 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.6278 raw data: VIRTUAL-SKIN:32627.8 VIRTUAL-SKIN-CPU-MID:32627.8 11-28 10:25:57.171 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.017 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32017 VIRTUAL-SKIN-CHARGE-WIRED:32017 thb_hda:0 11-28 10:25:57.200 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4389) android.os.BinderProxy@27cd072@0 11-28 10:25:57.202 1569 1691 V WindowManager: Finish Transition (#4389): created at 11-28 10:25:56.919 collect-started=0.041ms request-sent=0.196ms started=3.644ms ready=14.134ms sent=19.093ms finished=282.131ms 11-28 10:25:57.209 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:25:57.209 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:25:57.209 2046 2046 D VRI[UsbDebuggingActivity]: visibilityChanged oldVisibility=true newVisibility=false 11-28 10:25:57.210 1569 1703 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:57.219 2046 2104 D HWUI : endAllActiveAnimators on 0xb400007070590a60 (RippleDrawable) with handle 0xb4000071f03ffca0 11-28 10:25:57.225 2046 2046 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.app.Activity$$ExternalSyntheticLambda0@f987113 11-28 10:25:57.226 1569 1703 D CoreBackPreview: Window{3786c1b u0 com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity EXITING}: Setting back callback null 11-28 10:25:57.235 1569 3225 W InputManager-JNI: Input channel object '3786c1b com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity (client)' was disposed without first being removed with the input manager! 11-28 10:25:57.253 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48129 11-28 10:25:57.253 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48129 11-28 10:25:57.359 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:25:57.737 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:57.779 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:58.134 868 908 D CHRE : @ 415754.559: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 8 11-28 10:25:58.186 2149 2164 I deeptouch: I0000 00:00:1732785958.185800 2164 tf_lite_classifier.cc:413] Event stream classified as kNone 11-28 10:25:58.191 868 908 D CHRE : @ 415754.619: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 6 11-28 10:25:58.203 1569 3225 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:25:58.204 1569 3225 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@7c64c8ea does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:25:58.205 1569 3225 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:25:58.205 1569 3225 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:25:58.214 1569 3225 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity bnds=[779,745][963,1042]} with LAUNCH_MULTIPLE from uid 10227 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:25:58.215 22016 22016 D StatsLog: LAUNCHER_APP_LAUNCH_TAP 11-28 10:25:58.216 1569 1695 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@7c64c8ea does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:25:58.216 22016 22034 D QuickstepModelDelegate: notifyAppTargetEvent action=1 launchLocation=all-apps 11-28 10:25:58.217 22016 22016 W SplitSelectStateCtor: Missing session instanceIds 11-28 10:25:58.217 22016 22016 D StatsLog: LAUNCHER_SPLIT_SELECTION_EXIT_INTERRUPTED 11-28 10:25:58.217 2046 2065 V WindowManagerShell: Transition requested (#4390): android.os.BinderProxy@de94cb3 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48130 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415752527 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@7266270} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{ff639e9 org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@4b1d66e] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@622010f, appThread = android.app.IApplicationThread$Stub$Proxy@967359c, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4390 } 11-28 10:25:58.217 2046 2065 V WindowManagerShell: RemoteTransition directly requested for (#4390) android.os.BinderProxy@de94cb3: RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@622010f, appThread = android.app.IApplicationThread$Stub$Proxy@967359c, debugName = QuickstepLaunch } 11-28 10:25:58.219 22016 22016 I TopTaskTracker: onTaskMovedToFront: (moved taskInfo to front) taskId=48130, baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } 11-28 10:25:58.220 1569 1695 I ActivityManager: PendingStartActivityUids startActivity to updateOomAdj delay:372020ms, uid:10269 11-28 10:25:58.222 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:25:58.222 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:25:58.226 535 535 I BpBinder: onLastStrongRef automatically unlinking death recipients: 11-28 10:25:58.227 846 846 D Zygote : Forked child process 14502 11-28 10:25:58.228 1569 1707 I ActivityManager: Start proc 14502:org.thoughtcrime.securesms/u0a269 for next-top-activity {org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} 11-28 10:25:58.228 927 3169 I vendor.google.wifi_ext-service-vendor: Wifi: Resetting SAR Scenario to default 11-28 10:25:58.228 927 3169 E WifiHAL : wifi_reset_tx_power_scenario 11-28 10:25:58.231 1569 1703 D CoreBackPreview: Window{d0dbc90 u0 Splash Screen org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@3a11bc, mPriority=0, mIsAnimationCallback=false} 11-28 10:25:58.235 538 538 W gralloc4: Unable to set buffer name VRI[securesms]#4488(BLAST Consumer)4488: File name too long 11-28 10:25:58.237 2231 2231 D GRIL-S : [43395]> UPDATE_DEVICE_STATE DeviceState: Usb:1, Wifi: 1, Wifi AP: 0, Earpiece: 0, Bluetooth: 1, Wireless charging: 0, Screen: 1, Camera: 0, 0, -, -, Motion: 0, Bluetooth tethering: 0, Voice: 0, Wifi 2.4G: 1, Radio: 1, Bluetooth connected: 1, Bluetooth media: 1, Wifi Band: 1, Wifi AP Band: 0, Wifi call: 0, mmWave: 0, mCellBackhaul: 0, mHallSensor: 0, mDozeStatus: 1, mAppClassInfo: 0, mWifiCapSensorStatus: 0, mCellCapSensorStatus: 0, mBesideHeadHandStatus: 0, mSpeakerStatus: 0, mProtectiveCaseStatus: 0 11-28 10:25:58.237 538 538 W gralloc4: Unable to set buffer name VRI[securesms]#4488(BLAST Consumer)4488: File name too long 11-28 10:25:58.240 14502 14502 I crime.securesms: Using CollectorTypeCMC GC. 11-28 10:25:58.244 1569 1691 V WindowManager: Sent Transition (#4390) createdAt=11-28 10:25:58.205 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48130 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415752527 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{37bafa7 Task{fcffdb6 #48130 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{d58dc54 org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@eef97fd] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@700fcf2, appThread = android.app.IApplicationThread$Stub$Proxy@da99f43, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4390 } 11-28 10:25:58.244 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:25:58.244 2046 2092 V WindowManagerShell: onTransitionReady(transaction=6738803958868) 11-28 10:25:58.244 1569 1691 V WindowManager: info={id=4390 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:25:58.244 1569 1691 V WindowManager: {WCT{RemoteToken{37bafa7 Task{fcffdb6 #48130 type=standard A=10269:org.thoughtcrime.securesms}}} m=OPEN f=NONE leash=Surface(name=Task=48130)/@0xd890545 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:25:58.244 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:25:58.244 1569 1691 V WindowManager: ]} 11-28 10:25:58.244 2046 2065 V WindowManagerShell: onTransitionReady (#4390) android.os.BinderProxy@de94cb3: {id=4390 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@313dcc} m=OPEN f=NONE leash=Surface(name=Task=48130)/@0x946f59 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@d93a815} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0xf6b71e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:25:58.244 2046 2065 V WindowManagerShell: Playing animation for (#4390) android.os.BinderProxy@de94cb3@0 11-28 10:25:58.244 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:25:58.244 2046 2065 V WindowManagerShell: Mixed transition for opening an intent with a remote transition and PIP #4390 11-28 10:25:58.244 2046 2065 V WindowManagerShell: Delegate animation for (#4390) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@622010f, appThread = android.app.IApplicationThread$Stub$Proxy@967359c, debugName = QuickstepLaunch } 11-28 10:25:58.246 538 538 W gralloc4: Unable to set buffer name VRI[securesms]#4488(BLAST Consumer)4488: File name too long 11-28 10:25:58.246 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:25:58.246 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:25:58.246 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:25:58.246 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:25:58.248 14502 14502 E crime.securesms: Not starting debugger since process cannot load the jdwp agent. 11-28 10:25:58.249 538 538 W gralloc4: Unable to set buffer name VRI[securesms]#4488(BLAST Consumer)4488: File name too long 11-28 10:25:58.250 1569 3603 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:58.251 14502 14502 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 11-28 10:25:58.252 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:25:58.253 538 538 W gralloc4: Unable to set buffer name VRI[securesms]#4488(BLAST Consumer)4488: File name too long 11-28 10:25:58.255 868 908 D CHRE : @ 415754.687: [ActivityPlatform] type 4, confidence 66 11-28 10:25:58.259 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:25:58.259 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:25:58.260 3297 3833 D ForegroundUtils: UID: 10269 is in foreground: true 11-28 10:25:58.260 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:25:58.260 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:25:58.260 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:25:58.260 21735 21762 I ewfc : (REDACTED) appOpsListener %s %s 11-28 10:25:58.260 21735 21762 I ewfc : (REDACTED) Ignoring irrelevant audio permission changes for package %s 11-28 10:25:58.261 14502 14502 D CompatChangeReporter: Compat change id reported: 242716250; UID 10269; state: ENABLED 11-28 10:25:58.268 14502 14502 D nativeloader: Configuring clns-7 for other apk /system_ext/framework/com.google.android.camerax.extensions.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64:/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/org.thoughtcrime.securesms 11-28 10:25:58.268 14502 14502 D nativeloader: Extending system_exposed_libraries: libedgetpu_dba.google.so 11-28 10:25:58.269 14502 14502 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/org.apache.http.legacy.jar 11-28 10:25:58.269 14502 14502 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar 11-28 10:25:58.269 14502 14502 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar 11-28 10:25:58.283 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{f2ff7b3 SyncManager:1000/367 @SyncManager@com.android.contacts/org.thoughtcrime.securesms:android u=0 s=10269 TIME=-8s923ms:none NET STORENOTLOW PERSISTED READY} 11-28 10:25:58.290 2231 3006 D GRIL-S : [43395]< UPDATE_DEVICE_STATE 11-28 10:25:58.290 1569 1569 W JobScheduler: Job didn't exist in JobStore: a653840 {SyncManager} #1000/363 @SyncManager@com.android.contacts/com.google:android 11-28 10:25:58.293 1569 1569 W JobScheduler: Job didn't exist in JobStore: f85986c {SyncManager} #1000/364 @SyncManager@com.android.contacts/com.google:android 11-28 10:25:58.299 1569 1569 W JobScheduler: Job didn't exist in JobStore: 9243c3b {SyncManager} #1000/365 @SyncManager@com.android.contacts/com.google:android 11-28 10:25:58.304 1569 1569 W JobScheduler: Job didn't exist in JobStore: 2ad1196 {SyncManager} #1000/366 @SyncManager@com.android.contacts/com.google:android 11-28 10:25:58.316 1569 2040 D ActivityManager: sync unfroze 13691 com.google.android.calendar for 6 11-28 10:25:58.320 14502 14502 D nativeloader: Configuring clns-8 for other apk /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64:/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/org.thoughtcrime.securesms 11-28 10:25:58.321 1569 1569 W JobService: onNetworkChanged() not implemented in com.android.server.content.SyncJobService. Must override in a subclass. 11-28 10:25:58.321 1569 1569 W JobService: onNetworkChanged() not implemented in com.android.server.content.SyncJobService. Must override in a subclass. 11-28 10:25:58.327 13691 14168 D TrafficStats: tagSocket(5) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:58.330 14502 14502 V GraphicsEnvironment: Currently set values for: 11-28 10:25:58.330 14502 14502 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon] 11-28 10:25:58.330 14502 14502 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native] 11-28 10:25:58.330 14502 14502 V GraphicsEnvironment: org.thoughtcrime.securesms is not listed in per-application setting 11-28 10:25:58.330 14502 14502 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 11-28 10:25:58.331 26444 14517 I FSA2_GmsContactsSyncAdapter: @onPerformSync 11-28 10:25:58.332 26444 14517 W FSA2_ContactsSyncAdapter: @onPerformSync Sync started 11-28 10:25:58.336 26444 14517 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:25:58.339 14502 14502 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] 11-28 10:25:58.340 14502 14502 I FirebaseInitProvider: FirebaseApp initialization successful 11-28 10:25:58.347 14502 14502 D CompatChangeReporter: Compat change id reported: 263076149; UID 10269; state: ENABLED 11-28 10:25:58.351 26444 14517 W FSA2_GoogleAccountUtil: Syncing device contacts is off. 11-28 10:25:58.351 26444 14517 I People_AppSearchUtilities: Using PlatformStorage API 11-28 10:25:58.354 14502 14502 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libsqlcipher.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes5.dex): ok 11-28 10:25:58.356 26444 14517 I CpgSchemaBuilder: Creating session 11-28 10:25:58.367 29335 29362 E AuthPII : [RequestTokenManager] getToken() -> BAD_AUTHENTICATION. App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/plus.me 11-28 10:25:58.367 29335 29362 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.367 29335 29362 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.367 29335 29362 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.367 29335 29362 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.367 29335 29362 E AuthPII : at tjx.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):82) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):92) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.367 29335 29362 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.367 29335 29362 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.367 29335 29362 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.367 29335 29362 E AuthPII : Message is Long live credential not available. 11-28 10:25:58.367 29335 29362 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.367 29335 29362 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.367 29335 29362 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.367 29335 29362 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.367 29335 29362 E AuthPII : at tjx.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):82) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):92) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.367 29335 29362 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.367 29335 29362 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.367 29335 29362 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.367 29335 29362 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.367 29335 29362 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.367 29335 29362 I Auth : (REDACTED) [AccountIdManager] Token response failed with status=%s 11-28 10:25:58.369 29335 29357 E AuthPII : [RequestTokenManager] getToken() -> BAD_AUTHENTICATION. App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/plus.me 11-28 10:25:58.369 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.369 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.369 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.369 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.369 29335 29357 E AuthPII : at tjx.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):82) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):92) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.369 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.369 29335 29357 E AuthPII : Message is Long live credential not available. 11-28 10:25:58.369 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.369 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.369 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.369 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.369 29335 29357 E AuthPII : at tjx.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):82) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):92) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.369 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.369 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.369 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.369 29335 29362 E AuthPII : [RequestTokenManager] getToken() -> BAD_AUTHENTICATION. App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/account.capabilities https://www.googleapis.com/auth/account.service_flags 11-28 10:25:58.369 29335 29362 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.369 29335 29362 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.369 29335 29362 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.369 29335 29362 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.369 29335 29362 E AuthPII : at tke.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):227) 11-28 10:25:58.369 29335 29362 E AuthPII : at tke.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):5) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):166) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.369 29335 29362 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29362 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29362 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.369 29335 29362 E AuthPII : Message is Long live credential not available. 11-28 10:25:58.369 29335 29362 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.369 29335 29362 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.369 29335 29362 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.369 29335 29362 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.369 29335 29362 E AuthPII : at tke.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):227) 11-28 10:25:58.369 29335 29362 E AuthPII : at tke.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):5) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):166) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.369 29335 29362 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.369 29335 29362 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29362 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.369 29335 29362 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.369 29335 29362 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.369 29335 29362 W Auth : [AccountStateDownloader] Unable to look up account state from server: couldn't fetch accessToken [CONTEXT service_id=343 ] 11-28 10:25:58.369 29335 29362 W Auth : [GaiaIdSync] Empty email or accountId. [CONTEXT service_id=153 ] 11-28 10:25:58.370 29335 29357 I Auth : (REDACTED) [AccountIdManager] Token response failed with status=%s 11-28 10:25:58.373 29335 29357 E AuthPII : [RequestTokenManager] getToken() -> BAD_AUTHENTICATION. App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/account.capabilities https://www.googleapis.com/auth/account.service_flags 11-28 10:25:58.373 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.373 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.373 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.373 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.373 29335 29357 E AuthPII : at tke.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):227) 11-28 10:25:58.373 29335 29357 E AuthPII : at tke.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):5) 11-28 10:25:58.373 29335 29357 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):166) 11-28 10:25:58.373 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.373 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.373 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.373 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.373 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.373 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.373 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.373 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.373 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.373 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.374 29335 29357 E AuthPII : Message is Long live credential not available. 11-28 10:25:58.374 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.374 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.374 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.374 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.374 29335 29357 E AuthPII : at tke.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):227) 11-28 10:25:58.374 29335 29357 E AuthPII : at tke.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):5) 11-28 10:25:58.374 29335 29357 E AuthPII : at odf.d(:com.google.android.gms@244534036@24.45.34 (260408-699214190):166) 11-28 10:25:58.374 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):109) 11-28 10:25:58.374 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.374 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.374 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.374 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.374 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.374 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.374 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.374 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.374 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.374 26444 14517 I CpgSchemaBuilder: GroupContactOrder schema exists already. 11-28 10:25:58.374 26444 14517 I CpgSchemaBuilder: GroupContactOrder schema exists and visible to Contacts app. 11-28 10:25:58.374 29335 29357 W Auth : [AccountStateDownloader] Unable to look up account state from server: couldn't fetch accessToken [CONTEXT service_id=343 ] 11-28 10:25:58.374 29335 29357 W Auth : [GaiaIdSync] Empty email or accountId. [CONTEXT service_id=153 ] 11-28 10:25:58.381 26444 14517 I FSA2_FirstFullSyncsDetector: First full syncs finished before. 11-28 10:25:58.381 14502 14502 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.386 26444 14517 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:25:58.389 13691 14519 I SyncerLog: [3] Sync started 11-28 10:25:58.390 14502 14502 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.391 13691 14519 I SyncerLog: [3] Client context: {channel=5, notification_push_stack=1, app_version=2024.46.1-697566923-release, version_code=2017604249} 11-28 10:25:58.392 26444 26467 I PeopleChimeraService: onService. callbacks = brqp@c5d2c3e, request = com.google.android.gms.common.internal.GetServiceRequest@d1aea9f 11-28 10:25:58.399 14502 14502 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libsignal_jni.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:25:58.403 14502 14502 I libsignal: rust/bridge/jni/src/logging.rs:171: Initializing libsignal version:0.62.0 11-28 10:25:58.404 14502 14502 I ApplicationContext: onCreate() 11-28 10:25:58.404 13691 14520 I SyncerLog: [4] Sync started 11-28 10:25:58.404 14502 14502 I ApplicationContext: Initializing AppDependencies. 11-28 10:25:58.404 13691 14520 I SyncerLog: [4] Client context: {channel=5, notification_push_stack=1, app_version=2024.46.1-697566923-release, version_code=2017604249} 11-28 10:25:58.405 14502 14502 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libaesgcm.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:25:58.405 13691 13812 I SyncerLog: [3] State: {synced_user_settings=true, synced_calendar_list=true} 11-28 10:25:58.406 14502 14502 I ApplicationContext: Installed AesGcmProvider: 1 11-28 10:25:58.407 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.407 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.407 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.407 14502 14530 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.407 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.407 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.409 13691 14519 I SyncerLog: [3] Request: {client_change_count=0, sync_triggers=[{id=5057, type=PLATFORM_TICKLE_SETTINGS_SYNC, age=19}]} 11-28 10:25:58.409 13691 13812 I SyncerLog: [4] State: {synced_user_settings=true, synced_calendar_list=true} 11-28 10:25:58.410 14502 14502 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libconscrypt_jni.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:25:58.411 14502 14502 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods... 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.413 14502 14530 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.415 14502 14502 I ApplicationContext: Installed Conscrypt provider: 2 11-28 10:25:58.423 14502 14534 W CellServiceConstraintOb: [API 35] Cell service unavailable. State: 1 11-28 10:25:58.424 14502 14536 D JobManager: Starting initialization: Thread[signal-JobManager,5,main] 11-28 10:25:58.424 14502 14502 D ApplicationMigrations: Not an update. Skipping. 11-28 10:25:58.424 14502 14502 I ApplicationContext: App is no longer visible. 11-28 10:25:58.425 14502 14502 W RemoteConfig: Tried to read android.internalUser before initialization. Initializing now. 11-28 10:25:58.426 14502 14502 I RemoteConfig: init() {android.animatedStickerMinMemory=193, android.animatedStickerMinTotalMemory=3072, android.attachments.maxCount=32, android.automaticSessionReset.2=true, android.calling.fieldTrial.anyAddressPortsKillSwitch=true, android.calling.hardwareAecBlockList=Redmi Note 5,FP2,M1901F7*,ASUS_I006D,motorola one power,FP3,FP4,S22 FLIP,Mi Note 10,SM-S215DL, android.calling.oboeDeployment=true, android.calling.softwareAecBlockList=false, android.calling.telecomAllowList=false, android.calling.telecomModelBlockList=SM-G930F,SM-G950F,SM-N950*,SM-J737V,SC-02*,SM-A105*,SM-A530*, android.calling.useActiveCallManager.6=true, android.calling.useHardwareAecIfOlderThanApi29=false, android.calling.useSoftwareAecForOboe=ONEPLUS A5010,POCO F1, android.cameraXMixedModelBlockList=Pixel 3,Pixel 4,Pixel 4 XL,SM-G930T,SM-G930V,YAL-L21,YAL-AL00,YAL-TL00,VOG-L29,VOG-L09,VOG-AL00,VOG-TL00,VOG-L04,VOG-AL10,HW-02L,EVR-L29,EVR-AL00,EVR-TL00,CPH2583,CPH2573,CPH2581,SM-A336E,MAR-LX1A,FP4,NX769J, android.cameraXModelBlockList=ALE-L21,GT-N7100,GT-N8000,COL-L29,C66,C66_EEA,Xperia 10 IV,RMX2193, android.cds.hardLimit=50000, android.cds.libsignal.4=true, android.connectivityWarningConfig={"thresholdHours":72,"percentDebugPrompt":3}, android.crashPromptConfig.2=[{"name":"RuntimeException","percent":1},{"name":"MissingRecipientException","percent":1}], android.defaultMaxBackoff=60, android.deviceSpecificNotificationConfig=[{"model":"AI2202*","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"model":"AI2302","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"manufacturer":"asus","link":"https://support.signal.org/hc/articles/7821813263386-Zenfone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"huawei","link":"https://support.signal.org/hc/articles/7739243072026-Huawei-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"ANE-*","link":"https://support.signal.org/hc/en-us/articles/7739243072026-Huawei-P20-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"xiaomi","link":"https://support.signal.org/hc/articles/7821674889242-Xiaomi-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"M2003J15S*","link":"https://support.signal.org/hc/articles/7698371275034-Xiaomi-Redmi-Note-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"samsung","link":"https://support.signal.org/hc/articles/7874157231002-Samsung-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"SM-A546*","link":"https://support.signal.org/hc/articles/7874151545114-Samsung-A54-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CPH24*","link":"https://support.signal.org/hc/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"PHB110","link":"https://support.signal.org/hc/en-us/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"oneplus","link":"https://support.signal.org/hc/articles/7923742948250-OnePlus-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"GC3VE","link":"https://support.signal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"G1MNW","link":"https://support.sig 11-28 10:25:58.426 14502 14502 I RemoteConfig: nal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"google","link":"https://support.signal.org/hc/articles/8170803067546-Pixel-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"XT2*","link":"https://support.signal.org/hc/articles/8175307068314-Moto-G-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"motorola","link":"https://support.signal.org/hc/articles/8175287697306-Motorola-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CRT-NX1","link":"https://support.signal.org/hc/articles/8182039587482-Honor-90-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"honor","link":"https://support.signal.org/hc/articles/8182011945242-Honor-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"RMX3521","link":" https://support.signal.org/hc/articles/8209226788378-Realme-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"realme","link":" https://support.signal.org/hc/articles/8209219957402-Realme-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"FP4*","link":" https://support.signal.org/hc/articles/8209567593114-Fairphone-4-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"fairphone","link":" https://support.signal.org/hc/articles/8209534136474-Fairphone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1}], android.ideal.donations.5=true, android.inlinePinnedChats.2=false, android.internalUser=false, android.libsignalWebSocketEnabled=false, android.linkAndSync.2=false, android.linkedDeviceLifespanSeconds=3888000, android.logs.promptNotifications=*:2000, android.media.audioRemux.1=true, android.media.sourceTranscodeVideo.maxBytes=4294967296, android.media.videoCaptureDefaultZoom=true, android.mediaQuality.levels=1:2,61:2,81:2,82:2,65:2,31:2,47:2,41:2,32:2,385:2,971:2,974:2,49:2,33:2,*:1, android.messageProcessor.alarmIntervalMins=180, android.notificationThumbnailProductBlocklist=begonia,daisy, android.okhttpAutomaticRetry=true, android.oneTimePayPalDonations.2=true, android.payments.requestActivateFlow=true, android.promptBatterySaver=*:250000, android.recurringPayPalDonations.3=true, android.retryReceipts=true, android.retryRespondMaxAge=2592000000, android.senderKeyMaxAge=1209600000, android.sepa.debit.donations.5=true, android.ssre2=false, cds.foregroundSyncInterval.seconds=14400, cds.syncInterval.seconds=86400, global.attachments.maxBytes=104857600, global.calling.maxGroupCallRingSize=16, global.donations.ccDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375, global.donations.gpayDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 242,1 246,1 264,1 284,1 340,1 345,1 441,1 473,1 649,1 664,1 670,1 671,1 721,1 758,1 767,1 784,1 787,1 939,1 868,1 869,1 876,211,216,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,250,251,252,253,255,256,257,258,260,261,263,264,265,266,267,268,269,290,291,297,298,299,350,354,356,357,373,374,376,377,378,379,381,382,383,386,387,389,423,44 1481,44 1534,44 1624,500,501,502,503,504,505,506,508,509,53,58,591,592,593,594,595,596,597,670,672,673,674,675,676,677,678,679,680,681,682,683,685,686,687,688,689,690,691,692,82,850,853,855,856,86,880,91,93,95,960,963,964,967,970,975,976,977,98,992,993,995,996,998, global.donations.idealEnabledRegions=31, global.donations.paypalDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 340,1 670,1 671,1 684,1 721,1 787,1 939,211,218,231,233,236,240 11-28 10:25:58.426 14502 14502 I RemoteConfig: ,246,249,350,383,509,53,670,672,690,850,853,880,90,92,93,95,961,963,964,970,98,998, global.donations.sepaEnabledRegions=30,32,33,34,36,39,351,352,353,354,356,357,358,359,370,371,372,376,377,378,379,385,386,40,41,43,44,45,46,47,48,49,420,421,423, global.groupsv2.groupSizeHardLimit=1001, global.groupsv2.maxGroupSize=151, global.payments.disabledRegions=98,963,53,850,7 978,7 365,7 869,7 941} 11-28 10:25:58.426 14502 14502 D DeadlockDetector: Ending deadlock monitoring. 11-28 10:25:58.427 14502 14502 D MemoryTracker: Ending memory monitoring. 11-28 10:25:58.427 14502 14502 I IncomingMessageObserver: Initializing! (3326368) 11-28 10:25:58.428 14502 14541 I IncomingMessageObserver: Waiting for websocket state change.... 11-28 10:25:58.429 14502 14541 D CompatChangeReporter: Compat change id reported: 247079863; UID 10269; state: ENABLED 11-28 10:25:58.430 26444 14517 I FSA2_SyncState: @readSyncState: # dfaf@f9490196 11-28 10:25:58.431 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.431 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.431 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.431 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.432 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.433 1569 3415 D ConnectivityService: requestNetwork for uid/pid:10269/14502 activeRequest: null callbackRequest: 36670 [NetworkRequest [ REQUEST id=36671, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 isUidTracked: false declaredMethods: 0x834 11-28 10:25:58.433 14502 14502 D DynamicTheme: Setting to follow system expecting: 32 11-28 10:25:58.434 14502 14502 D CachedInflater: Clearing view cache. 11-28 10:25:58.434 14502 14542 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onAvailable() 11-28 10:25:58.435 1569 1926 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36671, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:25:58.435 1569 1926 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36671, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:25:58.436 1569 1926 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36671, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:25:58.436 1569 1946 D ConnectivityService: NetReassign [36671 : null → 420] [c 0] [a 1] [i 2] 11-28 10:25:58.436 14502 14502 I RemoteConfig: init() {android.animatedStickerMinMemory=193, android.animatedStickerMinTotalMemory=3072, android.attachments.maxCount=32, android.automaticSessionReset.2=true, android.calling.fieldTrial.anyAddressPortsKillSwitch=true, android.calling.hardwareAecBlockList=Redmi Note 5,FP2,M1901F7*,ASUS_I006D,motorola one power,FP3,FP4,S22 FLIP,Mi Note 10,SM-S215DL, android.calling.oboeDeployment=true, android.calling.softwareAecBlockList=false, android.calling.telecomAllowList=false, android.calling.telecomModelBlockList=SM-G930F,SM-G950F,SM-N950*,SM-J737V,SC-02*,SM-A105*,SM-A530*, android.calling.useActiveCallManager.6=true, android.calling.useHardwareAecIfOlderThanApi29=false, android.calling.useSoftwareAecForOboe=ONEPLUS A5010,POCO F1, android.cameraXMixedModelBlockList=Pixel 3,Pixel 4,Pixel 4 XL,SM-G930T,SM-G930V,YAL-L21,YAL-AL00,YAL-TL00,VOG-L29,VOG-L09,VOG-AL00,VOG-TL00,VOG-L04,VOG-AL10,HW-02L,EVR-L29,EVR-AL00,EVR-TL00,CPH2583,CPH2573,CPH2581,SM-A336E,MAR-LX1A,FP4,NX769J, android.cameraXModelBlockList=ALE-L21,GT-N7100,GT-N8000,COL-L29,C66,C66_EEA,Xperia 10 IV,RMX2193, android.cds.hardLimit=50000, android.cds.libsignal.4=true, android.connectivityWarningConfig={"thresholdHours":72,"percentDebugPrompt":3}, android.crashPromptConfig.2=[{"name":"RuntimeException","percent":1},{"name":"MissingRecipientException","percent":1}], android.defaultMaxBackoff=60, android.deviceSpecificNotificationConfig=[{"model":"AI2202*","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"model":"AI2302","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"manufacturer":"asus","link":"https://support.signal.org/hc/articles/7821813263386-Zenfone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"huawei","link":"https://support.signal.org/hc/articles/7739243072026-Huawei-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"ANE-*","link":"https://support.signal.org/hc/en-us/articles/7739243072026-Huawei-P20-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"xiaomi","link":"https://support.signal.org/hc/articles/7821674889242-Xiaomi-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"M2003J15S*","link":"https://support.signal.org/hc/articles/7698371275034-Xiaomi-Redmi-Note-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"samsung","link":"https://support.signal.org/hc/articles/7874157231002-Samsung-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"SM-A546*","link":"https://support.signal.org/hc/articles/7874151545114-Samsung-A54-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CPH24*","link":"https://support.signal.org/hc/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"PHB110","link":"https://support.signal.org/hc/en-us/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"oneplus","link":"https://support.signal.org/hc/articles/7923742948250-OnePlus-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"GC3VE","link":"https://support.signal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"G1MNW","link":"https://support.sig 11-28 10:25:58.436 14502 14502 I RemoteConfig: nal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"google","link":"https://support.signal.org/hc/articles/8170803067546-Pixel-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"XT2*","link":"https://support.signal.org/hc/articles/8175307068314-Moto-G-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"motorola","link":"https://support.signal.org/hc/articles/8175287697306-Motorola-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CRT-NX1","link":"https://support.signal.org/hc/articles/8182039587482-Honor-90-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"honor","link":"https://support.signal.org/hc/articles/8182011945242-Honor-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"RMX3521","link":" https://support.signal.org/hc/articles/8209226788378-Realme-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"realme","link":" https://support.signal.org/hc/articles/8209219957402-Realme-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"FP4*","link":" https://support.signal.org/hc/articles/8209567593114-Fairphone-4-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"fairphone","link":" https://support.signal.org/hc/articles/8209534136474-Fairphone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1}], android.ideal.donations.5=true, android.inlinePinnedChats.2=false, android.internalUser=false, android.libsignalWebSocketEnabled=false, android.linkAndSync.2=false, android.linkedDeviceLifespanSeconds=3888000, android.logs.promptNotifications=*:2000, android.media.audioRemux.1=true, android.media.sourceTranscodeVideo.maxBytes=4294967296, android.media.videoCaptureDefaultZoom=true, android.mediaQuality.levels=1:2,61:2,81:2,82:2,65:2,31:2,47:2,41:2,32:2,385:2,971:2,974:2,49:2,33:2,*:1, android.messageProcessor.alarmIntervalMins=180, android.notificationThumbnailProductBlocklist=begonia,daisy, android.okhttpAutomaticRetry=true, android.oneTimePayPalDonations.2=true, android.payments.requestActivateFlow=true, android.promptBatterySaver=*:250000, android.recurringPayPalDonations.3=true, android.retryReceipts=true, android.retryRespondMaxAge=2592000000, android.senderKeyMaxAge=1209600000, android.sepa.debit.donations.5=true, android.ssre2=false, cds.foregroundSyncInterval.seconds=14400, cds.syncInterval.seconds=86400, global.attachments.maxBytes=104857600, global.calling.maxGroupCallRingSize=16, global.donations.ccDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375, global.donations.gpayDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 242,1 246,1 264,1 284,1 340,1 345,1 441,1 473,1 649,1 664,1 670,1 671,1 721,1 758,1 767,1 784,1 787,1 939,1 868,1 869,1 876,211,216,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,250,251,252,253,255,256,257,258,260,261,263,264,265,266,267,268,269,290,291,297,298,299,350,354,356,357,373,374,376,377,378,379,381,382,383,386,387,389,423,44 1481,44 1534,44 1624,500,501,502,503,504,505,506,508,509,53,58,591,592,593,594,595,596,597,670,672,673,674,675,676,677,678,679,680,681,682,683,685,686,687,688,689,690,691,692,82,850,853,855,856,86,880,91,93,95,960,963,964,967,970,975,976,977,98,992,993,995,996,998, global.donations.idealEnabledRegions=31, global.donations.paypalDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 340,1 670,1 671,1 684,1 721,1 787,1 939,211,218,231,233,236,240 11-28 10:25:58.436 14502 14502 I RemoteConfig: ,246,249,350,383,509,53,670,672,690,850,853,880,90,92,93,95,961,963,964,970,98,998, global.donations.sepaEnabledRegions=30,32,33,34,36,39,351,352,353,354,356,357,358,359,370,371,372,376,377,378,379,385,386,40,41,43,44,45,46,47,48,49,420,421,423, global.groupsv2.groupSizeHardLimit=1001, global.groupsv2.maxGroupSize=151, global.payments.disabledRegions=98,963,53,850,7 978,7 365,7 869,7 941} 11-28 10:25:58.436 14502 14502 D CallManager: Loading ringrtc library 11-28 10:25:58.438 13691 14520 I SyncerLog: [4] Request: {client_change_count=7, client_change_set.0={id=60, age=12285597280, eventChange=ClientEventChangeDetails{id=*, scope=all, changes=[REMOVE]}}, client_change_set.1={id=61, age=12285582038, eventChange=ClientEventChangeDetails{id=*, scope=all, changes=[REMOVE]}}, client_change_set.2={id=62, age=12285575851, eventChange=ClientEventChangeDetails{id=*, scope=all, changes=[REMOVE]}}, client_change_set.3={id=63, age=12285567270, eventChange=ClientEventChangeDetails{id=*, scope=all, changes=[REMOVE]}}, client_change_set.4={id=64, age=12285559194, eventChange=ClientEventChangeDetails{id=*, scope=all, changes=[REMOVE]}}, client_change_set.5={id=65, age=12285541351, eventChange=ClientEventChangeDetails{id=*, scope=all, changes=[REMOVE]}}, client_change_set.6={id=67, age=4381590521, selectCalendar=1}, sync_triggers=[{id=3208, type=TICKLE, tickle=ANDROID_CALENDAR_ID, age=18904650406}, {id=3211, type=PLATFORM_TICKLE_SETTINGS_SYNC, age=18879192612}, {id=3218, type=APP_STARTUP_REFRESH, age=18843650901}, {id=3760, type=LOCAL_CHANGES, age=12285597280}, {id=4518, type=MANUAL_REFRESH, age=4383405332}]} 11-28 10:25:58.439 14502 14543 D BlobProvider: No attachment drafts exist. Skipping. 11-28 10:25:58.439 14502 14543 I BlobProvider: Initialized. 11-28 10:25:58.444 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.444 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.444 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.445 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.445 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.445 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.445 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.445 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.445 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.445 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14502 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libringrtc.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.446 14502 14536 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.447 14502 14536 I JobDatabase: onOpen() 11-28 10:25:58.448 14502 14536 D FastJobStorage: [init] fetch-min-jobs: 23.82, sort-min-jobs: 0.00, fetch-full-jobs: 0.44, fetch-constraints: 0.06, fetch-dependencies: 0.11, total: 24.44 11-28 10:25:58.454 1569 1703 D CompatChangeReporter: Compat change id reported: 161145287; UID 10269; state: ENABLED 11-28 10:25:58.455 14502 14502 I CallManager: CallManager.initialize(): (release build, field trials = RingRTC-AnyAddressPortsKillSwitch/Enabled/WebRTC-Bwe-ProbingConfiguration/skip_if_est_larger_than_fraction_of_max:0.99/RingRTC-PruneTurnPorts/Enabled/) 11-28 10:25:58.455 14502 14502 I org.webrtc.Logging: NativeLibrary: Loading native library: jingle_peerconnection_so 11-28 10:25:58.457 14502 14536 D JobManager: Initialized 11-28 10:25:58.458 14502 14542 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onBlockedStatusChanged() 11-28 10:25:58.458 14502 14502 I CallManager: CallManager.initialize() returned 11-28 10:25:58.458 14502 14502 D AppStartup: [init] sqlcipher-init: 29, signal-store: 16, logging: 10, app-dependencies: 0, anr-detector: 0, security-provider: 11, crash-handling: 0, rx-init: 0, event-bus: 0, scrubber: 0, first-launch: 0, app-migrations: 9, lifecycle-observer: 3, message-retriever: 6, dynamic-theme: 0, proxy-init: 0, blob-provider: 1, remote-config: 2, ring-rtc: 22, glide: 0, tracer: 0, schedule-non-blocking: 0, total: 110 11-28 10:25:58.458 14502 14502 D ApplicationContext: onCreate() took 110 ms 11-28 10:25:58.459 14502 14541 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 1 ms (within limit), FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:25:58.459 14502 14541 I IncomingMessageObserver: Making websocket connection.... 11-28 10:25:58.460 14502 14541 D IncomingMessageObserver: WebSocket State: DISCONNECTED 11-28 10:25:58.461 14502 14545 D PreKeysSyncJob: No prekey job needed. Time since last full refresh: 48109180 ms 11-28 10:25:58.461 14502 14545 I PersistentAlarmManagerL: [RotateSignedPreKeyListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:25:58.463 14502 14545 I PersistentAlarmManagerL: [RotateSignedPreKeyListener] scheduling alarm for: 1732908759097 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.463 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.464 14502 14541 I OkHttpWebSocketConnection: [normal:189079188] connect() 11-28 10:25:58.464 14502 14546 D StorageSyncHelper: No need for sync. Last sync was 394451 ms ago. 11-28 10:25:58.465 29335 29357 E AuthPII : [RequestTokenManager] getToken() -> BAD_AUTHENTICATION. App: com.google.android.calendar, Service: oauth2:https://www.googleapis.com/auth/calendar 11-28 10:25:58.465 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.465 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.465 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.465 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.465 29335 29357 E AuthPII : at tzf.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):94) 11-28 10:25:58.465 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):226) 11-28 10:25:58.465 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.465 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.465 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.465 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.465 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.465 29335 29357 E AuthPII : Message is Long live credential not available. 11-28 10:25:58.465 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.465 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.465 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.465 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.465 29335 29357 E AuthPII : at tzf.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):94) 11-28 10:25:58.465 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):226) 11-28 10:25:58.465 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.465 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.465 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.465 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.465 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.465 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.465 29335 29357 W Auth : [GetToken] GetToken failed with status code: BadAuthentication [CONTEXT service_id=343 ] 11-28 10:25:58.467 14502 14545 I PersistentAlarmManagerL: [DirectoryRefreshListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:25:58.469 14502 14545 I PersistentAlarmManagerL: [DirectoryRefreshListener] scheduling alarm for: 1732822359051 11-28 10:25:58.472 14502 14502 I JobManager: onConstraintMet(ChargingAndBatteryIsNot) 11-28 10:25:58.472 14502 14502 I JobManager: onConstraintMet(NetworkConstraintObserv) 11-28 10:25:58.472 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.472 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.472 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.475 14502 14545 I PersistentAlarmManagerL: [RotateSenderCertificateListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:25:58.477 14502 14545 I PersistentAlarmManagerL: [RotateSenderCertificateListener] scheduling alarm for: 1732822359064 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.483 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.484 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.484 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.484 14502 14547 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.484 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.484 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.484 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.484 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.484 14502 14547 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.486 14502 14559 D vulkan : searching for layers in '/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64' 11-28 10:25:58.490 14502 14559 D vulkan : searching for layers in '/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a' 11-28 10:25:58.491 14502 14545 I RoutineMessageFetchRece: Alarm scheduled to repeat at interval 10800000 11-28 10:25:58.491 14502 14502 W crime.securesms: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) 11-28 10:25:58.491 14502 14502 W crime.securesms: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) 11-28 10:25:58.491 14502 14545 I PersistentAlarmManagerL: [AnalyzeDatabaseAlarmListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:25:58.491 14502 14502 W crime.securesms: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) 11-28 10:25:58.492 14502 14541 I OkHttpWebSocketConnection: [unidentified:118381497] connect() 11-28 10:25:58.492 14502 14502 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found 11-28 10:25:58.493 14502 14545 I PersistentAlarmManagerL: [AnalyzeDatabaseAlarmListener] scheduling exact alarm for: 1732848757000 hasManagerPermission: true 11-28 10:25:58.493 14502 14545 I PersistentAlarmManagerL: [ApkUpdateRefreshListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:25:58.496 14502 14545 I PersistentAlarmManagerL: [ApkUpdateRefreshListener] scheduling alarm for: 1732807159817 11-28 10:25:58.498 14502 14546 D EmojiFiles: Verifying all name files exist. 11-28 10:25:58.499 14502 14502 I AppStartup: Received first critical render event. 11-28 10:25:58.502 14502 14502 D DynamicTheme: Previous night mode has changed previous: 0 now: 32 11-28 10:25:58.503 14502 14502 D CachedInflater: Clearing view cache. 11-28 10:25:58.505 14502 14502 D PassphraseRequiredActiv: routeApplicationState(), state: 0 11-28 10:25:58.505 14502 14502 D BaseActivity: [MainActivity] onCreate() 11-28 10:25:58.505 14502 14545 D IncomingMessageObserver: WebSocket State: CONNECTING 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.505 14502 14543 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.506 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.506 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.507 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.507 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.508 14502 14543 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.511 14502 14541 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 82 ms (within limit), FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:25:58.511 14502 14541 D IncomingMessageObserver: Reading message... 11-28 10:25:58.513 13691 14520 W Auth : [GoogleAuthUtil] [GoogleAuthUtil] error status:BAD_AUTHENTICATION with method:getTokenWithDetails 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: Error when getting token 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.vhc.g(PG:225) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.vhc.l(PG:62) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.vgy.a(PG:120) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.vhc.k(PG:52) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.vhc.n(PG:309) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.vgu.b(PG:5) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.vgu.a(PG:36) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.uff.h(PG:25) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.h(PG:37) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.uff.i(PG:92) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.i(PG:15) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at cal.uff.e(PG:1) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.d(PG:57) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.InternalSyncServiceImpl.a(PG:684) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.android.AccountSyncer.a(PG:336) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.a(PG:388) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.onPerformSync(PG:593) 11-28 10:25:58.520 13691 14520 W GoogleAuthUtil: at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:354) 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.528 14502 14534 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.529 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.529 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.529 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.529 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.529 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.530 14502 14502 D CachedInflater: Clearing view cache. 11-28 10:25:58.531 14502 14546 D EmojiFiles: All names exist? true 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: StubException: Error while creating the gRPC stub (source = AUTHENTICATION) [CONTEXT cel_upload_probability=0.1 ] 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: com.google.android.calendar.timely.net.grpc.GrpcStubException: Failed to retrieve auth token 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.uff.h(PG:131) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.h(PG:37) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.uff.i(PG:92) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.i(PG:15) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.uff.e(PG:1) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.d(PG:57) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.InternalSyncServiceImpl.a(PG:684) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.android.AccountSyncer.a(PG:336) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.a(PG:388) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.onPerformSync(PG:593) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:354) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: Caused by: com.google.android.gms.auth.UserRecoverableNotifiedException: User intervention required. Notification has been pushed. 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vgu.b(PG:22) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vgu.a(PG:36) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.uff.h(PG:25) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: ... 10 more 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: Caused by: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vhc.g(PG:225) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vhc.l(PG:62) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vgy.a(PG:120) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vhc.k(PG:52) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vhc.n(PG:309) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: at cal.vgu.b(PG:5) 11-28 10:25:58.531 13691 14520 W SyncServiceRequestExecu: ... 12 more 11-28 10:25:58.533 14502 14543 I ApplicationContext: Deleted 0 abandoned attachments. 11-28 10:25:58.533 14502 14502 D BaseActivity: [MainActivity] onStart() 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.535 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.536 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.536 13691 14520 I SyncerLog: [4] Retriable error (rpcCode=16) 11-28 10:25:58.541 29335 29357 E AuthPII : [RequestTokenManager] getToken() -> BAD_AUTHENTICATION. App: com.google.android.calendar, Service: oauth2:https://www.googleapis.com/auth/calendar 11-28 10:25:58.541 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.541 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.541 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.541 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.541 29335 29357 E AuthPII : at tzf.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):94) 11-28 10:25:58.541 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):226) 11-28 10:25:58.541 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.541 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.541 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.541 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.541 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.541 29335 29357 E AuthPII : Message is Long live credential not available. 11-28 10:25:58.541 29335 29357 E AuthPII : amtv: Long live credential not available. 11-28 10:25:58.541 29335 29357 E AuthPII : at tzc.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):1003) 11-28 10:25:58.541 29335 29357 E AuthPII : at tzi.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):28) 11-28 10:25:58.541 29335 29357 E AuthPII : at tzg.a(:com.google.android.gms@244534036@24.45.34 (260408-699214190):605) 11-28 10:25:58.541 29335 29357 E AuthPII : at tzf.b(:com.google.android.gms@244534036@24.45.34 (260408-699214190):94) 11-28 10:25:58.541 29335 29357 E AuthPII : at odf.e(:com.google.android.gms@244534036@24.45.34 (260408-699214190):226) 11-28 10:25:58.541 29335 29357 E AuthPII : at odf.h(:com.google.android.gms@244534036@24.45.34 (260408-699214190):2) 11-28 10:25:58.541 29335 29357 E AuthPII : at odf.fJ(:com.google.android.gms@244534036@24.45.34 (260408-699214190):147) 11-28 10:25:58.541 29335 29357 E AuthPII : at nxc.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):97) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.541 29335 29357 E AuthPII : at bldj.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):10) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.transact(Binder.java:1345) 11-28 10:25:58.541 29335 29357 E AuthPII : at bcfs.onTransact(:com.google.android.gms@244534036@24.45.34 (260408-699214190):148) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.execTransactInternal(Binder.java:1500) 11-28 10:25:58.541 29335 29357 E AuthPII : at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:25:58.542 29335 29357 W Auth : [GetToken] GetToken failed with status code: BadAuthentication [CONTEXT service_id=343 ] 11-28 10:25:58.546 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.547 14502 14549 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.547 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.548 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.548 14502 14502 D LoggingFragment: [ConversationListFragmen] onCreate() 11-28 10:25:58.548 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.548 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.548 14502 14549 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.550 26444 14517 I FSA2_RawContactSyncer: contact count. before sweep: -1, before sync: 310, after sync down: -1, after sync up: 310 11-28 10:25:58.551 26444 14517 W FSA2_ContactsSyncAdapter: @onPerformSync Sync finished successfully 11-28 10:25:58.553 13691 14520 W Auth : [GoogleAuthUtil] [GoogleAuthUtil] error status:BAD_AUTHENTICATION with method:getTokenWithDetails 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: Error when getting token 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.vhc.g(PG:225) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.vhc.l(PG:62) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.vgy.a(PG:120) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.vhc.k(PG:52) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.vhc.n(PG:309) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.vgu.b(PG:5) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.vgu.a(PG:36) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at cal.uff.h(PG:25) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.h(PG:37) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.d(PG:17) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.InternalSyncServiceImpl.a(PG:684) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.android.AccountSyncer.a(PG:336) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.a(PG:388) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.onPerformSync(PG:593) 11-28 10:25:58.553 13691 14520 W GoogleAuthUtil: at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:354) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: StubException: Error while creating credentials (source = AUTHENTICATION) [CONTEXT cel_upload_probability=0.1 ] 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: com.google.android.calendar.timely.net.grpc.GrpcStubException: Failed to retrieve auth token 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.uff.h(PG:131) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.h(PG:37) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.net.impl.android.SyncServiceRequestExecutor.d(PG:17) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.InternalSyncServiceImpl.a(PG:684) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.android.AccountSyncer.a(PG:336) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.a(PG:388) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAdapter.onPerformSync(PG:593) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:354) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: Caused by: com.google.android.gms.auth.UserRecoverableNotifiedException: User intervention required. Notification has been pushed. 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vgu.b(PG:22) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vgu.a(PG:36) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.uff.h(PG:25) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: ... 7 more 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: Caused by: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vhc.g(PG:225) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vhc.l(PG:62) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vgy.a(PG:120) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vhc.k(PG:52) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vhc.n(PG:309) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: at cal.vgu.b(PG:5) 11-28 10:25:58.554 13691 14520 W SyncServiceRequestExecu: ... 9 more 11-28 10:25:58.555 13691 14520 I SyncerLog: [4] Server error (code=5,rpcCode=16): Unauthenticated account 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.556 14502 14572 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.557 13691 14520 I SyncerLog: [4] Total requests: 1 (plus 1 retried) 11-28 10:25:58.557 13691 14520 I SyncerLog: [4] Sync Result: FAILURE 11-28 10:25:58.559 26444 14517 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:25:58.559 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.559 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.560 14502 14573 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.563 26444 14517 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.568 14502 14577 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.573 14502 14549 D PendingRetryReceiptMana: No pending receipts to schedule. 11-28 10:25:58.580 1569 2040 W SyncManager: failed sync operation JobId=283 ***/com.google u0 [com.google.android.calendar] PERIODIC Reason=Periodic (period=1d00h00m00s flex=57m36s), SyncResult: stats [ numAuthExceptions: 1] 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.605 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.607 2400 2642 D WM-SystemJobScheduler: Scheduling work ID b1b01869-65c0-4d86-abc6-908524bb182fJob ID 1000039 11-28 10:25:58.609 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.610 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.610 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.615 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.615 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.615 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.615 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 14502 14581 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.616 2400 2400 D WM-SystemJobService: onStartJob for WorkGenerationalId(workSpecId=b1b01869-65c0-4d86-abc6-908524bb182f, generation=0) 11-28 10:25:58.616 14502 14581 I MegaphoneDatabase: onOpen() 11-28 10:25:58.617 2400 2642 D WM-GreedyScheduler: Starting tracking for b1b01869-65c0-4d86-abc6-908524bb182f 11-28 10:25:58.619 2400 2642 D WM-Processor: fcu: processing WorkGenerationalId(workSpecId=b1b01869-65c0-4d86-abc6-908524bb182f, generation=0) 11-28 10:25:58.621 14502 14592 D ConversationListDataSou: [size(), UnarchivedConversationListDataSource, OFF] 0 ms 11-28 10:25:58.623 14502 14502 D LoggingFragment: [ConversationListFragmen] onStart() 11-28 10:25:58.624 2400 2400 D WM-WorkerWrapper: Starting work for com.google.android.apps.tycho.common.work.TychoWorker 11-28 10:25:58.624 2400 2636 I Tycho.A : Run in the default process for: SUNSTONE_SYNC 11-28 10:25:58.626 14502 14561 D TrafficStats: tagSocket(138) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:58.626 1569 3599 D ConnectivityService: requestNetwork for uid/pid:10269/14502 activeRequest: null callbackRequest: 36672 [NetworkRequest [ REQUEST id=36673, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 isUidTracked: false declaredMethods: 0x14 11-28 10:25:58.627 14502 14502 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-28 10:25:58.627 14502 14502 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-28 10:25:58.627 14502 14568 D TrafficStats: tagSocket(151) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:58.628 14502 14502 I ApplicationContext: App is now visible. 11-28 10:25:58.628 14502 14502 D FrameRateTracker: Beginning frame rate tracking. Screen refresh rate: 120.00 hz, or 8.33 ms per frame. 11-28 10:25:58.628 14502 14502 D DeadlockDetector: Beginning deadlock monitoring. 11-28 10:25:58.628 14502 14502 D ApplicationContext: onStart() took 0 ms 11-28 10:25:58.629 14502 14543 I BackupRefreshJob: Backups are not enabled in remote config. Exiting. 11-28 10:25:58.629 14502 14543 I RemoteConfig: Skipping remote config refresh. Refreshed 398085 ms ago. 11-28 10:25:58.629 14502 14543 I RetrieveProfileJob: Too soon to refresh. Did the last refresh 398426 ms ago. 11-28 10:25:58.629 14502 14543 D MemoryTracker: Beginning memory monitoring. 11-28 10:25:58.631 14502 14502 I VoiceNoteMediaControlle: Postponing media controller creation. (RoutingActivity}) 11-28 10:25:58.632 1569 1926 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36673, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:25:58.632 14502 14502 I ContentCaptureHelper: Setting logging level to OFF 11-28 10:25:58.633 1569 1926 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36673, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:25:58.638 14502 14596 D NotificationChannels: ensureCustomChannelConsistency() 11-28 10:25:58.639 26444 26899 I PeopleChimeraService: onService. callbacks = brqp@27dca2, request = com.google.android.gms.common.internal.GetServiceRequest@d7e7d33 11-28 10:25:58.639 1569 1926 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36673, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:25:58.640 2400 2642 D WM-ConstraintTracker: ffy: initial state = NetworkState(isConnected=true, isValidated=true, isMetered=false, isNotRoaming=true) 11-28 10:25:58.640 2400 2642 D WM-NetworkStateTracker: Registering network callback 11-28 10:25:58.641 1569 1946 D ConnectivityService: NetReassign [36673 : null → 420] [c 0] [a 3] [i 11] 11-28 10:25:58.647 1569 3225 D ConnectivityService: requestNetwork for uid/pid:10176/2400 activeRequest: null callbackRequest: 36674 [NetworkRequest [ REQUEST id=36675, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10176 RequestorUid: 10176 RequestorPkg: com.google.android.apps.tycho UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 isUidTracked: false declaredMethods: 0x54 11-28 10:25:58.650 2400 3468 D WM-NetworkStateTracker: Network capabilities changed: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] 11-28 10:25:58.653 1569 1926 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36675, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10176 RequestorUid: 10176 RequestorPkg: com.google.android.apps.tycho UnderlyingNetworks: Null] ] 11-28 10:25:58.654 1569 1926 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36675, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10176 RequestorUid: 10176 RequestorPkg: com.google.android.apps.tycho UnderlyingNetworks: Null] ] 11-28 10:25:58.654 2400 2642 D WM-GreedyScheduler: Constraints met: Scheduling work ID WorkGenerationalId(workSpecId=b1b01869-65c0-4d86-abc6-908524bb182f, generation=0) 11-28 10:25:58.655 2400 2642 D WM-Processor: Work WorkGenerationalId(workSpecId=b1b01869-65c0-4d86-abc6-908524bb182f, generation=0) is already enqueued for processing 11-28 10:25:58.656 1569 1926 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36675, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10176 RequestorUid: 10176 RequestorPkg: com.google.android.apps.tycho UnderlyingNetworks: Null] ] 11-28 10:25:58.657 1569 1946 D ConnectivityService: NetReassign [36675 : null → 420] [c 0] [a 4] [i 5] 11-28 10:25:58.678 1569 3415 D CoreBackPreview: Window{7905d35 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@9abfded, mPriority=0, mIsAnimationCallback=false} 11-28 10:25:58.690 14502 14600 I ContactsSyncAdapter: onPerformSync(com.android.contacts) 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.693 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.695 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.695 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.695 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.696 14502 14574 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.697 492 492 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. 11-28 10:25:58.699 538 538 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:25:58.701 2400 2642 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=b1b01869-65c0-4d86-abc6-908524bb182f, tags={ tycho_worker,sunstone_sync,com.google.android.apps.tycho.common.work.TychoWorker } ] 11-28 10:25:58.704 2400 2400 D WM-Processor: fcu b1b01869-65c0-4d86-abc6-908524bb182f executed; reschedule = false 11-28 10:25:58.704 2400 2400 D WM-GreedyScheduler: Stopping tracking for WorkGenerationalId(workSpecId=b1b01869-65c0-4d86-abc6-908524bb182f, generation=0) 11-28 10:25:58.704 2400 2400 D WM-SystemJobService: b1b01869-65c0-4d86-abc6-908524bb182f executed on JobScheduler 11-28 10:25:58.709 538 538 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:25:58.712 2400 2642 D WM-GreedyScheduler: Cancelling work ID b1b01869-65c0-4d86-abc6-908524bb182f 11-28 10:25:58.713 14502 14502 D IncomingMessageObserver: Background service started. 11-28 10:25:58.714 14502 14502 D MainActivityListHostFra: Initializing profile icon 11-28 10:25:58.716 538 538 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:25:58.720 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:25:58.722 538 538 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:25:58.724 2400 2642 D WM-NetworkStateTracker: Unregistering network callback 11-28 10:25:58.725 538 538 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:25:58.733 14502 14593 D ConversationListDataSou: [load(0, 45), UnarchivedConversationListDataSource, OFF] cursor: 80.52, cache-recipients: 0.80, recipient-resolve: 30.37, total: 111.69 11-28 10:25:58.760 14502 14502 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 11-28 10:25:58.760 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4390) android.os.BinderProxy@de94cb3@0 11-28 10:25:58.760 14502 14502 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 11-28 10:25:58.762 1569 1691 V WindowManager: Finish Transition (#4390): created at 11-28 10:25:58.205 collect-started=0.023ms request-sent=8.075ms started=12.615ms ready=33.306ms sent=37.117ms finished=555.761ms 11-28 10:25:58.762 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:25:58.762 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:25:58.763 14502 14502 I AppStartup: First render has finished. Cold Start: 415 ms, Render Time: 264 ms 11-28 10:25:58.763 14502 14502 D ConversationListFragmen: [startup] data-set: 164, first-render: 51, total: 215 11-28 10:25:58.763 1569 3599 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:58.763 14502 14502 I VoiceNoteMediaControlle: Finishing postponed media controller creation. (RoutingActivity}) 11-28 10:25:58.763 22016 22016 D VRI[NexusLauncherActivity]: visibilityChanged oldVisibility=true newVisibility=false 11-28 10:25:58.763 14502 14545 D RefreshSvrCredentialsJo: Do not need to refresh credentials. Last refresh: 1732289280765 11-28 10:25:58.764 14502 14545 D EmojiSearchIndexDownloa: Do not need to check. It's been 129713361 ms since the last check. 11-28 10:25:58.764 14502 14543 I RetrieveRemoteAnnouncem: Too soon to check for updated release notes 11-28 10:25:58.764 14502 14543 I AndroidTelecomUtil: Registering phone account 11-28 10:25:58.765 14502 14545 D GroupV2UpdateSelfProfil: Too soon. Last check was 53140055 ms ago. 11-28 10:25:58.765 1569 3225 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@AXM 11-28 10:25:58.765 1569 3225 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@AXM 11-28 10:25:58.766 1569 3225 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@AXM 11-28 10:25:58.766 1569 3225 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@AXM 11-28 10:25:58.767 1569 3225 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@AXM 11-28 10:25:58.767 14502 14543 I AndroidTelecomUtil: Phone account registered successfully 11-28 10:25:58.768 1569 3225 D CompatChangeReporter: Compat change id reported: 261072174; UID 10269; state: ENABLED 11-28 10:25:58.768 22016 22016 D NexusLauncherModelDelegate: notifySmartspaceEvent: SmartspaceTargetEvent{mSmartspaceTarget=null, mSmartspaceActionId='null', mEventType=7} 11-28 10:25:58.769 1569 3603 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:25:58.773 1569 1691 I ActivityTaskManager: Displayed org.thoughtcrime.securesms/.RoutingActivity for user 0: +564ms 11-28 10:25:58.780 14502 14534 I Job : [JOB::282583d4-db60-49ff-ad24-d939a8e02d39][FontDownloaderJob] onSubmit() (Time Since Submission: 15 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:25:58.780 14502 14543 I Job : [JOB::bc22abde-0cda-4f7d-83c9-5cf5b891871b][GroupRingCleanupJob] onSubmit() (Time Since Submission: 9 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:25:58.781 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:58.781 14502 14555 I JobRunner: [JOB::282583d4-db60-49ff-ad24-d939a8e02d39][FontDownloaderJob][3] Running job. (Time Since Submission: 16 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:25:58.784 14502 14554 I JobRunner: [JOB::bc22abde-0cda-4f7d-83c9-5cf5b891871b][GroupRingCleanupJob][2] Running job. (Time Since Submission: 3 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:25:58.785 14502 14502 I ExoPlayerImpl: Init b1b0a92 [AndroidXMedia3/1.3.1] [husky, Pixel 8 Pro, Google, 35] 11-28 10:25:58.790 14502 14555 D Fonts : Getting Script for Latn 11-28 10:25:58.790 14502 14554 I JobRunner: [JOB::bc22abde-0cda-4f7d-83c9-5cf5b891871b][GroupRingCleanupJob][2] Job finished with result SUCCESS in 8 ms. (Time Since Submission: 11 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:25:58.799 14502 14555 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:25:58.799 14502 14555 I FontVersion: Deleting 0 files 11-28 10:25:58.802 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:58.808 934 1588 D AudioFlinger: ro.audio.silent is ignored since no output device is set 11-28 10:25:58.815 934 6828 D AudioFlinger: ro.audio.silent is ignored since no output device is set 11-28 10:25:58.816 14502 14555 D Fonts : Loaded manifest. 11-28 10:25:58.816 14502 14555 D Fonts : Getting Script for LATIN 11-28 10:25:58.816 14502 14555 D Fonts : Loaded script for locale. 11-28 10:25:58.817 1569 3603 I MediaSessionStack: addSession to bottom of stack | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) 11-28 10:25:58.821 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.822 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.822 1569 2036 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415753136, actions=7339655, custom actions=[], active item id=0, error=null} 11-28 10:25:58.822 14502 14555 D Fonts : Local font version found, returning immediate. 11-28 10:25:58.822 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.822 1569 2036 D MediaSessionService: onSessionActiveStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415753136, actions=7339655, custom actions=[], active item id=0, error=null} 11-28 10:25:58.823 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.824 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.824 14502 14555 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:25:58.824 14502 14555 I FontVersion: Deleting 0 files 11-28 10:25:58.825 14502 14555 D Fonts : Loaded manifest. 11-28 10:25:58.825 14502 14555 D Fonts : Getting Script for LATIN 11-28 10:25:58.825 14502 14555 D Fonts : Loaded script for locale. 11-28 10:25:58.825 14502 14555 D Fonts : Local font version found, returning immediate. 11-28 10:25:58.826 1569 3225 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415753137, actions=7339655, custom actions=[], active item id=0, error=null} 11-28 10:25:58.826 14502 14502 D KeyClearedReceiver: Creating media controller… 11-28 10:25:58.829 14502 14555 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:25:58.829 14502 14555 I FontVersion: Deleting 0 files 11-28 10:25:58.829 14502 14555 D Fonts : Loaded manifest. 11-28 10:25:58.829 14502 14555 D Fonts : Getting Script for LATIN 11-28 10:25:58.829 14502 14555 D Fonts : Loaded script for locale. 11-28 10:25:58.829 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.829 14502 14555 D Fonts : Local font version found, returning immediate. 11-28 10:25:58.830 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.830 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.830 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.831 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.832 14502 14502 D KeyClearedReceiver: Successfully created media controller. 11-28 10:25:58.834 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:25:58.835 14502 14502 D KeyClearedReceiver: Successfully registered. 11-28 10:25:58.837 14502 14555 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:25:58.837 14502 14555 I FontVersion: Deleting 0 files 11-28 10:25:58.837 14502 14555 D Fonts : Loaded manifest. 11-28 10:25:58.837 14502 14555 D Fonts : Getting Script for LATIN 11-28 10:25:58.837 14502 14555 D Fonts : Loaded script for locale. 11-28 10:25:58.837 14502 14555 D Fonts : Local font version found, returning immediate. 11-28 10:25:58.837 1569 1898 I ImeTracker: org.thoughtcrime.securesms:10c18159: onRequestHide at ORIGIN_SERVER reason HIDE_UNSPECIFIED_WINDOW fromUser false 11-28 10:25:58.837 1569 1898 I ImeTracker: org.thoughtcrime.securesms:10c18159: onCancelled at PHASE_SERVER_SHOULD_HIDE 11-28 10:25:58.839 14502 14555 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:25:58.839 14502 14555 I FontVersion: Deleting 0 files 11-28 10:25:58.839 2163 2163 E MediaControlProfile: onCurrentPlayerStateUpdated: base actions not supported, player actions= 2e2bb3, expected at least= 7f 11-28 10:25:58.839 14502 14555 D Fonts : Loaded manifest. 11-28 10:25:58.839 14502 14555 D Fonts : Getting Script for LATIN 11-28 10:25:58.839 14502 14555 D Fonts : Loaded script for locale. 11-28 10:25:58.839 14502 14555 D Fonts : Local font version found, returning immediate. 11-28 10:25:58.840 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:25:58.840 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:25:58.840 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:25:58.840 2163 2163 W MediaControlGattService: Feature TRACK_POSITION(BIT 7) support: true 11-28 10:25:58.840 2163 2163 W MediaControlGattService: Feature TRACK_POSITION_NOTIFY support: true 11-28 10:25:58.840 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:25:58.840 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:25:58.842 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:25:58.844 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3095 11-28 10:25:58.844 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:25:58.844 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 0, locked = false 11-28 10:25:58.844 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1911 onStartInput(EditorInfo{EditorInfo{packageName=org.thoughtcrime.securesms, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false) 11-28 10:25:58.844 2163 2163 E BluetoothMcpService: MCS access not permited 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature MEDIA_CONTROL_POINT_OPCODES_SUPPORTED(BIT 19) support: true 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:25:58.845 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:25:58.846 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 1, locked = false 11-28 10:25:58.846 2707 2707 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 11-28 10:25:58.846 1569 3599 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:25:58.847 14502 14555 I FontDownloaderJob: Already downloaded fonts for locale. 11-28 10:25:58.848 14502 14555 I JobRunner: [JOB::282583d4-db60-49ff-ad24-d939a8e02d39][FontDownloaderJob][3] Job finished with result SUCCESS in 66 ms. (Time Since Submission: 82 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:25:58.857 2163 2163 I bluetooth: system/btif/avrcp/avrcp_service.cc:537 SendMediaUpdate: track_changed=false : play_state=true : queue=false 11-28 10:25:58.861 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:58.862 14502 14502 D CompatChangeReporter: Compat change id reported: 170233598; UID 10269; state: ENABLED 11-28 10:25:58.864 14502 14545 I JobSchedulerScheduler: JobScheduler enqueue of NETWORK (-1733499378) 11-28 10:25:58.865 14502 14545 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:25:58.865 1569 3603 D CompatChangeReporter: Compat change id reported: 271850009; UID 10269; state: ENABLED 11-28 10:25:58.866 1569 3603 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:25:58.873 14502 14545 I EmojiPageCache: Loading page EmojiPageRequest(emojiPage=Disk(uri=content://org.thoughtcrime.securesms/emoji/People_0), inSampleSize=1) 11-28 10:25:58.873 2163 2163 I bluetooth: system/btif/avrcp/avrcp_service.cc:537 SendMediaUpdate: track_changed=false : play_state=false : queue=false 11-28 10:25:58.874 14502 14545 D EmojiFiles: Verifying all name files exist. 11-28 10:25:58.881 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:58.882 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:25:58.882 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:25:58.882 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:25:58.885 14502 14545 D EmojiFiles: All names exist? true 11-28 10:25:58.888 1569 3599 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415753202, actions=4718215, custom actions=[], active item id=0, error=null} 11-28 10:25:58.888 1569 3599 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415753202, actions=4718215, custom actions=[], active item id=0, error=null} 11-28 10:25:58.902 14502 14502 D VoiceNoteMediaControlle: MediaController successfully initialized. (RoutingActivity) 11-28 10:25:58.906 14502 14502 I JobSchedulerScheduler: Waking due to job: -1733499378 11-28 10:25:58.913 1569 2036 W ActivityTaskManager: Request to remove task ignored for non-existent task 48129 11-28 10:25:58.921 22016 22016 D BaseDepthController: setSurface: 11-28 10:25:58.921 22016 22016 D BaseDepthController: mWaitingOnSurfaceValidity: false 11-28 10:25:58.921 22016 22016 D BaseDepthController: mSurface: null 11-28 10:25:58.921 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 23 11-28 10:25:58.922 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:25:58.922 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: false 11-28 10:25:58.923 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:25:58.923 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:25:58.923 3297 3833 D ForegroundUtils: UID: 10269 is in foreground: true 11-28 10:25:58.923 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:25:58.923 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:25:58.923 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:25:58.923 22016 22016 D StatsLog: LAUNCHER_ONSTOP 11-28 10:25:58.923 22016 22066 D GmsPlayProvider: Shut down the binder channel 11-28 10:25:58.923 22016 22055 D OneSearchSuggestProvider: Shut down the binder channel 11-28 10:25:58.924 22016 22016 D StatsLog: LAUNCHER_GOOGLE_SEARCH_RESTORE_LIST_SIZE_AFTER_ACTIVITY_RESTART 11-28 10:25:58.926 22016 22053 I IPCThreadState: oneway function results for code 2 on binder at 0xb4000071f03448f0 will be dropped but finished with status UNKNOWN_TRANSACTION 11-28 10:25:58.928 29335 29335 I PlayCloudSearchChimeraS: Stopping the server 11-28 10:25:58.928 29335 29335 I PlayCloudSearchLifeCycl: Stopping the GRPC server 11-28 10:25:58.947 14502 14600 I ContactsSyncAdapter: No new contacts. Just syncing system contact data. 11-28 10:25:58.961 14502 14534 D LiveRecipientCache: Warming up 93 thread recipients. 11-28 10:25:58.966 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.966 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.966 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.966 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.968 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.969 14502 14534 I SQLiteConnection: Database keying operation returned:0 11-28 10:25:58.969 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.969 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.970 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.970 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:58.970 14502 14534 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:25:59.035 490 490 I lowmemorykiller: Kill 'com.samsung.accessory.atticmgr' (26169), uid 10331, oom_score_adj 995 to free 89028kB rss, 40828kB swap; reason: low watermark is breached 11-28 10:25:59.060 1569 3599 I ActivityManager: Process com.samsung.accessory.atticmgr (pid 26169) has died: cch+95 SVC 11-28 10:25:59.061 1569 3599 W ActivityManager: Scheduling restart of crashed service com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 1000ms for start-requested 11-28 10:25:59.063 1569 2036 D TextToSpeechManagerPerUserService: Unbinding TTS engine: com.google.android.tts. Reason: client process death is reported 11-28 10:25:59.063 1569 1569 W TextToSpeechManagerPerUserService: Disconnected from TTS engine 11-28 10:25:59.063 1569 1569 W ActivityManager: pid 1569 system sent binder code 2 with flags 1 to frozen apps and got error -32 11-28 10:25:59.064 1569 1569 I TextToSpeechManagerPerUserService: Failed running callback method: android.os.DeadObjectException 11-28 10:25:59.064 1569 1569 W ServiceConnector.Impl: mayInterruptIfRunning not supported - ignoring 11-28 10:25:59.064 846 846 I Zygote : Process 26169 exited due to signal 9 (Killed) 11-28 10:25:59.064 1569 1705 W ActivityManager: Rescheduling restart of crashed service com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 29997ms for mem-pressure-event 11-28 10:25:59.065 490 490 I lowmemorykiller: Kill 'com.samsung.accessory.neobeanmgr' (26170), uid 10331, oom_score_adj 995 to free 90640kB rss, 39604kB swap; reason: low watermark is breached 11-28 10:25:59.070 490 498 E lowmemorykiller: process_mrelease 26170 failed: No such process 11-28 10:25:59.070 1569 1716 I libprocessgroup: Removed cgroup /sys/fs/cgroup/uid_10331/pid_26169 11-28 10:25:59.093 846 846 I Zygote : Process 26170 exited due to signal 9 (Killed) 11-28 10:25:59.102 14502 14534 D LiveRecipientCache: Warmed up 50 contact recipient. 11-28 10:25:59.102 14502 14534 D LiveRecipientCache: [recipient-warm-up] thread: 197, contact: 138, total: 335 11-28 10:25:59.107 1569 3132 I ActivityManager: Process com.samsung.accessory.neobeanmgr (pid 26170) has died: cch+95 SVC 11-28 10:25:59.107 1569 3132 W ActivityManager: Scheduling restart of crashed service com.samsung.accessory.neobeanmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 69954ms for start-requested 11-28 10:25:59.108 1569 1716 I libprocessgroup: Removed cgroup /sys/fs/cgroup/uid_10331/pid_26170 11-28 10:25:59.108 1569 3414 D TextToSpeechManagerPerUserService: Unbinding TTS engine: com.google.android.tts. Reason: client process death is reported 11-28 10:25:59.110 1569 1569 W TextToSpeechManagerPerUserService: Disconnected from TTS engine 11-28 10:25:59.110 1569 1569 W ActivityManager: pid 1569 system sent binder code 2 with flags 1 to frozen apps and got error -32 11-28 10:25:59.110 1569 1569 D ActivityManager: Too many transaction errors, throttling freezer binder callback. 11-28 10:25:59.110 1569 1569 I TextToSpeechManagerPerUserService: Failed running callback method: android.os.DeadObjectException 11-28 10:25:59.110 1569 1569 W ServiceConnector.Impl: mayInterruptIfRunning not supported - ignoring 11-28 10:25:59.116 14502 14561 I OkHttpWebSocketConnection: [normal:189079188] onOpen() connected 11-28 10:25:59.116 14502 14568 I OkHttpWebSocketConnection: [unidentified:118381497] onOpen() connected 11-28 10:25:59.117 14502 14545 D IncomingMessageObserver: WebSocket State: CONNECTED 11-28 10:25:59.127 14502 14541 I IncomingMessageObserver: Retrieved 5 envelopes! 11-28 10:25:59.127 14502 14541 D IncomingMessageObserver: Beginning database transaction... 11-28 10:25:59.128 2046 2070 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@6ca9c34 11-28 10:25:59.129 1569 3132 W InputManager-JNI: Input channel object 'd0dbc90 Splash Screen org.thoughtcrime.securesms (client)' was disposed without first being removed with the input manager! 11-28 10:25:59.130 1569 3603 D CoreBackPreview: Window{d0dbc90 u0 Splash Screen org.thoughtcrime.securesms EXITING}: Setting back callback null 11-28 10:25:59.147 29335 29357 I FontLog : (REDACTED) Received query %s, URI %s 11-28 10:25:59.147 29335 29357 I FontLog : (REDACTED) Query [%s] resolved to %s 11-28 10:25:59.148 29335 29357 I FontLog : (REDACTED) Fetch %s end status %s 11-28 10:25:59.150 29335 29357 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d 11-28 10:25:59.158 29335 29357 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d 11-28 10:25:59.168 13691 14199 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@db28f45 11-28 10:25:59.174 13691 14519 I SyncerLog: [3] Response: {applied_change_ids=[], done_change_ids=[], server_change_count=0, change_set_details={acl=0, calendarListEntry=0, calendarSyncInfo=0, event=0, setting=0, other=[]}, updated_sync_state={synced_user_settings=true, synced_calendar_list=true}, bad_sync_state=false, debug_info=Ch42MjdGNUFCODg5N0I2LjkwREU0QjEuRDUxQ0ZCRjE=, call_sync=false, } 11-28 10:25:59.182 13691 14519 I SyncerLog: [3] Total requests: 1 (plus 0 retried) 11-28 10:25:59.182 13691 14519 I SyncerLog: [3] Sync Result: SUCCESS 11-28 10:25:59.239 14502 14574 D SlowNotificationHeurist: insufficient service start events 11-28 10:25:59.240 14502 14527 D LocalMetrics: [cold-start-conversation-list] total: 415 | application-create: 110, start-activity: 41, data-loaded: 213, render: 51 11-28 10:25:59.248 14502 14574 W SlowNotificationHeurist: User has high average message latency of 20928066 ms over 467 events over threshold of 7200000 ms 11-28 10:25:59.248 14502 14574 W SlowNotificationHeurist: User seems to be having delayed notifications: failed-service-starts=false failedQueueDrains=false longMessageLatency=true 11-28 10:25:59.250 21735 21772 I bcoz : (REDACTED) getHotwordActive::active query: %s, watch: %s, devices connected: %s 11-28 10:25:59.405 14502 14533 I AnrDetector: Thread shutting down during intervals. 11-28 10:25:59.409 14502 14600 D RecipientTable: [rotateStorageId] updateCount: 0 11-28 10:25:59.409 14502 14600 D RecipientTable: [rotateStorageId] updateCount: 0 11-28 10:25:59.410 14502 14600 D RecipientTable: [rotateStorageId] updateCount: 0 11-28 10:25:59.410 14502 14600 D RecipientTable: [rotateStorageId] updateCount: 1 11-28 10:25:59.410 14502 14600 D RecipientTable: [rotateStorageId] updateCount: 0 11-28 10:25:59.410 14502 14600 D RecipientTable: [rotateStorageId] updateCount: 0 11-28 10:25:59.417 14502 14600 I NotificationChannels: Updating contact channel name 11-28 10:25:59.417 14502 14541 I libsignal: rust/protocol/src/sealed_sender.rs:441: deserialized UnidentifiedSenderMessageContent from 538e1e83-8dda-4fb1-9fb5-58e332b0ee4a.2 with type SenderKey 11-28 10:25:59.418 14502 14600 I NotificationChannels: Updating contact channel name 11-28 10:25:59.424 14502 14541 D MessageDecryptor: [1732785593894] :2 | Successfully decrypted the envelope in 11.55 ms (GUID 9061b4da-fa4b-4a4f-903a-0a3421dcff0d). Delivery latency: 364562 ms, Urgent: true 11-28 10:25:59.427 14502 14541 D RecipientId: RecipientId cache miss for __signal_group__v2__!fde2b5556f0f858b8f8186450ee3846315975066a9c6b8f18ac6b002c8d9acf7 11-28 10:25:59.428 14502 14541 I MessageProcessorV2: [1732785593894] Beginning message processing. Sender: RecipientId::279 (538e1e83-8dda-4fb1-9fb5-58e332b0ee4a.2) 11-28 10:25:59.430 14502 14541 I MessageProcessorV2: [1732785593894] Media message. 11-28 10:25:59.433 14502 14541 I MessageProcessorV2: [1732785593894] Found matching message record... 11-28 10:25:59.462 14502 14534 I Job : [JOB::fa4b12d1-49c4-4b48-844f-3d87c1263868][SendDeliveryReceiptJob] onSubmit() (Time Since Submission: 7 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:25:59.462 14502 14546 I JobSchedulerScheduler: JobScheduler enqueue of NETWORK (-1733499378) 11-28 10:25:59.463 14502 14541 I Job : [JOB::5556d784-f951-4f1a-8cfc-defaa01f5f85][ThreadUpdateJob] onSubmit() (Time Since Submission: 6 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_181) 11-28 10:25:59.464 14502 14537 D NotificationChannels: ensureCustomChannelConsistency() 11-28 10:25:59.464 14502 14541 D IncomingMessageObserver: Ended database transaction. 11-28 10:25:59.464 14502 14541 D IncomingMessageObserver: Running 0 follow-up operations... 11-28 10:25:59.464 14502 14541 D IncomingMessageObserver: Beginning database transaction... 11-28 10:25:59.468 14502 14543 I JobSchedulerScheduler: JobScheduler enqueue of (0) 11-28 10:25:59.468 14502 14592 D ConversationListDataSou: [size(), UnarchivedConversationListDataSource, OFF] 1 ms 11-28 10:25:59.468 14502 14502 I JobSchedulerScheduler: Waking due to job: -1733499378 11-28 10:25:59.469 14502 14541 I libsignal: rust/protocol/src/sealed_sender.rs:441: deserialized UnidentifiedSenderMessageContent from 7370af57-98a9-491d-8d26-1702bbaad41e.1 with type Whisper 11-28 10:25:59.471 14502 14502 I JobSchedulerScheduler: Waking due to job: 0 11-28 10:25:59.473 14502 14541 I libsignal: /home/libsignal/src/rust/protocol/src/session_cipher.rs:457: decrypted Whisper message from 7370af57-98a9-491d-8d26-1702bbaad41e.1 with current session state (base key ca192e5fb1c86404a5b82f7e695065207968936e6085c1a0168b289e52ea4628) 11-28 10:25:59.474 14502 14554 I JobRunner: [JOB::fa4b12d1-49c4-4b48-844f-3d87c1263868][SendDeliveryReceiptJob][2] Running job. (Time Since Submission: 19 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:25:59.474 14502 14555 I JobRunner: [JOB::5556d784-f951-4f1a-8cfc-defaa01f5f85][ThreadUpdateJob][3] Running job. (Time Since Submission: 12 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_181) 11-28 10:25:59.478 14502 14554 I SealedSenderAccessUtil: Unidentified: 1, Other: 0 11-28 10:25:59.478 14502 14554 D SignalServiceMessageSender: [1732785959455] Sending a receipt. 11-28 10:25:59.480 14502 14541 D MessageDecryptor: [1732785603807] :1 | Successfully decrypted the envelope in 11.99 ms (GUID 68dd3a14-e29f-405c-a10c-5115c68234cb). Delivery latency: 347040 ms, Urgent: false 11-28 10:25:59.481 14502 14541 I MessageDecryptor: [1732785603807] :0 | Processing SenderKeyDistributionMessage for distributionId d63a4769-5595-4ba7-b9a1-bb5c2706797a 11-28 10:25:59.481 14502 14541 I libsignal: /home/libsignal/src/rust/protocol/src/group_cipher.rs:208: 7370af57-98a9-491d-8d26-1702bbaad41e.1 Processing SenderKey distribution d63a4769-5595-4ba7-b9a1-bb5c2706797a with chain ID 307556530 11-28 10:25:59.483 14502 14541 I MessageProcessorV2: [1732785603807] Beginning message processing. Sender: RecipientId::270 (7370af57-98a9-491d-8d26-1702bbaad41e.1) 11-28 10:25:59.485 14502 14541 D IncomingMessageObserver: Ended database transaction. 11-28 10:25:59.485 14502 14541 D IncomingMessageObserver: Running 0 follow-up operations... 11-28 10:25:59.485 14502 14541 D IncomingMessageObserver: Beginning database transaction... 11-28 10:25:59.491 14502 14541 I libsignal: rust/protocol/src/sealed_sender.rs:441: deserialized UnidentifiedSenderMessageContent from 7370af57-98a9-491d-8d26-1702bbaad41e.1 with type SenderKey 11-28 10:25:59.495 14502 14541 D MessageDecryptor: [1732785607727] :1 | Successfully decrypted the envelope in 3.62 ms (GUID cdb593e5-da4e-4480-924b-06ea8040451c). Delivery latency: 339999 ms, Urgent: true 11-28 10:25:59.497 14502 14547 I ViewOnceMessageManager: No messages to schedule. 11-28 10:25:59.499 14502 14541 D RecipientId: RecipientId cache miss for __signal_group__v2__!066d683da819efd4f7445a2aeedc81b1de46bd80fc4a96ce814864c27d6ad399 11-28 10:25:59.499 14502 14541 I MessageProcessorV2: [1732785607727] Beginning message processing. Sender: RecipientId::270 (7370af57-98a9-491d-8d26-1702bbaad41e.1) 11-28 10:25:59.501 14502 14541 I MessageProcessorV2: [1732785607727] Text message. 11-28 10:25:59.513 14502 14534 I Job : [JOB::dd34a06a-8007-47e3-8277-497e8b1c4207][SendDeliveryReceiptJob] onSubmit() (Time Since Submission: 1 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:25:59.516 14502 14556 I JobRunner: [JOB::dd34a06a-8007-47e3-8277-497e8b1c4207][SendDeliveryReceiptJob][4] Running job. (Time Since Submission: 4 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:25:59.516 14502 14541 I Job : [JOB::c9edf99d-4156-4dcb-9986-bd089af9c911][ThreadUpdateJob] onSubmit() (Time Since Submission: 2 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:25:59.517 14502 14541 D IncomingMessageObserver: Ended database transaction. 11-28 10:25:59.517 14502 14541 D IncomingMessageObserver: Running 0 follow-up operations... 11-28 10:25:59.517 14502 14541 D IncomingMessageObserver: Beginning database transaction... 11-28 10:25:59.517 14502 14553 I JobRunner: [JOB::c9edf99d-4156-4dcb-9986-bd089af9c911][ThreadUpdateJob][1] Running job. (Time Since Submission: 1 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:25:59.518 14502 14541 I libsignal: rust/protocol/src/sealed_sender.rs:441: deserialized UnidentifiedSenderMessageContent from 7370af57-98a9-491d-8d26-1702bbaad41e.1 with type SenderKey 11-28 10:25:59.519 14502 14556 I SealedSenderAccessUtil: Unidentified: 1, Other: 0 11-28 10:25:59.519 14502 14556 D SignalServiceMessageSender: [1732785959512] Sending a receipt. 11-28 10:25:59.522 14502 14541 D MessageDecryptor: [1732785613547] :1 | Successfully decrypted the envelope in 4.48 ms (GUID 06400215-d048-4ac3-a39f-05b1a0a3b022). Delivery latency: 339588 ms, Urgent: true 11-28 10:25:59.523 14502 14541 I MessageProcessorV2: [1732785613547] Beginning message processing. Sender: RecipientId::270 (7370af57-98a9-491d-8d26-1702bbaad41e.1) 11-28 10:25:59.526 14502 14541 I MessageProcessorV2: [1732785613547] Media message. 11-28 10:25:59.529 14502 14541 D AttachmentTable: [insertAttachmentsForMessage] insertParts(1) 11-28 10:25:59.529 14502 14541 D AttachmentTable: [insertAttachment] Inserting attachment for messageId 288332. 11-28 10:25:59.532 14502 14541 I AttachmentTable: [insertAttachmentsForMessage] Inserted attachment at AttachmentId::47784 11-28 10:25:59.535 14502 14543 I Job : [JOB::9ba7bead-8c3e-4028-be3b-71a23bee5c0f][SendDeliveryReceiptJob] onSubmit() (Time Since Submission: 1 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:25:59.536 14502 14541 I Job : [JOB::c90e4d40-1be9-499a-9bd2-56f1595b02f0][AttachmentDownloadJob] onSubmit() (Time Since Submission: 0 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: AttachmentDownloadJob-47784) 11-28 10:25:59.536 14502 14541 I AttachmentDownloadJob: onAdded() messageId: 288332 attachmentId: AttachmentId::47784 manual: false 11-28 10:25:59.541 14502 14541 I AttachmentDownloadJob: onAdded() Marking attachment progress as 'started' 11-28 10:25:59.542 14502 14541 I Job : [JOB::5f8c9a34-06c8-4b07-8ab0-2375bc916949][ThreadUpdateJob] onSubmit() (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:25:59.542 14502 14541 D IncomingMessageObserver: Ended database transaction. 11-28 10:25:59.542 14502 14541 D IncomingMessageObserver: Running 0 follow-up operations... 11-28 10:25:59.542 14502 14541 D IncomingMessageObserver: Beginning database transaction... 11-28 10:25:59.543 14502 14541 I libsignal: rust/protocol/src/sealed_sender.rs:441: deserialized UnidentifiedSenderMessageContent from 538e1e83-8dda-4fb1-9fb5-58e332b0ee4a.1 with type SenderKey 11-28 10:25:59.543 14502 14593 D ConversationListDataSou: [load(0, 45), UnarchivedConversationListDataSource, OFF] cursor: 74.33, cache-recipients: 0.31, recipient-resolve: 0.05, total: 74.69 11-28 10:25:59.545 14502 14541 D MessageDecryptor: [1732785681412] :1 | Successfully decrypted the envelope in 2.01 ms (GUID a57fd3bf-1475-46b6-9568-640551020285). Delivery latency: 276992 ms, Urgent: true 11-28 10:25:59.545 14502 14541 I MessageProcessorV2: [1732785681412] Beginning message processing. Sender: RecipientId::279 (538e1e83-8dda-4fb1-9fb5-58e332b0ee4a.1) 11-28 10:25:59.546 14502 14541 I MessageProcessorV2: [1732785681412] Text message. 11-28 10:25:59.546 14502 14541 W MessageProcessorV2: [1732785681412] Message expire time didn't match thread expire time. Handling timer update. 11-28 10:25:59.546 14502 14541 I MessageProcessorV2: [1732785681412] Expiration update. Side effect: true 11-28 10:25:59.546 14502 14541 W MessageProcessorV2: [1732785681412] Expiration update received for GV2. Ignoring. 11-28 10:25:59.550 14502 14534 I Job : [JOB::01aba1bc-9cb6-4e31-802a-3ab1360181a3][SendDeliveryReceiptJob] onSubmit() (Time Since Submission: 1 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:25:59.553 14502 14541 D LeakyBucketLimiter: Overflowed! 11-28 10:25:59.553 14502 14541 W JobController: [JOB::da2576d2-ce8c-408f-9249-6aef89eb712e][ThreadUpdateJob] Already at the max instance count. Factory limit: -1, Queue limit: 2. Skipping. (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:25:59.553 14502 14541 D IncomingMessageObserver: Ended database transaction. 11-28 10:25:59.553 14502 14541 D IncomingMessageObserver: Running 0 follow-up operations... 11-28 10:25:59.553 14502 14541 D IncomingMessageObserver: Decrypted 5 envelopes in 426 ms (~85.2 ms per message) 11-28 10:25:59.553 14502 14541 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: true, Time Since Last Interaction: N/A, FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:25:59.553 14502 14541 D IncomingMessageObserver: Reading message... 11-28 10:25:59.554 14502 14541 I IncomingMessageObserver: Retrieved 2 envelopes! 11-28 10:25:59.554 14502 14541 D IncomingMessageObserver: Beginning database transaction... 11-28 10:25:59.556 14502 14541 I libsignal: rust/protocol/src/sealed_sender.rs:441: deserialized UnidentifiedSenderMessageContent from 7370af57-98a9-491d-8d26-1702bbaad41e.1 with type SenderKey 11-28 10:25:59.561 14502 14541 D MessageDecryptor: [1732785694123] :1 | Successfully decrypted the envelope in 6.27 ms (GUID 1255b98a-231d-4587-b73f-2a2b9bd0b6b5). Delivery latency: 264335 ms, Urgent: true 11-28 10:25:59.562 14502 14541 I MessageProcessorV2: [1732785694123] Beginning message processing. Sender: RecipientId::270 (7370af57-98a9-491d-8d26-1702bbaad41e.1) 11-28 10:25:59.563 14502 14541 I MessageProcessorV2: [1732785694123] Text message. 11-28 10:25:59.570 14502 14543 I Job : [JOB::b1f563dc-545f-4d72-8ec5-cb961999ee20][SendDeliveryReceiptJob] onSubmit() (Time Since Submission: 4 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:25:59.570 14502 14541 D LeakyBucketLimiter: Overflowed! 11-28 10:25:59.570 14502 14541 W JobController: [JOB::1acac58f-aa51-4268-a523-f1b1a1ca9a5f][ThreadUpdateJob] Already at the max instance count. Factory limit: -1, Queue limit: 2. Skipping. (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:25:59.570 14502 14541 D IncomingMessageObserver: Ended database transaction. 11-28 10:25:59.570 14502 14541 D IncomingMessageObserver: Running 0 follow-up operations... 11-28 10:25:59.570 14502 14541 D IncomingMessageObserver: Beginning database transaction... 11-28 10:25:59.571 14502 14541 I libsignal: rust/protocol/src/sealed_sender.rs:441: deserialized UnidentifiedSenderMessageContent from 538e1e83-8dda-4fb1-9fb5-58e332b0ee4a.2 with type SenderKey 11-28 10:25:59.573 14502 14541 D MessageDecryptor: [1732785954610] :2 | Successfully decrypted the envelope in 2.53 ms (GUID 9769127a-f6ef-4f7e-832c-6763f8465cb4). Delivery latency: 3821 ms, Urgent: true 11-28 10:25:59.574 14502 14541 I MessageProcessorV2: [1732785954610] Beginning message processing. Sender: RecipientId::279 (538e1e83-8dda-4fb1-9fb5-58e332b0ee4a.2) 11-28 10:25:59.577 14502 14541 I MessageProcessorV2: [1732785954610] Text message. 11-28 10:25:59.582 14502 14541 D LeakyBucketLimiter: Overflowed! 11-28 10:25:59.582 14502 14541 W JobController: [JOB::700f5144-d605-4f96-ad10-23c1c462beed][ThreadUpdateJob] Already at the max instance count. Factory limit: -1, Queue limit: 2. Skipping. (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:25:59.583 14502 14541 D IncomingMessageObserver: Ended database transaction. 11-28 10:25:59.583 14502 14541 D IncomingMessageObserver: Running 0 follow-up operations... 11-28 10:25:59.583 14502 14534 I Job : [JOB::6228292a-6948-43db-857a-1601627bee9e][SendDeliveryReceiptJob] onSubmit() (Time Since Submission: 1 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:25:59.583 14502 14541 D IncomingMessageObserver: Decrypted 2 envelopes in 29 ms (~14.5 ms per message) 11-28 10:25:59.583 14502 14541 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: true, Time Since Last Interaction: N/A, FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:25:59.583 14502 14541 D IncomingMessageObserver: Reading message... 11-28 10:25:59.596 14502 14527 D LocalMetrics: [message-latency-high-priority] total: 364562 | latency: 364562 11-28 10:25:59.597 14502 14527 D LocalMetrics: [group-message-receive] total: 42.439 | decryption: 12.323, pre-process: 3.102, groups-v2: 1.681, media-insert: 25.051, post-process: 0.282 11-28 10:25:59.597 14502 14574 D SlowNotificationHeurist: insufficient service start events 11-28 10:25:59.597 14502 14527 D LocalMetrics: [message-latency-low-priority] total: 347040 | latency: 347040 11-28 10:25:59.597 14502 14527 D LocalMetrics: [message-latency-high-priority] total: 339999 | latency: 339999 11-28 10:25:59.599 14502 14527 D LocalMetrics: [group-message-receive] total: 22.116 | decryption: 4.575, pre-process: 4.473, groups-v2: 1.715, text-insert: 11.301, post-process: 0.051 11-28 10:25:59.600 14502 14527 D LocalMetrics: [message-latency-high-priority] total: 339588 | latency: 339588 11-28 10:25:59.603 14502 14527 D LocalMetrics: [group-message-receive] total: 17.337 | decryption: 5.052, pre-process: 1.144, groups-v2: 3.264, media-insert: 7.833, post-process: 0.044 11-28 10:25:59.604 14502 14527 D LocalMetrics: [message-latency-high-priority] total: 276992 | latency: 276992 11-28 10:25:59.609 14502 14527 D LocalMetrics: [group-message-receive] total: 6.558 | decryption: 2.196, pre-process: 0.663, groups-v2: 0.912, text-insert: 2.759, post-process: 0.028 11-28 10:25:59.610 14502 14527 D LocalMetrics: [message-latency-high-priority] total: 264335 | latency: 264335 11-28 10:25:59.612 14502 14574 W SlowNotificationHeurist: User has high average message latency of 20928066 ms over 467 events over threshold of 7200000 ms 11-28 10:25:59.612 14502 14574 W SlowNotificationHeurist: User seems to be having delayed notifications: failed-service-starts=false failedQueueDrains=false longMessageLatency=true 11-28 10:25:59.613 14502 14527 D LocalMetrics: [group-message-receive] total: 11.011 | decryption: 6.994, pre-process: 0.179, groups-v2: 0.653, text-insert: 3.152, post-process: 0.033 11-28 10:25:59.614 14502 14527 D LocalMetrics: [message-latency-high-priority] total: 3821 | latency: 3821 11-28 10:25:59.616 14502 14527 D LocalMetrics: [group-message-receive] total: 10.676 | decryption: 2.783, pre-process: 0.445, groups-v2: 3.562, text-insert: 3.850, post-process: 0.037 11-28 10:25:59.621 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:25:59.676 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -65 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:25:59.676 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:25:59.676 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:25:59.676 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:25:59.676 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:25:59.680 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-65 11-28 10:25:59.681 2298 6069 W SHANNON_IMS: 0527 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:25:59.681 2298 5418 W SHANNON_IMS: 0528 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:25:59.681 2298 6069 I SHANNON_IMS: 0529 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:25:59.681 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.682 2298 5418 I SHANNON_IMS: 0530 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:25:59.682 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 74%, link speed: 390Mbps, sunspot type: 0) -> (is connected: true, signal level: 77%, link speed: 234Mbps, sunspot type: 0) 11-28 10:25:59.683 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:25:59.684 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:25:59.685 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.685 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.686 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.686 29335 29357 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:25:59.686 29335 29357 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:25:59.686 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.687 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.687 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.687 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:25:59.688 14502 14537 I DefaultMessageNotifier: Marking 5 muted messages as notified to skip notification 11-28 10:25:59.695 14502 14537 I DefaultMessageNotifier: Cleaned up 1 thread(s) with dangling notifications 11-28 10:25:59.695 1569 1946 D ConnectivityService: NetReassign [no changes] [c 1] [a 2] [i 4] 11-28 10:25:59.731 1569 3132 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:25:59.738 14502 14541 I IncomingMessageObserver: Decryptions newly-drained. 11-28 10:25:59.738 14502 14541 I JobManager: onConstraintMet(DecryptionsDrainedConst) 11-28 10:25:59.739 14502 14541 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: true, Time Since Last Interaction: N/A, FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:25:59.739 14502 14541 D IncomingMessageObserver: Reading message... 11-28 10:25:59.739 14502 14554 I JobRunner: [JOB::fa4b12d1-49c4-4b48-844f-3d87c1263868][SendDeliveryReceiptJob][2] Job finished with result SUCCESS in 265 ms. (Time Since Submission: 284 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:25:59.742 14502 14554 I JobRunner: [JOB::c90e4d40-1be9-499a-9bd2-56f1595b02f0][AttachmentDownloadJob][2] Running job. (Time Since Submission: 206 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: AttachmentDownloadJob-47784) 11-28 10:25:59.745 14502 14554 I AttachmentDownloadJob: onRun() messageId: 288332 attachmentId: AttachmentId::47784 manual: false 11-28 10:25:59.749 14502 14554 I AttachmentDownloadJob: Downloading push part AttachmentId::47784 11-28 10:25:59.750 1569 3673 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:25:59.750 1569 3673 W NotificationService: notification 0|org.thoughtcrime.securesms|50283|null|10269 added an invalid shortcut 11-28 10:25:59.751 8586 8645 D androidtc: Initializing SystemTextClassifier, type = System 11-28 10:25:59.755 8586 8586 I AiAiTextClassifier: (REDACTED) onCreateTextClassificationSession = %s 11-28 10:25:59.756 8586 8586 I AiAiTextClassifier: AiaiTextClassifierService.onSuggestConversationActions 11-28 10:25:59.762 14502 14554 I AttachmentDownloadJob: Downloading attachment with digest: ef 9f 20 b2 fe 74 38 9c 4f f5 56 1b be 35 ee fa 13 a7 84 a9 ae 7d d2 a1 d2 04 a6 33 c7 60 82 df 11-28 10:25:59.765 14502 14617 D MessageTable: deleteMessage(287125) 11-28 10:25:59.765 14502 14617 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 287125 11-28 10:25:59.765 14502 14543 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:25:59.765 14502 14502 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:25:59.773 14502 14617 I Job : [JOB::fcff268f-986e-4de1-be3f-bd630662335c][OptimizeMessageSearchIndexJob] onSubmit() (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:25:59.774 14502 14617 D MessageTable: deleteMessage(282506) 11-28 10:25:59.774 14502 14617 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282506 11-28 10:25:59.775 14502 14534 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:25:59.775 14502 14502 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:25:59.776 14502 14617 I Job : [JOB::b453108b-22f2-45f8-83ac-a777066505c7][OptimizeMessageSearchIndexJob] onSubmit() (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:25:59.776 14502 14617 D MessageTable: deleteMessage(282507) 11-28 10:25:59.776 14502 14617 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282507 11-28 10:25:59.777 14502 14546 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:25:59.777 14502 14502 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:25:59.778 14502 14617 W JobController: [JOB::de2567dd-51d9-49a6-849c-1bc3ba79d293][OptimizeMessageSearchIndexJob] Already at the max instance count. Factory limit: -1, Queue limit: 2. Skipping. (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:25:59.779 14502 14617 D MessageTable: deleteMessage(282508) 11-28 10:25:59.779 14502 14617 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282508 11-28 10:25:59.780 14502 14617 I AttachmentTable: [deleteDataFileIfPossible] Cleared 1 weak references for AttachmentId::46875. Path: /data/user/0/org.thoughtcrime.securesms/app_parts/part7639839094034504769.mms 11-28 10:25:59.783 14502 14546 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:25:59.785 14502 14617 W JobController: [JOB::9c6a4b33-c786-4780-897c-7e1ba87f23e9][OptimizeMessageSearchIndexJob] Already at the max instance count. Factory limit: -1, Queue limit: 2. Skipping. (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:25:59.785 14502 14617 D MessageTable: deleteMessage(282509) 11-28 10:25:59.785 14502 14617 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282509 11-28 10:25:59.786 14502 14502 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:25:59.787 14502 14617 W JobController: [JOB::6a45cfbb-08a2-4456-9e85-c6e44f4e4b87][OptimizeMessageSearchIndexJob] Already at the max instance count. Factory limit: -1, Queue limit: 2. Skipping. (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:25:59.787 14502 14617 D MessageTable: deleteMessage(282510) 11-28 10:25:59.787 14502 14617 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282510 11-28 10:25:59.788 14502 14534 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:25:59.788 14502 14534 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:25:59.788 14502 14502 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:25:59.788 14502 14502 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:25:59.788 14502 14617 W JobController: [JOB::cf8f0a5d-d250-41d8-8e9a-e097d40836e0][OptimizeMessageSearchIndexJob] Already at the max instance count. Factory limit: -1, Queue limit: 2. Skipping. (Time Since Submission: 0 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:25:59.788 14502 14617 D MessageTable: deleteMessage(282511) 11-28 10:25:59.788 14502 14617 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282511 11-28 10:25:59.789 14502 14617 E SQLiteLog: (267) statement aborts at 10: [DELETE FROM message WHERE _id = ?] database disk image is malformed 11-28 10:25:59.792 14502 14546 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:25:59.792 14502 14502 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:25:59.806 1569 3673 D ShortcutService: Getting shortcuts for launcher= androiduser=0 pkg=org.thoughtcrime.securesms 11-28 10:25:59.808 14502 14537 D NotificationFactory: showing summary notification 11-28 10:25:59.811 14502 14537 D DefaultMessageNotifier: Cancelling orphaned notification: 50014 11-28 10:25:59.811 14502 14537 D NotificationCancellatio: cancel() called with: notificationId = [50014] 11-28 10:25:59.811 14502 14537 D NotificationCancellatio: cancelWithConversationSupport() called with: notificationId = [50014] 11-28 10:25:59.813 14502 14537 D NotificationCancellatio: isCancellable: bubbles not available or notification does not exist 11-28 10:25:59.813 14502 14537 D NotificationCancellatio: cancelLegacy() called with: notificationId = [50014] 11-28 10:25:59.820 8586 8586 I AiAiTextClassifier: (REDACTED) onDestroyTextClassificationSession = %s 11-28 10:25:59.821 14502 14537 E SQLiteLog: (267) statement aborts at 10: [UPDATE message SET notified_timestamp=? WHERE _id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] database disk image is malformed 11-28 10:25:59.821 14502 14537 W SqlCipherErrorHandler: Error handling already in progress, skipping. 11-28 10:25:59.822 14502 14537 E AndroidRuntime: FATAL EXCEPTION: signal-notifier 11-28 10:25:59.822 14502 14537 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14502 11-28 10:25:59.822 14502 14537 E AndroidRuntime: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:959) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at android.os.Looper.loop(Looper.java:317) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:85) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-28 10:25:59.822 14502 14537 E AndroidRuntime: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-28 10:25:59.822 14502 14537 W SignalUncaughtException: Some non-FTS related corruption? 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: android.database.sqlite.SQLiteDatabaseCorruptException: FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:818) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:758) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:90) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1871) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$updateWithOnConflict$16(SQLiteDatabase.java:404) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$qx1dYAO84QSSLaHe5_pqljq0bWk(SQLiteDatabase.java:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda13.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:404) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.update(SQLiteDatabase.java:261) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.signal.core.util.UpdateBuilderPart3.run(SQLiteDatabaseExtensions.kt:443) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.signal.core.util.UpdateBuilderPart3.run$default(SQLiteDatabaseExtensions.kt:442) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.MessageTable.setNotifiedTimestamp(MessageTable.kt:3850) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:220) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.v2.DefaultMessageNotifier.updateNotification(DefaultMessageNotifier.kt:113) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$5(OptimizedMessageNotifier.java:96) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$V2B9JeSERSHGkEFT7gkX75LmMWQ(OptimizedMessageNotifier.java:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda9.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$runOnLimiter$11(OptimizedMessageNotifier.java:125) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$-MIjf-WrxGixLkVgJydgA3vAOKE(OptimizedMessageNotifier.java:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda5.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at android.os.Handler.handleCallback(Handler.java:959) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at android.os.Handler.dispatchMessage(Handler.java:100) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at android.os.Looper.loop(Looper.java:317) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at android.os.HandlerThread.run(HandlerThread.java:85) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.runOnLimiter(OptimizedMessageNotifier.java:122) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.lambda$updateNotification$6(OptimizedMessageNotifier.java:96) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.$r8$lambda$d6urzoJ_ogKWsN-NLxWipq0_KNg(OptimizedMessageNotifier.java:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.runPostSuccessfulTransaction(SQLiteDatabase.java:152) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runPostSuccessfulTransaction(SignalDatabase.kt:272) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SignalDatabase.runPostSuccessfulTransaction(SignalDatabase.kt:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.notifications.OptimizedMessageNotifier.updateNotification(OptimizedMessageNotifier.java:95) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.messages.DataMessageProcessor.handleMediaMessage$lambda$7(DataMessageProcessor.kt:958) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.messages.DataMessageProcessor.$r8$lambda$f9-MPE2TJRRhN4OBIBoFEWVR0Ls(DataMessageProcessor.kt:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.messages.DataMessageProcessor$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.endTransaction(SQLiteDatabase.java:323) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SignalDatabase$Companion.runInTransaction(SignalDatabase.kt:32) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run$lambda$4(IncomingMessageObserver.kt:410) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.$r8$lambda$exhfWD8ZG9jlV0nAf5k-MEHOERQ(IncomingMessageObserver.kt:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread$$ExternalSyntheticLambda0.onMessageBatch(R8$$SyntheticClass:0) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:278) 11-28 10:25:59.822 14502 14537 E SignalUncaughtException: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-28 10:25:59.822 2046 2083 D PeopleSpaceWidgetMgr: No app widget ids returned 11-28 10:25:59.823 14796 14796 D Friday_SysNotificationListener: onNotificationRemoved() 11-28 10:25:59.831 8586 8694 I AiAiPeople: (REDACTED) [%d] fragments remain to process, dispatched event [%s] 11-28 10:25:59.835 8586 8645 D androidtc: Initializing SystemTextClassifier, type = System 11-28 10:25:59.839 8586 8586 I AiAiTextClassifier: (REDACTED) onCreateTextClassificationSession = %s 11-28 10:25:59.839 8586 8586 I AiAiTextClassifier: AiaiTextClassifierService.onSuggestConversationActions 11-28 10:25:59.846 14502 14556 I JobRunner: [JOB::dd34a06a-8007-47e3-8277-497e8b1c4207][SendDeliveryReceiptJob][4] Job finished with result SUCCESS in 330 ms. (Time Since Submission: 334 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:25:59.850 14502 14556 I JobRunner: [JOB::9ba7bead-8c3e-4028-be3b-71a23bee5c0f][SendDeliveryReceiptJob][4] Running job. (Time Since Submission: 316 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:25:59.856 14502 14556 I SealedSenderAccessUtil: Unidentified: 1, Other: 0 11-28 10:25:59.856 14502 14556 D SignalServiceMessageSender: [1732785959534] Sending a receipt. 11-28 10:25:59.869 8586 8586 I AiAiTextClassifier: (REDACTED) onDestroyTextClassificationSession = %s 11-28 10:25:59.879 8586 8645 D androidtc: Initializing SystemTextClassifier, type = System 11-28 10:25:59.880 8586 8586 I AiAiTextClassifier: (REDACTED) onDestroyTextClassificationSession = %s 11-28 10:25:59.882 8586 8586 I AiAiTextClassifier: (REDACTED) onCreateTextClassificationSession = %s 11-28 10:25:59.883 8586 8586 I AiAiTextClassifier: AiaiTextClassifierService.onSuggestConversationActions 11-28 10:25:59.884 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:59.896 14502 14554 D TrafficStats: tagSocket(209) with statsTag=0xffffffff, statsUid=-1 11-28 10:25:59.911 8586 8586 I AiAiTextClassifier: (REDACTED) onDestroyTextClassificationSession = %s 11-28 10:25:59.916 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:25:59.946 8586 8631 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 11-28 10:25:59.947 2046 2083 D PeopleSpaceWidgetMgr: No app widget ids returned 11-28 10:25:59.947 14796 14796 D Friday_SysNotificationListener: onNotificationPosted()::sbn.getPackageName() = org.thoughtcrime.securesms 11-28 10:25:59.949 14796 14796 D Friday_Util: [getBTAddressPerf:277] getBTAddressPerf->bt_address: 11-28 10:25:59.949 14796 14796 D Friday_MainService: isConnected() 11-28 10:25:59.949 14796 14796 D Friday_MainService: isConnected() 11-28 10:25:59.949 14796 14796 D Friday_Util: getBluetoothDevice = 11-28 10:25:59.949 2163 2175 I AdapterProperties: getBondedDevices: length=20 11-28 10:25:59.949 14796 14796 D Friday_MainService: isConnected() : result = false 11-28 10:25:59.949 14796 14796 D Friday_SysNotificationListener: onNotificationPosted():: Not connected 11-28 10:25:59.954 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:25:59.954 2046 2046 I ImeTracker: com.android.systemui:8b861465: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:25:59.954 2046 2046 I ImeTracker: com.android.systemui:8b861465: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:25:59.956 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:25:59.956 2046 2046 I ImeTracker: com.android.systemui:9350238b: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:25:59.956 2046 2046 I ImeTracker: com.android.systemui:9350238b: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:25:59.957 8586 8694 I AiAiPeople: (REDACTED) [%d] fragments remain to process, dispatched event [%s] 11-28 10:25:59.960 14796 14796 D Friday_SysNotificationListener: onNotificationPosted()::sbn.getPackageName() = org.thoughtcrime.securesms 11-28 10:25:59.961 14796 14796 D Friday_Util: [getBTAddressPerf:277] getBTAddressPerf->bt_address: 11-28 10:25:59.961 14796 14796 D Friday_MainService: isConnected() 11-28 10:25:59.961 14796 14796 D Friday_MainService: isConnected() 11-28 10:25:59.961 14796 14796 D Friday_Util: getBluetoothDevice = 11-28 10:25:59.962 2163 2175 I AdapterProperties: getBondedDevices: length=20 11-28 10:25:59.962 14796 14796 D Friday_MainService: isConnected() : result = false 11-28 10:25:59.962 14796 14796 D Friday_SysNotificationListener: onNotificationPosted():: Not connected 11-28 10:25:59.964 8586 8631 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 11-28 10:25:59.969 14502 14592 D ConversationListDataSou: [size(), UnarchivedConversationListDataSource, OFF] 1 ms 11-28 10:25:59.970 8586 8694 I AiAiPeople: (REDACTED) [%d] fragments remain to process, dispatched event [%s] 11-28 10:25:59.972 2046 2083 D PeopleSpaceWidgetMgr: No app widget ids returned 11-28 10:25:59.977 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:25:59.978 2046 2046 I ImeTracker: com.android.systemui:f6ea9e83: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:25:59.978 2046 2046 I ImeTracker: com.android.systemui:f6ea9e83: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:25:59.978 14502 14593 D ConversationListDataSou: [load(0, 45), UnarchivedConversationListDataSource, OFF] cursor: 8.43, cache-recipients: 0.14, recipient-resolve: 0.02, total: 8.59 11-28 10:25:59.988 14502 14546 I EmojiPageCache: Loading page EmojiPageRequest(emojiPage=Disk(uri=content://org.thoughtcrime.securesms/emoji/Nature), inSampleSize=1) 11-28 10:25:59.990 14502 14546 D EmojiFiles: Verifying all name files exist. 11-28 10:25:59.992 14502 14546 D EmojiFiles: All names exist? true 11-28 10:25:59.997 14502 14556 I JobRunner: [JOB::9ba7bead-8c3e-4028-be3b-71a23bee5c0f][SendDeliveryReceiptJob][4] Job finished with result SUCCESS in 147 ms. (Time Since Submission: 463 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:26:00.000 14502 14556 I JobRunner: [JOB::01aba1bc-9cb6-4e31-802a-3ab1360181a3][SendDeliveryReceiptJob][4] Running job. (Time Since Submission: 451 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:26:00.005 8586 8615 I AiAiEcho: (REDACTED) Predicting[%d]: %s 11-28 10:26:00.006 14502 14556 I SealedSenderAccessUtil: Unidentified: 1, Other: 0 11-28 10:26:00.006 14502 14556 D SignalServiceMessageSender: [1732785959549] Sending a receipt. 11-28 10:26:00.006 8586 8615 I AiAiEcho: (REDACTED) EchoTargets: %s 11-28 10:26:00.006 8586 8615 I AiAiEcho: Filtered by AiAi flag check: %s 11-28 10:26:00.009 8586 8615 I AiAiEcho: (REDACTED) #weatherTwiddler: Weather removes SubtitleSupplementalItem in surface: %s 11-28 10:26:00.009 8586 8615 I AiAiEcho: #remoteViewsTwiddler: feature disabled. 11-28 10:26:00.009 8586 8615 I AiAiEcho: (REDACTED) Predicting[%d]: %s 11-28 10:26:00.009 1569 1569 I AS.AudioService: shouldNotificationSoundPlay false: muted stream:5 attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null 11-28 10:26:00.010 1569 1569 D FlashNotifController: requestStartFlashNotification 11-28 10:26:00.010 1569 1569 I FlashNotifController: startFlashNotification: type=1, tag=android 11-28 10:26:00.010 1569 1569 D FlashNotifController: Flash notification is disabled 11-28 10:26:00.010 8586 8615 I AiAiEcho: (REDACTED) EchoTargets: %s 11-28 10:26:00.010 8586 8615 I AiAiEcho: Filtered by AiAi flag check: %s 11-28 10:26:00.012 8586 8615 I AiAiEcho: (REDACTED) #weatherTwiddler: Weather removes SubtitleSupplementalItem in surface: %s 11-28 10:26:00.012 8586 8615 I AiAiEcho: #remoteViewsTwiddler: feature disabled. 11-28 10:26:00.015 1569 1569 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:26:00.019 8586 8615 I AiAiEcho: (REDACTED) #postPredictionTargets: Sending updates to UISurface %s with targets# %s (types=[%s]) 11-28 10:26:00.022 14796 14796 D Friday_SysNotificationListener: onNotificationPosted()::sbn.getPackageName() = org.thoughtcrime.securesms 11-28 10:26:00.023 14796 14796 D Friday_Util: [getBTAddressPerf:277] getBTAddressPerf->bt_address: 11-28 10:26:00.023 14796 14796 D Friday_MainService: isConnected() 11-28 10:26:00.023 14796 14796 D Friday_MainService: isConnected() 11-28 10:26:00.023 14796 14796 D Friday_Util: getBluetoothDevice = 11-28 10:26:00.023 8586 8615 I AiAiEcho: (REDACTED) #postPredictionTargets: Sending updates to UISurface %s with targets# %s (types=[%s]) 11-28 10:26:00.023 8586 8631 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 11-28 10:26:00.024 2163 16461 I AdapterProperties: getBondedDevices: length=20 11-28 10:26:00.024 14796 14796 D Friday_MainService: isConnected() : result = false 11-28 10:26:00.024 14796 14796 D Friday_SysNotificationListener: onNotificationPosted():: Not connected 11-28 10:26:00.024 22016 22016 D SsBaseTemplateCard: No text view can be set up 11-28 10:26:00.025 22016 22016 I SsBaseTemplateCard: setFormattedContentDescription: text=41°F, iconDescription=Light rain, contentDescription=Light rain, 41°F 11-28 10:26:00.025 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:26:00.025 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:26:00.025 22016 22016 I SsBaseTemplateCard: Secondary card pane is null 11-28 10:26:00.026 2046 2046 I WeatherSmartspaceView: setFormattedContentDescription: text=41°F, iconDescription=Light rain, contentDescription=Light rain, 41°F 11-28 10:26:00.026 2046 2046 I WeatherData: Weather data parsed DRIZZLE ("Light rain") 41°F from Bundle[{description=Light rain, feedback_intent=null, explanation_intent=Supplier{VAL_PARCELABLE@148+1968}, is_gaia_linked_data=true, use_celsius=false, state=11, temperature=41}] 11-28 10:26:00.026 2046 2046 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page. 11-28 10:26:00.028 2046 2083 D PeopleSpaceWidgetMgr: No app widget ids returned 11-28 10:26:00.028 14796 14796 D Friday_SysNotificationListener: onNotificationPosted()::sbn.getPackageName() = org.thoughtcrime.securesms 11-28 10:26:00.029 14796 14796 D Friday_Util: [getBTAddressPerf:277] getBTAddressPerf->bt_address: 11-28 10:26:00.029 14796 14796 D Friday_MainService: isConnected() 11-28 10:26:00.029 14796 14796 D Friday_MainService: isConnected() 11-28 10:26:00.029 14796 14796 D Friday_Util: getBluetoothDevice = 11-28 10:26:00.029 8586 8631 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 11-28 10:26:00.030 2163 16461 I AdapterProperties: getBondedDevices: length=20 11-28 10:26:00.031 14796 14796 D Friday_MainService: isConnected() : result = false 11-28 10:26:00.031 14796 14796 D Friday_SysNotificationListener: onNotificationPosted():: Not connected 11-28 10:26:00.031 8586 8694 I AiAiPeople: (REDACTED) [%d] fragments remain to process, dispatched event [%s] 11-28 10:26:00.037 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:00.037 2046 2046 I ImeTracker: com.android.systemui:eb482aa9: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:00.037 2046 2046 I ImeTracker: com.android.systemui:eb482aa9: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:00.038 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:00.038 2046 2046 I ImeTracker: com.android.systemui:9d37609d: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:00.038 2046 2046 I ImeTracker: com.android.systemui:9d37609d: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:00.039 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:00.039 2046 2046 I ImeTracker: com.android.systemui:da0aa97f: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:00.039 2046 2046 I ImeTracker: com.android.systemui:da0aa97f: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:00.041 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:00.041 2046 2046 I ImeTracker: com.android.systemui:9df0338e: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:00.041 2046 2046 I ImeTracker: com.android.systemui:9df0338e: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:00.053 14502 14668 D ConversationListDataSou: [size(), UnarchivedConversationListDataSource, OFF] 0 ms 11-28 10:26:00.070 14502 14593 D ConversationListDataSou: [load(0, 45), UnarchivedConversationListDataSource, OFF] cursor: 15.94, cache-recipients: 0.42, recipient-resolve: 0.02, total: 16.39 11-28 10:26:00.074 14502 14671 D AvatarUtil: AvatarTarget: onLoadStarted 11-28 10:26:00.096 14502 14502 D AvatarUtil: AvatarTarget: onResourceReady 11-28 10:26:00.130 14502 14671 D AvatarUtil: AvatarTarget: onResourceReady 11-28 10:26:00.144 14502 14556 I JobRunner: [JOB::01aba1bc-9cb6-4e31-802a-3ab1360181a3][SendDeliveryReceiptJob][4] Job finished with result SUCCESS in 144 ms. (Time Since Submission: 595 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:26:00.146 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.146 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/424 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.146 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.146 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.146 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.146 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.146 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.146 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.146 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.147 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/424 11-28 10:26:00.147 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/424 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.147 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.147 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.147 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.147 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.147 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.147 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.147 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.147 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.147 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.147 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.147 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.createGroupViews(ConversationLayout.java:1135) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.bind(ConversationLayout.java:546) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.lambda$setDataAsync$6(ConversationLayout.java:489) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.$r8$lambda$UpZBe4fK3Mkpi3PiVi3N-_ZXrKc(Unknown Source:0) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout$$ExternalSyntheticLambda10.run(D8$$SyntheticClass:0) 11-28 10:26:00.147 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.147 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.147 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.147 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.147 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.147 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.147 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.147 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.147 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/469 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.147 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.147 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.147 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.147 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.147 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.147 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.147 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.148 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/469 11-28 10:26:00.148 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/469 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.148 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.148 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.148 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.148 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.148 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.createGroupViews(ConversationLayout.java:1135) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.bind(ConversationLayout.java:546) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.lambda$setDataAsync$6(ConversationLayout.java:489) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.$r8$lambda$UpZBe4fK3Mkpi3PiVi3N-_ZXrKc(Unknown Source:0) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout$$ExternalSyntheticLambda10.run(D8$$SyntheticClass:0) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.148 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.148 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.148 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.148 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/281 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.148 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.148 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.148 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.148 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.148 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.148 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.148 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.148 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/281 11-28 10:26:00.148 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/281 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.148 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.148 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.148 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.148 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.148 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.148 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.createGroupViews(ConversationLayout.java:1135) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.bind(ConversationLayout.java:546) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.lambda$setDataAsync$6(ConversationLayout.java:489) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.$r8$lambda$UpZBe4fK3Mkpi3PiVi3N-_ZXrKc(Unknown Source:0) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout$$ExternalSyntheticLambda10.run(D8$$SyntheticClass:0) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.148 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.148 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.148 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.148 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.148 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.154 14502 14556 I JobRunner: [JOB::b1f563dc-545f-4d72-8ec5-cb961999ee20][SendDeliveryReceiptJob][4] Running job. (Time Since Submission: 588 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:26:00.159 14502 14556 I SealedSenderAccessUtil: Unidentified: 1, Other: 0 11-28 10:26:00.159 14502 14556 D SignalServiceMessageSender: [1732785959566] Sending a receipt. 11-28 10:26:00.237 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:00.238 2046 2046 I ImeTracker: com.android.systemui:7b630a05: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:00.238 2046 2046 I ImeTracker: com.android.systemui:7b630a05: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:00.262 14502 14671 D AvatarUtil: AvatarTarget: onResourceReady 11-28 10:26:00.297 14502 14556 I JobRunner: [JOB::b1f563dc-545f-4d72-8ec5-cb961999ee20][SendDeliveryReceiptJob][4] Job finished with result SUCCESS in 143 ms. (Time Since Submission: 731 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::270) 11-28 10:26:00.303 14502 14556 I JobRunner: [JOB::6228292a-6948-43db-857a-1601627bee9e][SendDeliveryReceiptJob][4] Running job. (Time Since Submission: 722 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:26:00.309 14502 14556 I SealedSenderAccessUtil: Unidentified: 1, Other: 0 11-28 10:26:00.309 14502 14556 D SignalServiceMessageSender: [1732785959581] Sending a receipt. 11-28 10:26:00.314 14502 14671 D AvatarUtil: AvatarTarget: onResourceReady 11-28 10:26:00.327 864 2508 I bthal.activity: bt_power: LeAdvStat: 10:25:41:173 - 10:26:00:327, duration: 19153, le_adv_count: 110, total_le_adv_count: 229978, total_event_count: 322337 11-28 10:26:00.330 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.330 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/424 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.330 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.330 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.330 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.330 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.330 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.330 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.330 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.331 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/424 11-28 10:26:00.331 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/424 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.331 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.331 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.331 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.331 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.331 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.331 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.331 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.331 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.331 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.331 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.331 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.createGroupViews(ConversationLayout.java:1135) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.bind(ConversationLayout.java:546) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.lambda$setDataAsync$6(ConversationLayout.java:489) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.$r8$lambda$UpZBe4fK3Mkpi3PiVi3N-_ZXrKc(Unknown Source:0) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout$$ExternalSyntheticLambda10.run(D8$$SyntheticClass:0) 11-28 10:26:00.331 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.331 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.331 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.331 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.331 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.331 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.331 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.331 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.331 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/469 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.331 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.331 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.331 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.331 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.331 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.331 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.331 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.332 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/469 11-28 10:26:00.332 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/469 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.332 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.332 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.332 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.332 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.332 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.createGroupViews(ConversationLayout.java:1135) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.bind(ConversationLayout.java:546) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.lambda$setDataAsync$6(ConversationLayout.java:489) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.$r8$lambda$UpZBe4fK3Mkpi3PiVi3N-_ZXrKc(Unknown Source:0) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout$$ExternalSyntheticLambda10.run(D8$$SyntheticClass:0) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.332 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.332 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.332 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.332 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/281 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.332 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.332 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.332 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.332 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.332 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.332 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.332 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.332 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/281 11-28 10:26:00.332 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/281 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.332 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.332 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.332 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.332 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.332 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.332 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.createGroupViews(ConversationLayout.java:1135) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.bind(ConversationLayout.java:546) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.lambda$setDataAsync$6(ConversationLayout.java:489) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.$r8$lambda$UpZBe4fK3Mkpi3PiVi3N-_ZXrKc(Unknown Source:0) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout$$ExternalSyntheticLambda10.run(D8$$SyntheticClass:0) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.332 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.332 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.332 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.332 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.332 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.338 14502 14671 D AvatarUtil: AvatarTarget: onLoadFailed 11-28 10:26:00.362 14502 14682 D AvatarUtil: AvatarTarget: onLoadStarted 11-28 10:26:00.368 14502 14502 D AvatarUtil: AvatarTarget: onResourceReady 11-28 10:26:00.406 2046 2046 W TouchableRegionManager: onHeadsUpPinnedModeChanged 11-28 10:26:00.411 1569 3132 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@eea5213, mPriority=0, mIsAnimationCallback=false} 11-28 10:26:00.415 1569 3673 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 11-28 10:26:00.423 14502 14507 I crime.securesms: Background concurrent mark compact GC freed 104MB AllocSpace bytes, 161(7452KB) LOS objects, 75% free, 31MB/127MB, paused 4.045ms,1.304ms total 173.537ms 11-28 10:26:00.424 8586 8694 I AiAiPeople: (REDACTED) [%d] fragments remain to process, dispatched event [%s] 11-28 10:26:00.432 14502 14682 D AvatarUtil: AvatarTarget: onLoadStarted 11-28 10:26:00.444 14502 14556 I JobRunner: [JOB::6228292a-6948-43db-857a-1601627bee9e][SendDeliveryReceiptJob][4] Job finished with result SUCCESS in 141 ms. (Time Since Submission: 863 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: RecipientId::279) 11-28 10:26:00.445 14502 14556 I JobRunner: [JOB::fcff268f-986e-4de1-be3f-bd630662335c][OptimizeMessageSearchIndexJob][4] Running job. (Time Since Submission: 672 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:26:00.446 538 538 W gralloc4: Unable to set buffer name VRI[NotificationShade]#4489(BLAST Consumer)4489: File name too long 11-28 10:26:00.447 538 538 W gralloc4: Unable to set buffer name VRI[NotificationShade]#4489(BLAST Consumer)4489: File name too long 11-28 10:26:00.447 538 538 W gralloc4: Unable to set buffer name VRI[NotificationShade]#4489(BLAST Consumer)4489: File name too long 11-28 10:26:00.449 538 538 W gralloc4: Unable to set buffer name VRI[NotificationShade]#4489(BLAST Consumer)4489: File name too long 11-28 10:26:00.453 538 538 W gralloc4: Unable to set buffer name VRI[NotificationShade]#4489(BLAST Consumer)4489: File name too long 11-28 10:26:00.468 14502 14502 D AvatarUtil: AvatarTarget: onResourceReady 11-28 10:26:00.470 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.470 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/281 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.470 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.470 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.470 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.470 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.470 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.470 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.470 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.470 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/281 11-28 10:26:00.470 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/281 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.470 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.470 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.470 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.470 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.470 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.470 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.470 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.470 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.470 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.470 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.470 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.widget.MessagingLayout.createGroupViews(MessagingLayout.java:495) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.widget.MessagingLayout.bind(MessagingLayout.java:267) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.widget.MessagingLayout.lambda$setDataAsync$1(MessagingLayout.java:222) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.widget.MessagingLayout.$r8$lambda$d7Zmu59ag9tQtY_agOjOVDrcfBs(Unknown Source:0) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.widget.MessagingLayout$$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0) 11-28 10:26:00.470 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.470 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.470 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.470 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.470 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.470 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.470 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.491 1569 3132 D SystemServerTiming: getUserSwitchability-0 11-28 10:26:00.491 1569 3132 D SystemServerTiming: TM.isInCall 11-28 10:26:00.491 1569 3132 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:26:00.491 1569 3132 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:26:00.491 1569 3132 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:26:00.492 1569 1965 D SystemServerTiming: getUserSwitchability-0 11-28 10:26:00.492 1569 1965 D SystemServerTiming: TM.isInCall 11-28 10:26:00.492 1569 1965 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH 11-28 10:26:00.492 1569 1965 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED 11-28 10:26:00.492 1569 1965 D SystemServerTiming: isUserUnlocked-USER_SYSTEM 11-28 10:26:00.502 2046 2046 D DLObserver: add listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@838d2cd 11-28 10:26:00.502 2046 2046 D DLObserver: add listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@7fa6782 11-28 10:26:00.508 2046 2046 D BiometricsRepositoryImpl: currentUser authFlags changed, new value: AuthenticationFlags(userId=0, flag=0) 11-28 10:26:00.508 2046 2046 D DLObserver: onDockEvent mDockState = 0 11-28 10:26:00.508 2046 2046 D DLObserver: add listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@6b79ce 11-28 10:26:00.509 2046 2046 D BiometricsRepositoryImpl: currentUser authFlags changed, new value: AuthenticationFlags(userId=0, flag=0) 11-28 10:26:00.509 2046 2046 D DLObserver: onDockEvent mDockState = 0 11-28 10:26:00.509 2046 2046 D DLObserver: add listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@792f7fc 11-28 10:26:00.509 2046 2046 D DLObserver: add listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@a0a8e85 11-28 10:26:00.509 2046 2046 D DLObserver: add listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@dc964da 11-28 10:26:00.509 2046 2046 D BiometricsRepositoryImpl: currentUser authFlags changed, new value: AuthenticationFlags(userId=0, flag=0) 11-28 10:26:00.511 2046 2046 D DLObserver: onDockEvent mDockState = 0 11-28 10:26:00.511 2046 2046 D BiometricsRepositoryImpl: currentUser authFlags changed, new value: AuthenticationFlags(userId=0, flag=0) 11-28 10:26:00.511 2046 2046 D DLObserver: onDockEvent mDockState = 0 11-28 10:26:00.511 2046 2046 D BiometricsRepositoryImpl: currentUser authFlags changed, new value: AuthenticationFlags(userId=0, flag=0) 11-28 10:26:00.511 2046 2046 D DLObserver: onDockEvent mDockState = 0 11-28 10:26:00.511 2046 2046 D BiometricsRepositoryImpl: currentUser authFlags changed, new value: AuthenticationFlags(userId=0, flag=0) 11-28 10:26:00.511 2046 2046 D DLObserver: onDockEvent mDockState = 0 11-28 10:26:00.512 2180 17240 I AdaptiveHaptics: Request params from server: typesMask=2, deadlineElapsedRealtimeMilli=50 11-28 10:26:00.512 2046 2083 D ControlsListingControllerImpl: Subscribing callback, service count: 1 11-28 10:26:00.513 2046 2083 D ControlsListingControllerImpl: Subscribing callback, service count: 1 11-28 10:26:00.513 2046 2083 D ControlsListingControllerImpl: Subscribing callback, service count: 1 11-28 10:26:00.514 14502 14682 D AvatarUtil: AvatarTarget: onResourceReady 11-28 10:26:00.566 14502 14512 E DatabaseUtils: Writing exception to parcel 11-28 10:26:00.566 14502 14512 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/265 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.566 14502 14512 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:1023) 11-28 10:26:00.566 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:818) 11-28 10:26:00.566 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceFilePermission(ContentProvider.java:808) 11-28 10:26:00.566 14502 14512 E DatabaseUtils: at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:667) 11-28 10:26:00.566 14502 14512 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:341) 11-28 10:26:00.566 14502 14512 E DatabaseUtils: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:00.566 14502 14512 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:00.567 2046 2046 W Icon : Unable to load image from URI: content://org.thoughtcrime.securesms.avatar/avatar/265 11-28 10:26:00.567 2046 2046 W Icon : java.lang.SecurityException: Permission Denial: reading org.thoughtcrime.securesms.providers.AvatarProvider uri content://org.thoughtcrime.securesms.avatar/avatar/265 from pid=2046, uid=10240 requires the provider be exported, or grantUriPermission() 11-28 10:26:00.567 2046 2046 W Icon : at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.Parcel.createException(Parcel.java:3226) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.Parcel.readException(Parcel.java:3209) 11-28 10:26:00.567 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:203) 11-28 10:26:00.567 2046 2046 W Icon : at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:166) 11-28 10:26:00.567 2046 2046 W Icon : at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:814) 11-28 10:26:00.567 2046 2046 W Icon : at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2043) 11-28 10:26:00.567 2046 2046 W Icon : at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1858) 11-28 10:26:00.567 2046 2046 W Icon : at android.content.ContentResolver.openInputStream(ContentResolver.java:1528) 11-28 10:26:00.567 2046 2046 W Icon : at android.graphics.drawable.Icon.getUriInputStream(Icon.java:533) 11-28 10:26:00.567 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:497) 11-28 10:26:00.567 2046 2046 W Icon : at android.graphics.drawable.Icon.loadDrawable(Icon.java:373) 11-28 10:26:00.567 2046 2046 W Icon : at android.widget.ImageView.setImageIcon(ImageView.java:623) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setAvatar(MessagingGroup.java:254) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.widget.MessagingGroup.setSender(MessagingGroup.java:216) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.createGroupViews(ConversationLayout.java:1135) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.bind(ConversationLayout.java:546) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.lambda$setDataAsync$6(ConversationLayout.java:489) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout.$r8$lambda$UpZBe4fK3Mkpi3PiVi3N-_ZXrKc(Unknown Source:0) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.widget.ConversationLayout$$ExternalSyntheticLambda10.run(D8$$SyntheticClass:0) 11-28 10:26:00.567 2046 2046 W Icon : at android.widget.RemoteViews$RunnableAction.apply(RemoteViews.java:2752) 11-28 10:26:00.567 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6318) 11-28 10:26:00.567 2046 2046 W Icon : at android.widget.RemoteViews$AsyncApplyTask.onPostExecute(RemoteViews.java:6241) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.AsyncTask.finish(AsyncTask.java:771) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:00.567 2046 2046 W Icon : at android.os.Looper.loop(Looper.java:317) 11-28 10:26:00.567 2046 2046 W Icon : at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:00.567 2046 2046 W Icon : at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:00.567 2046 2046 W Icon : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:00.758 14502 14556 D SearchTable: Took 310 ms and 10 iterations across 2 batches to optimize. Of that time, 210 ms were spent actually working (~105 ms/batch). The rest was spent sleeping. 11-28 10:26:00.762 14502 14556 I JobRunner: [JOB::fcff268f-986e-4de1-be3f-bd630662335c][OptimizeMessageSearchIndexJob][4] Job finished with result SUCCESS in 317 ms. (Time Since Submission: 989 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:26:00.763 14502 14556 I JobRunner: [JOB::b453108b-22f2-45f8-83ac-a777066505c7][OptimizeMessageSearchIndexJob][4] Running job. (Time Since Submission: 987 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:26:00.797 14502 14554 I AttachmentTable: [finalizeAttachmentAfterDownload] Finalizing downloaded data for AttachmentId::47784. (MessageId: 288332, AttachmentId::47784) 11-28 10:26:00.808 14502 14554 D AttachmentTable: [finalizeAttachmentAfterDownload] AttachmentId::47784 has all-zero padding. Digest is good. 11-28 10:26:00.818 14502 14556 D SearchTable: Took 51 ms and 0 iterations across 1 batches to optimize. Of that time, 1 ms were spent actually working (~1 ms/batch). The rest was spent sleeping. 11-28 10:26:00.819 14502 14556 I JobRunner: [JOB::b453108b-22f2-45f8-83ac-a777066505c7][OptimizeMessageSearchIndexJob][4] Job finished with result SUCCESS in 56 ms. (Time Since Submission: 1043 ms, Lifespan: Immortal, Run Attempt: 1/5, Queue: OptimizeMessageSearchIndexJob) 11-28 10:26:00.859 14502 14554 I AttachmentTable: [finalizeAttachmentAfterDownload] Finalized downloaded data for AttachmentId::47784. (MessageId: 288332, AttachmentId::47784) 11-28 10:26:00.860 14502 14554 D LeakyBucketLimiter: Overflowed! 11-28 10:26:00.861 14502 14554 I JobRunner: [JOB::c90e4d40-1be9-499a-9bd2-56f1595b02f0][AttachmentDownloadJob][2] Job finished with result SUCCESS in 1119 ms. (Time Since Submission: 1325 ms, Lifespan: 86400000 ms, Run Attempt: 1/Unlimited, Queue: AttachmentDownloadJob-47784) 11-28 10:26:00.863 14502 14668 D ConversationListDataSou: [size(), UnarchivedConversationListDataSource, OFF] 0 ms 11-28 10:26:00.863 1356 1356 D Vibrator: Took 0 ms to wait for the actuator activation. 11-28 10:26:00.904 14502 14593 D ConversationListDataSou: [load(0, 45), UnarchivedConversationListDataSource, OFF] cursor: 41.61, cache-recipients: 0.12, recipient-resolve: 0.02, total: 41.75 11-28 10:26:00.918 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:00.920 8586 8694 I AiAiPeople: (REDACTED) [%d] fragments remain to process, dispatched event [%s] 11-28 10:26:00.925 1356 14688 D Vibrator: waitForComplete: Vibrator is already off 11-28 10:26:00.957 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:01.429 868 908 D CHRE : @ 415757.860: [ActivityPlatform] type 4, confidence 68 11-28 10:26:01.531 1356 14689 D Vibrator: waitForComplete: Vibrator is already off 11-28 10:26:01.698 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:01.699 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:01.699 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:01.700 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10161} in 2ms 11-28 10:26:01.700 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:01.701 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:01.701 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20161} in 1ms 11-28 10:26:01.714 14502 14532 D LogDatabase: [trim] keepers-size: 62, binary-search: 853, delete: 212, total: 1128 11-28 10:26:01.742 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-2ms what=1 obj=b38e4215-9748-498e-8c50-969ec904ccae target=qea } 11-28 10:26:01.742 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable b38e4215-9748-498e-8c50-969ec904ccae start 11-28 10:26:01.743 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:26:01.743 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:26:01.745 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.747 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.749 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:26:01.750 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:26:01.751 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.752 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:26:01.752 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:26:01.754 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:26:01.754 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:26:01.754 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:26:01.755 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 1ms 11-28 10:26:01.755 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:26:01.755 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:26:01.755 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:01.755 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:26:01.755 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:26:01.755 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:26:01.755 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:26:01.755 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 10000 11-28 10:26:01.756 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID 2092465e-14a9-4bad-9c28-e9456b84afa8 11-28 10:26:01.756 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration 2092465e-14a9-4bad-9c28-e9456b84afa8 in 10000 ms 11-28 10:26:01.756 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration b38e4215-9748-498e-8c50-969ec904ccae 11-28 10:26:01.756 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:01.758 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:01.759 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:01.761 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:01.762 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:01.764 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.765 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.766 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:01.767 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.769 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.771 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.772 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:01.772 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:01.774 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:01.775 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:01.777 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:01.778 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:01.779 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.781 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.781 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:01.783 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.784 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.786 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.788 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.790 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.792 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:01.848 14502 14537 I JobManager: Successfully flushed. 11-28 10:26:01.853 1569 14690 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2 11-28 10:26:01.854 1569 2036 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.RoutingActivity 11-28 10:26:01.854 2046 2065 V WindowManagerShell: Transition requested (#4391): android.os.BinderProxy@9876ceb TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4391 } 11-28 10:26:01.857 14502 14537 I Process : Sending signal. PID: 14502 SIG: 9 11-28 10:26:01.859 22016 22016 I TopTaskTracker: onTaskMovedToFront: (moved taskInfo to front) taskId=47753, baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.apps.nexuslauncher/.NexusLauncherActivity } 11-28 10:26:01.860 1569 1691 D CompatChangeReporter: Compat change id reported: 296060945; UID 10148; state: ENABLED 11-28 10:26:01.861 535 535 I BpBinder: onLastStrongRef automatically unlinking death recipients: 11-28 10:26:01.937 1569 3132 I ActivityManager: Process org.thoughtcrime.securesms (pid 14502) has died: fg TOP 11-28 10:26:01.937 1569 3411 I WindowManager: WIN DEATH: Window{7905d35 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} 11-28 10:26:01.937 1569 3411 W InputManager-JNI: Input channel object '7905d35 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity (client)' was disposed without first being removed with the input manager! 11-28 10:26:01.938 621 621 W powerhal-libperfmgr: sched_setattr failed for thread 14598, err=3 11-28 10:26:01.938 621 621 W powerhal-libperfmgr: sched_setattr failed for thread 14599, err=3 11-28 10:26:01.938 621 621 W powerhal-libperfmgr: sched_setattr failed for thread 14559, err=3 11-28 10:26:01.938 1569 2207 I MediaSessionStack: removeSession | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) 11-28 10:26:01.938 1569 2199 I ImeTracker: org.thoughtcrime.securesms:44259d3a: onRequestHide at ORIGIN_SERVER reason HIDE_REMOVE_CLIENT fromUser false 11-28 10:26:01.938 1569 2207 D MediaSessionService: destroySessionLocked: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/342 (userId=0) 11-28 10:26:01.938 1569 1946 D ConnectivityService: releasing NetworkRequest [ REQUEST id=36671, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] (release request) 11-28 10:26:01.938 1569 2199 I ImeTracker: org.thoughtcrime.securesms:44259d3a: onCancelled at PHASE_SERVER_SHOULD_HIDE 11-28 10:26:01.939 1569 1946 D ConnectivityService: releasing NetworkRequest [ REQUEST id=36673, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] (release request) 11-28 10:26:01.939 1569 3132 W ActivityManager: Scheduling restart of crashed service org.thoughtcrime.securesms/.messages.IncomingMessageObserver$BackgroundService in 107122ms for start-requested 11-28 10:26:01.939 1569 3132 W ActivityManager: Scheduling restart of crashed service org.thoughtcrime.securesms/.jobmanager.JobSchedulerScheduler$SystemService in 147122ms for connection 11-28 10:26:01.939 1569 1716 I libprocessgroup: Removed cgroup /sys/fs/cgroup/uid_10269/pid_14502 11-28 10:26:01.940 846 846 I Zygote : Process 14502 exited due to signal 9 (Killed) 11-28 10:26:01.941 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:26:01.944 1569 1695 W ActivityManager: setHasOverlayUi called on unknown pid: 14502 11-28 10:26:01.944 1569 1705 W ActivityManager: Rescheduling restart of crashed service com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 7117ms for mem-pressure-event 11-28 10:26:01.944 1569 1705 W ActivityManager: Rescheduling restart of crashed service com.samsung.accessory.neobeanmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 27117ms for mem-pressure-event 11-28 10:26:01.944 1569 1705 W ActivityManager: Rescheduling restart of crashed service org.thoughtcrime.securesms/.messages.IncomingMessageObserver$BackgroundService in 47117ms for mem-pressure-event 11-28 10:26:01.944 1569 1705 W ActivityManager: Rescheduling restart of crashed service org.thoughtcrime.securesms/.jobmanager.JobSchedulerScheduler$SystemService in 67117ms for mem-pressure-event 11-28 10:26:01.946 22016 22016 D StatsLog: LAUNCHER_ONRESUME 11-28 10:26:01.943 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: false 11-28 10:26:01.947 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:26:01.949 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:26:01.949 3297 3833 D ForegroundUtils: UID: 10269 is in foreground: false 11-28 10:26:01.949 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:26:01.949 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:26:01.949 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:26:01.949 3297 3833 D ForegroundUtils: UID: 10269 deleted. 11-28 10:26:01.951 22016 22016 D NexusLauncherModelDelegate: notifySmartspaceEvent: SmartspaceTargetEvent{mSmartspaceTarget=null, mSmartspaceActionId='null', mEventType=6} 11-28 10:26:01.951 8586 8615 I AiAiEcho: (REDACTED) Predicting[%d]: %s 11-28 10:26:01.951 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:26:01.951 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:26:01.952 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 23 11-28 10:26:01.954 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:01.955 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:01.955 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10269} in 1ms 11-28 10:26:01.956 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:01.956 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:01.956 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20269} in 1ms 11-28 10:26:01.957 8586 8615 I AiAiEcho: (REDACTED) EchoTargets: %s 11-28 10:26:01.957 8586 8615 I AiAiEcho: Filtered by AiAi flag check: %s 11-28 10:26:01.957 1569 2036 W ParceledListSlice: Element #9 is 18032 bytes. 11-28 10:26:01.957 8586 8615 I AiAiEcho: (REDACTED) #weatherTwiddler: Weather removes SubtitleSupplementalItem in surface: %s 11-28 10:26:01.957 8586 8615 I AiAiEcho: #remoteViewsTwiddler: feature disabled. 11-28 10:26:01.958 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:01.960 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:01.961 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:01.963 22016 22034 D QuickstepModelDelegate: notifyAppTargetEvent action=1 launchLocation= 11-28 10:26:01.964 8586 8615 I AiAiEcho: (REDACTED) #postPredictionTargets: Sending updates to UISurface %s with targets# %s (types=[%s]) 11-28 10:26:01.966 22016 22016 D BaseDepthController: setSurface: 11-28 10:26:01.966 22016 22016 D BaseDepthController: mWaitingOnSurfaceValidity: false 11-28 10:26:01.966 22016 22016 D BaseDepthController: mSurface: Surface(name=com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity)/@0x53b72ec 11-28 10:26:01.973 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#64(BLAST Consumer)64: File name too long 11-28 10:26:01.973 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:26:01.974 2163 2163 I bluetooth: system/btif/avrcp/avrcp_service.cc:537 SendMediaUpdate: track_changed=false : play_state=true : queue=false 11-28 10:26:01.974 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:26:01.974 2163 2488 W avrcp : system/profile/avrcp/device.cc:1785 HandlePlayPosUpdate: Device is not registered for play position updates 11-28 10:26:01.974 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:01.974 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:01.974 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:26:01.977 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:26:01.978 1569 1863 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@7c64c8ea does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:26:01.978 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: queryLength=0 size=45 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack line level line in line out recording processing,input_query=android.app.search.Query@8577ae3,group_id=web415756260,zero_state_cache=[B@342ace0,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack line level line in line out recording processing searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c2fcd8bc-5c22-4ade-84d7-8b1975c82116 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mutable instruments rings clone,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=mutable instruments rings clone searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 70a8b48a-f665-4dd5-a577-1f372f00680f 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=after later monsoon vs cumulus,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=after later monsoon vs cumulus searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 6cf8adbb-6bdc-4cb9-bead-de9937118d29 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=after later audio rings,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=after later audio rings searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: b4c22032-7e5b-4b6f-8383-8fab0cf8b167 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mua,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=mua searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: f82625ce-dafd-421f-a7f0-424f68614917 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=befaco plethora techno,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=befaco plethora techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 95fb916d-fc7f-473d-8dfc-cd0ac6309ba5 11-28 10:26:01.980 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#64(BLAST Consumer)64: File name too long 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=befaco percall techno,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=befaco percall techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 9fd85e0e-30a0-4813-aac6-a2be4bb657d9 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=torso s4 techno,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=torso s4 techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 2ba91918-06ac-4d49-b201-c1a8e7bc0b24 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=morphagene,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=morphagene searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c9d8e551-3429-45a5-8ce5-5adc93f6358d 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=winter storm warning,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=winter storm warning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 847c0b50-4dc0-48c1-91cb-af189c7b66f5 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=metal fetishist,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=metal fetishist searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c36c7a93-a235-4ee2-ae08-11cb77b5f075 11-28 10:26:01.980 2298 2298 I SHANNON_IMS: 0531 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947587 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=behringer batumi,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=behringer batumi searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 6bedeabf-c581-4a0b-bf76-98e2b420db0c 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=fl studio templates song form arrangement,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=fl studio templates song form arrangement searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 3a3b744f-fb0d-4afa-8b32-0e7c1af36529 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=signal crashes android,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=signal crashes android searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 3e8dfb61-5633-4637-8e16-5a04939b9dcb 11-28 10:26:01.980 2298 2298 I SHANNON_IMS: 0532 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947587/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit meris lvx,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit meris lvx searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 43bde0d2-d8f9-46bd-8356-d91dbdf129eb 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=signal crashing android,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=signal crashing android searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: b2702ab0-fff3-491a-a2f2-c8a20371274a 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=buy oxytocin europe peptides,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=buy oxytocin europe peptides searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: a7610a49-6664-4a4d-8bc0-f730e39912fc 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack tx6,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack tx6 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 8612bbcb-4e67-49c2-a54b-1fe15d3532d8 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=2400 euro to usd,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=2400 euro to usd searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 25b8f7ef-3891-4710-995f-c313e394dc9a 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack sources for ambient,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack sources for ambient searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: bc9f7517-b2d2-4675-9705-d964f128d7f8 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=qibit stardust review,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=qibit stardust review searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 813a236c-1e9c-4d4f-998e-3414721938a5 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit meris reverb delay,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit meris reverb delay searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 36b3ceb4-8140-4d1c-bede-5260d9bc2eab 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=kma cirrus,,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=kma cirrus, searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 1e05c068-a429-4ae0-b69a-a93795d6b5f4 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=best ambient pedals reddit,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=best ambient pedals reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 13261a12-2889-44c8-9d5b-0aacc71900c1 11-28 10:26:01.980 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=buy empress echosystem,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=buy empress echosystem searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: e23c363c-8853-48ea-8547-f01f2f3d6d02 11-28 10:26:01.980 2298 2298 I SHANNON_IMS: 0534 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit delay reverb pedal for ambient music,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit delay reverb pedal for ambient music searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 4c6f7ef6-2823-4401-8d99-a7fe9d009249 11-28 10:26:01.981 2298 2298 I SHANNON_IMS: 0535 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=pedals like chroma console,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=pedals like chroma console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 949058c8-b490-4e9d-9819-ea1d930b9f02 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=get logs with android sdk platform tools,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=get logs with android sdk platform tools searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 65f43ae6-3e1f-4fb8-806b-87b32dbd2460 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=teenage engineering ground lift,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=teenage engineering ground lift searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 9bbe5a31-c3e7-42b5-8f27-b570c99ba256 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit synth ground loop cable box,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit synth ground loop cable box searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 1d79ea44-ac73-49b2-b7f8-ab6f1427fef1 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=daily horoscopes for november 27 2024,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=daily horoscopes for november 27 2024 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 3f316443-8ba8-45f5-bdaf-80f3e676dc55 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=today wordle answer,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=today wordle answer searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: d188cf5a-3089-4e70-b45c-1b803796e4ae 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=dollar general thanksgiving hours,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=dollar general thanksgiving hours searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 81eea5aa-e853-4eba-9599-c3a98f3fa687 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=best streamers,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=best streamers searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: a038cddd-93a4-4967-b5a7-bca1a45196db 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=queen never cry meme origin,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=queen never cry meme origin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 5c3a1e6f-2d78-44db-aa3c-90a5d6845815 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=college football playoff rankings,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=college football playoff rankings searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: d859390a-2ebe-4cd1-8443-77abe47056f8 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin price,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=bitcoin price searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: f5e224c7-af42-4c9c-8273-ff6fd1064a23 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=ripple xrp,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=ripple xrp searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 2b2d0d1b-6658-4ad1-b617-183bc963d16b 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=aurora borealis northern lights forecast,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=aurora borealis northern lights forecast searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 1078dda0-0d55-4f93-b717-d467605673fd 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAG4AbgMBIgACEQEDEQH/xAAcAAACAwEBAQEAAAAAAAAAAAAFBgMEBwABAgj/xABDEAACAQIEAwUFAwkFCQAAAAABAgMEEQAFEiEGEzEHIkFRYRRxgZHBI0KhFTJSorGywtHhJTNDYoIWJERjcnOS4vH/xAAZAQADAQEBAAAAAAAAAAAAAAABAgMABAX/xAAgEQACAgIDAQADAAAAAAAAAAAAAQIRITEDEkEiBBNC/9oADAMBAAIRAxEAPwDccdjsdjGOx2Ox2MY7HY7HYxjsAuMB/ZT+dsHcA+LhfK39ATgx2B6BWTf8Sf8AmfRce5y39nVFuug2x5lJt7RfYcz+EYiz4sMkzBlNn5D2PlthpGiKWTVecVL1dLw9BCyhwKmrmNkhNvzR5tve2J8xHFVGOZBm9LM4FzEY9Ia3gD4YoZPxC2U8LU1NSUReSTVNJrYgDUSbsQCbkW28reYxQq+Is1mhieKg5IlYrzXXWtwAbKLg3sR1HzxzOTs7IccayPPCmdJn+V+0CLkSxSNDUQeKSDqD+344MyEAbkD3nCj2eGVUzRpheWaoWUjTp30BTtc7d3r6/NuKX3fc/sxWznqmNGOxFTSrNTRyo6urqGDKQQfUWxFGXqlniqYUVAdFlctqFh6C3XBEIazM44Tpj0k/pMbD+uM24h7SEmzRcry7M4o31abxDdm8tXQfO+FztWoYuGJ5loOfzawhYXkbU0aEEtoPXzF+v7TlDylLWTlld1Om2GS9AzfoONc9pgA8kc4A/wARB+0WwTpe0uKnnjizqk5ayDaWDcL71P0+WMryzMKiqoYahZ33/OF79Bv19bfPHxmFTC0qSVsyDlrezMF1Dy+eKdUxbo/ROUZ1lucxGTLKyKoUfnBTuvvB3GKnFqa8re/Sx2+GPz1l/GU2S5vDXZfJEBE/92i6VkTxU7CwP9euN4nzSLPeEaXNIFKR1UAlCE3K3G4+BwnWmG7RVylR9v12ewuendGOzdDJltVGrhC0ZGoqDp9bHbHuVkfb/wDX/CMdmgvQ1N+nLONMMMNMTZTRZblawXiURBlPLH958uvuws1VfUpMkUupqWE61pyqhlB+8R1v1PxwxcQcH5rLR0mZ0kXPjbvyRKTqUeFh7rYV6uesr6409OgkZ1KctQb/ABxyuDO+PMqHjs+0VMtbWxL9mFWINfx3JH7PnhvdvBQWPjbwwF4Ny6DLciho4HDGNiJyuxMu2q/09AN8HSAFAAAHliqVKjllLs7Mz7OKjPMl4qgyJqiaehkZpacajymS45m3gRfVa/X341fMM4hydJp6tW5L1SxGRbERlggUt42uQLi9r77b4/KWT5rmGSZ1TZnFJKKmlkWVRITcjxBv4EEg+/Gh8c8W0PE1QxoZZpaUhe7rePQzBbgALZzsLgm+2w2vhksCN28FftVzp83zeKrhUpyLxjqVex36+I2v78RRcIflXhemr+YtNJUr/u8WgaAPASSbEk+fhfocRTZlT5bw2ckzLL/aatpEaOKdQTGQPTcMSbEHfqOnXQKCmzvPuz40eY5QaauELxU4dVhv3fs3C/cIv5D82+C7WgpJ7M7yKFpuHs0oo8v5k1DU/b1azd03uAlulhovcXvgE2Q19dUUsYijpqeViBNOSkV73F29egsOvvwY7PaOtq+JKyhiqPyUsML+0whjZyhsqlT1Ibr0Nr2IOPeMY8xp879kzWojaWSn7skLXWxJ0t023vt7/C2Asy2HH69EVR2cZ5TNrT2NgNtPPNz+rjTOzzOsuq+AfyPSOI6yg5iSxMRdiWZtajxXfGUSZ3xVW5a9PHUVE1KkX2rRpqZFvaxYb2vf16+V8T9n6rFWz1RYMKeAnUDfSzd0fhqxTDI0/Ta0r4qBZDUMLltlXqdh/XA6fiMS8waVUXto6k4VoMwNSIQ7XcMVZifLx+W+KbZgsz6oUIVidJbyw1Bs2Xhupat4apWjIV1QxlrX0lSV6fDGUZRFI3avU5eM9rmRDLoZ59XNkFiyFTsQO/tb7u2HvszreZltbT3uY5g49Aw/mpxknMky7tPEu4dM6a59GmIP4McKlkw3camuyDiJaugmaBKyMO4jJAd12JI6dNOPij48r0j01cEM/k47p+Ntvwwf7XKdfyXQVIG6Tsl/Rlv/AA4y95dFsNSezW0C+IsrNRw7R8Q08VoZxplI30te37wtinkmaJRQwxMy8ltpDpLaNzc6ehO+xsSANuuHTJpqeo7GqqkqP8NZSPeJCw/HGV8xoroANjYHEhjT+AkygVRzvMKqKpzBGIpaRe80VjYMV8z4em/Xpo8HHMUE8oqwFhUAEvcSMfEhetvfjIOyfLo8wz6p9qGsikLgHwOtR/PALMHrKXN6+nirasJDPLGgWdtgrEDx9MZS8D1vKH3j6qioOJKfiPhTMKdZK8ETxlQ3fUANdT4MCPDqCQb4TsyzCXN82nzTOnGoqEWOMEBQBsLHfzOFx6uslcGaeaRxsCzlj8PkMeBJnbSzEWNjv0wbV2C3VD7wrxqMsFRTVloqN1AUpHsrKDbYeJB/DF7IJlqqfNK+JW0z1Vgb7kBf82++o9fPGfxUXLY8w3YdN8PfD6LDw1GQG+1mkayn10/w4MY/Vhc249SGSrjpFq41BVnTuA+F9jb4Y+6Y/YwrcgHbAuqPNzAqB1WwHxGCkoMaIi7MBf3YoTHzszq3hzqqph1mptQB/wAh/wDY4ROO1fL+OMwmY3eKpWe49yvhk4EqVHE2XShj9uHjI/R7p2+YwL7WYlHGVcoGzxRfuAfTACaF2qsG4Zi8jOjj5N/PGN1EneG/h4Y1zjaT27s+oKsG4kjhf/yUYxuc/aN77Y3hvT6p82y0dnU+VTVojrTMzpDy2JbcEbgWHzwpEBjFYblADv1INvoMRv1+GJ44ZGpBVpbTFKsRF97tqYbf6WxJjGi9kL6M+qU0aR7GWJPh3k2/HCjm8gmzfMJUI79TM1/QuTi/wlnS5PmlZUOZTK0DQwxpHr1Em+/xUfM4B6ZQoMqMGYElmFr4nLaLcemVA3LrFbSG0uGseh6YI1NdUV09TV1AQSVBBOlAALWsB5W0jpgfBE0lQ2kXCKzHTvsAT9MTqdCoHvGSo2YbMMViQZOx13YncWFtreP8sOkbGDhzLoroCYFc7/pd4nb1PTCLINNOXX85iQN/IDw+OHzNgkUSQq2rloECrYWsLdf/ALh4gYApJwM2tYN3D0B8/XByZtRLemFilY/lhQF0gKRthoCFkHTfzwyAybhyoahzqgk30e1RtfyuwB/A4tdq7M3GdQQNuTF+7ik7rTtCRFJIOYoPLFyL+PuBx52j1HM4uqS7Xblx/ujAYUPNbKJOyLLpDuI6eK489O30xkpa+56nc40+AmXsgXUdlgkIPudsZcxHQeGAzCu/XDJwNJA89RRVNOkyztGw1qCFK6t/1sLL4PcESMufRIOjqb/Df6YlLQ8djhNk9Dl2Zx1sUKwqp+7sN/TE+eyLmGWzUtLGrySgBpmN9Av54MxUQzPNaGhO61MyowvbuXu36t/jbAudY1zOtaFAkEU8nIS+yjUbfIWGOXOy6rQE4FyJYeI/ZK7QzVlJVUsNh95omufTuhh8ce+zczII3lTuGAECw2uPC/vw9dn1NFJnU80kKySU9OvLZkB0Mx6g+BIuPXfCdkkPPyOnV9WtIlHqNvp0x6P4ktnH 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=spotify wrapped 2024,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=spotify wrapped 2024 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 7e2422ec-2868-4a9f-a0e5-bb3ad27bd013 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABXCAMAAADS8ICsAAAAllBMVEV7r9T///99std/tdoAADUAADMAADEAADcADzlhjK/b3eFdh6lQdpcACTdvn8Njj7IAFj3w8fNpl7pLb5A6WXnHytD29/ggOFnT1trh4+azt792qM0uSmoACjwAHUQ/YICprrcmQGEOJ0pSXXJeaHuhprA3RWBrdIUYL1FXf6EuPVqIjpx9hJO8wMcAIkc/TGWWm6YAACub5uAsAAAH8klEQVRogb2aiZKivBaAIQtENIgIAooguICtIv3+L3cDuJAQgf7HuqdqqqaR8HFy1iQo6v9VlP6fg/Lg/v2ht9t/wa2OJw1R7c+8i4b1TD7qM87PMCLhdG7pwd9oCy2f5RSn5WI8bn3C1JttIIBTEonjFoHh+67r+n6wWHWGZnQKoR1bup51XlSO26WIOjYEChM4oz+Py4F7vB5OkY40DdeiaRra5vusXPuvVzKwBxUFQOWcU+1gDOPWBbLiTQOreDG9q4v15Y40jBC18sRx4uVyOWP/Yif0UsIuYy09HGt7Hei8GQngJGHAoB/n/9Qw5S3QsSwNISt3ZlN7A2AloJH6/4ppn5dhQRFG9/KmJ6+xAM4Z8Lrqwbm/lsPBqmFJ5MxspYYoMqm5m+kyoWhrzVv3MA3zly1kuAs9Q8nz4AeQAN1M4oQfDmCuLT7jDJwPP7gHCYXRYEL3fba70tm/8Dr8FAd9uJVefJN2phe1D6eW6IvqgVRf9ePU6HvqMeVKtR93y8n5W+rBNDr0a5dha/YlGNPOTOj29hlnpDQxJYH3n3nwbOHsE26HyVKMnH8UaHrotJDirriYf1G1RgBwKDEkuIOeb8bkqkdqfmbqwRFwRh49QRu3R4kyPNacT2fLOHYqYXXozIpEnbx7eRNLuwm4PQpHWA2cf6MI1ZW1rrGIlcDIc2bzDewxOrQt7HK4TA9HmQ3OrMI1gmCxCFgP4a6Pl8PPlpVD6sWTnrdkPL+FK1Ey0iNhTA5isAa3y50WUc/7wjkhixfO1fJxsGpkiDKRVyGR0zc98Mze8oFbbC1zfLiBBJdd3K0/tTP3fOH20hr+WXJt18Fd0LwHx2jFczLXeJybPAVs0m5zfaCbXlrVrja4yOre2Tu3wLSQ0EKqecEPaYcia1aLxTMQSn3ZUQ52L3HPqh2NE8w3RWBuv/5uZvKBW5Giq0qI+2iVo9Gca9gDjXdMMGPN+4tmNe9W4Y4dlwKKV0QDrgqXrLluiYuX3AAYF2QGGxp9LjMqXG51nuURL5oMRAZ0cDvc14jvAWCYsrYAvrzkifM1MTxZHF9vaLCDqG5740ohDmBaLCwyB++ZbHCdeGHTdFB9YW4Uydxy4X5Fwh3WXTX0SGEz+W40Ge4nEh5ikpxZHse85WNZEOfa+hV2mA+mDXtndYc8K+La2oUmhDgMqxBeCJEPZqSrH9hEr3DfU+Gl65k+/LZpDOdi3i+B2TT1uhBG5yjtlnpWV55r6VMk/ILq9plfwCosDHgXBMu6EKok53HTKJUUDTh5OrmX8o+ZI0kaVzomhvm2/iVNedwkyi1JSWTh7jX3i6+Hulmc4UQTK48FUh4JOQntDlRS0Z7hXog4vJbhBBMr5iOYPBGHj+qJxhKeg6pwj7xxOMINZiZu5tyzRO1KdZU/8hLPq8NdxJ3/pl1nMpl2KssTU0ml8NhvI7X7aLtCglMNZNmS8Eu1mzfOdh3P9HS5Z+La01wsKRXAjKKRntmNO1Q3vOTD5OywPNzTcXEn1inFbBy7k1XwY512QZ5IY3Mytfg17zOr+Cse182ZTvXgbs7Ez+yYIUkjBWe//AUTVy5313SDw6knsbpurGilGmJFWGr+c9BeGu6xyT+lqgilnkRbg8NdBONVeeku6QVamz8nImuceA8H1ok9pFAmpMVjOKNbzR2UidWcxfLbCquUDLbBMC8CndjVhuh7Pqte5YeIXSYISRoJvYBXtGwQUDIZ4LFeJapzQptX4XaoMzUgjCzeFKDg+i4fS8Kdx7FOrMlALV7d1kbdVgw6Gn9hI6x6btpAZ8jK/3Od/+bVuGNXPeYvfNQ+wugtR9y/kAf2+3UYr/GXZo2Qy/oQ/q9uCrwMLEDbP8IprXkNztWSAcO3w+4p2Xb8uukxn4/13YFK6hh3e6h1t/D3smr7mbcNnrhVRPodDaZeh1aFUP86SeDtX2tzHxe9hjdpZ/lfvWUxHO4v3Ixm752HHZbk+ZeAKbX0/eVmCDMaRKRvhcwrV6xa+yrXXkfbzJcJQVhD+f5a7m6ubzDxXfcaDS3MHrQ5qfrf1q5RpvftUQEAFfschylBCNXnMbjaNSKRRcyPg960CdF9lcMxnte/A1dvvSmmPTlXBzLVucx5Ord7NgBetDNBdRxxO35XnI7ZOgW8jKAtG93E/cxSs2R93b8JUEKaPlYmwm7tTSfxmPf9g0A71/dPhxb3ooMflNtfVBCwidTeyV1yKKOReIT1R9Jsj6atZCs5R/C/eY6QW1yZlOBWJP2a9Vg2ugzgLsNbHOOFO72T4Rboe8rV6mW9uIx+Ubmqg9OMHpzfLeydE8e/CLDJvQd3YXWdb4omaTxRRpy9VhlV0vIAr+/s1f8lodkGwiTCiCTLqQk/HS3XxyasXjgpFnoQAM7Ftk87Ndhj4ryBYE4PRnnHGNEijM8Tc/M6kXmIsrGnS8ezENKKlGuuWcOeU729zJOdTro/DPj4BIEpV5t65ZZZqjVnInkSOk5ciRNWHwXQ6qMA/XRdB9xaGoLqM4SrsL6Tye2EaTKtXARMWk3KyliX1/2p0FF9JlMdy+gkv2eXnfvci3IfzTWAm2WB0VXYQP70RYe7xyhdMnPlWPL9yKo+kakOZjrdYL2WhmASEkQunU9IPn+vEly3iCYxuX68Qy4lSuy4QNpJshPQ//HPjam47XazA5IxUxYXcdt/BI5ltNufaWyxcvn4vdAA7tvyP6kuls8ccEoyAAAAAElFTkSuQmCC,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=north carolina tar heels football,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=North Carolina Tar Heels football searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 07b0821c-5e71-45fa-b6b6-e752dcc91d40 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt crossword clues,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=nyt crossword clues searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 05fbcfdf-dcf4-4942-be84-b3ad569bc427 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAE8AbgMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAACAIDBQYHAQT/xAA2EAABAwMCAwUFBgcAAAAAAAABAAIDBAURBiESMUEHE1FhgRQiMnGRFSNCobGyCCc0UmLB0f/EABoBAQADAQEBAAAAAAAAAAAAAAACAwQBBgX/xAAkEQACAgEEAgEFAAAAAAAAAAAAAQIRAxITITEEBUEUUXGBwf/aAAwDAQACEQMRAD8A7iiIgCIiAIi03WfaLZtLRubI8VVXg8MEL25zy3Odt+fzQG5Io+XDtyv07HNobfRUeSeFziZSB0G+B6rJWzt5kZEGXKxiR4aPvIKjHF45BCA7iiwmldVWnVNvZV2qpa8ke/C44kjPg5vP15FZtAEREAREQBERAEREBiNW3OSzabuNxhx3lPTvkYXN4gCBtkZGR6qJ0hrdRXWqr5izvqmQyyuAw3JOcAKY7mh7S1wBB5gjmo1ahoWW/V98paaJrI21j3taxmA0O3AAHIDKjJ0icEm+TXmaUkMeXVG/T3dlZqNMzwDLJmuOOowt2oo+/iBjqYnkfGzOC1fNczE3EJqmvlO/dsYTj1VOt32aXijV0a72e2+8za1t9NZpDBWtlEj3F5azgaQ53Fggubty68lLJcG7HYf5hOe4btt8v74/+rvKvTtGWSp0ERF0iEREAREQBERAFHGodNddQV1ZUz8c5ncJD8IfwjhGzcdAPopHKN2u2yaW13cYCzMU7/aoNti1+T+Tg4eiryJtcFuGST5LsFHIK6JkTWBzYgHPccd5tzcTtkqmlpCTNHIyNw74Oc9u526ZHNp6r4qFk13mMk8rS4DIa1zW7fqVbrJZrPI8QTAjGXt4g702VOl32a21puuDLaek+yNX2r2Wd0YkqGRyGJxHE0vaS35HA2UiQo79ldM3UmvGGfvGx0UXteWY+Nr2cIORy3P0UiFdji0uTJlkpPgIiKwqCIiAIiIAiLHXq+W2x0vtN1q46eP8Icfef5NaNyfkl0djFydJcmRXGP4hLYKqay1MPC2YMmY49XDLC0fuVeou1urqXGDT1N7JHn+pnAc8jybyHrn0XPKusrK69z1VyqJKipnwRJIckgbcI8APAeKq3U+Eb5etz48W7NUr/ZiKe5+wx9zW0bZS3Yd4MqmquP2hGKejpWxtONmDC2ttJDNGC6NpPmq46OGJhc2No8MBR3EVbUurMj2Lz0OndRTPutbFTmppu6a+U8LXPL24bn681IFRRugbNMKVu7nn3vJvUrY7Lre/WCXhpa01EG2aeqJezbw3y30K7updmnD6vL5GOWSHxx+SRaLRdNdp9juwZDXu+zao7ETu+7cfJ/L64W8tcHNDmkEEZBB5q1ST6MGXDkxS0zVM9REXSoLwkAEkgAdSvVpXaxeHWzS8lNFnva8mnB/tbjLj9NvVcbpWW4MUs2SOOPbMBrPtVbA99FpgMmeMtfWvGWA/4D8XzO3zXKq6qrLlVvrLjUS1E7/ikldk/LyHkNlXDTjiAds3yVUkZgO4D2ciscpuXZ7nxPW4fGjwufufKMeiuPjFRCG8Ra9pyx45gqt8QLe8hzjqD0XrWFoDnczyCgnRteJTi4TVpmTtdwicGw1YZFONveOGv8wf9Kiuuwlb3Vuja7feZx9wfLx/RZHR9VRwXMury1jXNAjcWcWH8QI6EjruqdX1dHPdi63EvijjDC5zcZcCc7eqs406vk+FH1aXl7TT0Vd/yzWmRCAOfkukecvkdzcVTgHchfQ5hflw38lbEfFu44aoXfZ9xYYwioQVJFkx8XJZ3TGrLzpmVpoqh0lKD79JKSY3DrgfhPmPzWKaOL4Rhq9DQ84Gw8UTa6IZfFx5Y6ZqyRek9TUWqLaKyi4mPaeGaF/xRu8PMeB6/ULOLh3ZHdHWvUnsJJMFeO7Pk9oJaf3D1XcVsxy1Rs8N7DxPpc7h8do//9k=,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=shaq barrett,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=Shaq Barrett searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 78586c81-3ff5-4cd4-9cea-f639fd79756c 11-28 10:26:01.981 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt strands november 27,input_query=android.app.search.Query@8577ae3,group_id=web415756260,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=nyt strands november 27 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 78eafb77-b441-42ae-bc2c-3ad87374631c 11-28 10:26:01.983 22016 22016 D SsBaseTemplateCard: No text view can be set up 11-28 10:26:01.983 22016 22016 I SsBaseTemplateCard: setFormattedContentDescription: text=41°F, iconDescription=Light rain, contentDescription=Light rain, 41°F 11-28 10:26:01.983 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:26:01.983 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:26:01.983 22016 22016 I SsBaseTemplateCard: Secondary card pane is null 11-28 10:26:01.986 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#64(BLAST Consumer)64: File name too long 11-28 10:26:01.990 2163 2163 E MediaControlProfile: onCurrentPlayerStateUpdated: base actions not supported, player actions= 2e2bb3, expected at least= 7f 11-28 10:26:01.990 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:26:01.990 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:26:01.990 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:26:01.990 2163 2163 W MediaControlGattService: Feature TRACK_POSITION(BIT 7) support: true 11-28 10:26:01.990 2163 2163 W MediaControlGattService: Feature TRACK_POSITION_NOTIFY support: true 11-28 10:26:01.990 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:26:01.990 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:26:01.991 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#64(BLAST Consumer)64: File name too long 11-28 10:26:01.991 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:26:01.991 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:26:01.991 2163 2163 E BluetoothMcpService: MCS access not permited 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature MEDIA_CONTROL_POINT_OPCODES_SUPPORTED(BIT 19) support: true 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:26:01.991 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:26:01.994 2046 20475 V WindowManagerShell: onTransitionReady(transaction=6738803958968) 11-28 10:26:01.994 2046 2065 V WindowManagerShell: onTransitionReady (#4391) android.os.BinderProxy@9876ceb: {id=4391 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@25ca2f4} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0xa9b2a48 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@7cfea1d} m=CLOSE f=NONE leash=Surface(name=Task=48130)/@0x6a320e1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x67fbe06 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:26:01.995 2046 2065 V WindowManagerShell: Playing animation for (#4391) android.os.BinderProxy@9876ceb@0 11-28 10:26:01.995 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:26:01.995 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:26:01.995 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:26:01.995 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:26:01.995 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:26:01.995 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:26:01.995 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:26:01.995 846 846 D Zygote : Forked child process 14692 11-28 10:26:01.995 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:26:01.995 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4391 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@25ca2f4} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0xa9b2a48 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@7cfea1d} m=CLOSE f=NONE leash=Surface(name=Task=48130)/@0x6a320e1 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x67fbe06 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:26:01.995 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{7c0da75 #u0a269/-1733499378 org.thoughtcrime.securesms/.jobmanager.JobSchedulerScheduler$SystemService u=0 s=10269 NET PERSISTED system stops=1 READY} 11-28 10:26:01.995 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:26:01.995 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:26:01.995 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:26:01.996 2046 2065 D RemoteTransitionHandler: Found filterPair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:26:01.996 2046 2065 V WindowManagerShell: Delegate animation for (#4391) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome } 11-28 10:26:01.996 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#64(BLAST Consumer)64: File name too long 11-28 10:26:01.996 1569 1707 I ActivityManager: Start proc 14692:org.thoughtcrime.securesms/u0a269 for service {org.thoughtcrime.securesms/org.thoughtcrime.securesms.jobmanager.JobSchedulerScheduler$SystemService} 11-28 10:26:02.000 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:02.005 14692 14692 I crime.securesms: Using CollectorTypeCMC GC. 11-28 10:26:02.008 14692 14692 E crime.securesms: Not starting debugger since process cannot load the jdwp agent. 11-28 10:26:02.009 1569 1691 V WindowManager: Sent Transition (#4391) createdAt=11-28 10:26:01.854 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4391 } 11-28 10:26:02.009 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:26:02.009 1569 1691 V WindowManager: info={id=4391 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:26:02.009 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:26:02.009 1569 1691 V WindowManager: {WCT{RemoteToken{37bafa7 Task{fcffdb6 #48130 type=standard A=10269:org.thoughtcrime.securesms}}} m=CLOSE f=NONE leash=Surface(name=Task=48130)/@0xd890545 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:26:02.009 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:26:02.009 1569 1691 V WindowManager: ]} 11-28 10:26:02.013 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:26:02.014 14692 14692 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 11-28 10:26:02.015 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:26:02.015 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:ffdab515: onRequestHide at ORIGIN_SERVER reason HIDE_UNSPECIFIED_WINDOW fromUser false 11-28 10:26:02.016 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:ffdab515: onCancelled at PHASE_SERVER_SHOULD_HIDE 11-28 10:26:02.019 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3095 11-28 10:26:02.020 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 0, locked = false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:26:02.020 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1911 onStartInput(EditorInfo{EditorInfo{packageName=com.google.android.apps.nexuslauncher, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false) 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:26:02.020 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:26:02.020 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 1, locked = false 11-28 10:26:02.020 2707 2707 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 11-28 10:26:02.021 1569 3483 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:26:02.039 14692 14692 D CompatChangeReporter: Compat change id reported: 242716250; UID 10269; state: ENABLED 11-28 10:26:02.050 14692 14692 D nativeloader: Configuring clns-7 for other apk /system_ext/framework/com.google.android.camerax.extensions.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64:/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/org.thoughtcrime.securesms 11-28 10:26:02.050 14692 14692 D nativeloader: Extending system_exposed_libraries: libedgetpu_dba.google.so 11-28 10:26:02.051 14692 14692 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/org.apache.http.legacy.jar 11-28 10:26:02.051 14692 14692 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar 11-28 10:26:02.051 14692 14692 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar 11-28 10:26:02.082 14692 14692 D nativeloader: Configuring clns-8 for other apk /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64:/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/org.thoughtcrime.securesms 11-28 10:26:02.083 1569 1873 D ActivityManager: freezing 29002 com.google.android.dialer 11-28 10:26:02.087 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:02.088 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:02.088 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10140} in 3ms 11-28 10:26:02.093 14692 14692 V GraphicsEnvironment: Currently set values for: 11-28 10:26:02.093 14692 14692 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon] 11-28 10:26:02.093 14692 14692 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native] 11-28 10:26:02.093 14692 14692 V GraphicsEnvironment: org.thoughtcrime.securesms is not listed in per-application setting 11-28 10:26:02.093 14692 14692 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 11-28 10:26:02.164 14692 14692 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] 11-28 10:26:02.173 14692 14692 I FirebaseInitProvider: FirebaseApp initialization successful 11-28 10:26:02.182 2298 2298 W SHANNON_IMS: 0544 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:02.182 2298 2298 W SHANNON_IMS: 0545 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:02.200 14692 14692 D CompatChangeReporter: Compat change id reported: 263076149; UID 10269; state: ENABLED 11-28 10:26:02.230 14692 14692 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libsqlcipher.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes5.dex): ok 11-28 10:26:02.312 14692 14692 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.319 14692 14692 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.319 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4391) android.os.BinderProxy@9876ceb@0 11-28 10:26:02.321 1569 1691 V WindowManager: Finish Transition (#4391): created at 11-28 10:26:01.854 collect-started=0.058ms request-sent=0.09ms started=3.332ms ready=88.818ms sent=137.083ms finished=467.092ms 11-28 10:26:02.322 1569 2199 W ActivityManager: pid 1569 system sent binder code 7 with flags 1 to frozen apps and got error -32 11-28 10:26:02.322 1569 2199 D ActivityManager: Too many transaction errors, throttling freezer binder callback. 11-28 10:26:02.322 1569 2199 W WindowManager: Exception thrown during dispatchAppVisibility Window{7905d35 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity EXITING} 11-28 10:26:02.322 1569 2199 W WindowManager: android.os.DeadObjectException 11-28 10:26:02.322 1569 2199 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 11-28 10:26:02.322 1569 2199 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:586) 11-28 10:26:02.322 1569 2199 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:553) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3253) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1289) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:403) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:7166) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5881) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5823) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.Transition.finishTransition(Transition.java:1286) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:937) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:494) 11-28 10:26:02.322 1569 2199 W WindowManager: at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:289) 11-28 10:26:02.322 1569 2199 W WindowManager: at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:204) 11-28 10:26:02.322 1569 2199 W WindowManager: at android.os.Binder.execTransactInternal(Binder.java:1505) 11-28 10:26:02.322 1569 2199 W WindowManager: at android.os.Binder.execTransact(Binder.java:1444) 11-28 10:26:02.322 1569 2199 W Process : Unable to open /proc/14502/status 11-28 10:26:02.329 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:26:02.329 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:26:02.330 1569 3483 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:26:02.331 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48130 11-28 10:26:02.331 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48130 11-28 10:26:02.333 1569 3483 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:26:02.343 535 535 E BpTransactionCompletedListener: Failed to transact (-32) 11-28 10:26:02.347 14692 14692 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libsignal_jni.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:26:02.352 14692 14692 I libsignal: rust/bridge/jni/src/logging.rs:171: Initializing libsignal version:0.62.0 11-28 10:26:02.352 14692 14692 I ApplicationContext: onCreate() 11-28 10:26:02.354 14692 14692 I ApplicationContext: Initializing AppDependencies. 11-28 10:26:02.358 14692 14692 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libaesgcm.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:26:02.359 14692 14692 I ApplicationContext: Installed AesGcmProvider: 1 11-28 10:26:02.364 14692 14692 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libconscrypt_jni.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:26:02.365 14692 14692 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods... 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.366 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.371 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.371 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.372 14692 14714 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.373 14692 14692 I ApplicationContext: Installed Conscrypt provider: 2 11-28 10:26:02.383 14692 14720 W CellServiceConstraintOb: [API 35] Cell service unavailable. State: 1 11-28 10:26:02.390 14692 14723 D JobManager: Starting initialization: Thread[signal-JobManager,5,main] 11-28 10:26:02.390 14692 14692 D ApplicationMigrations: Not an update. Skipping. 11-28 10:26:02.390 14692 14692 I ApplicationContext: App is no longer visible. 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.391 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.392 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.392 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.392 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.394 14692 14692 W RemoteConfig: Tried to read android.internalUser before initialization. Initializing now. 11-28 10:26:02.395 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.395 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.395 14692 14692 I RemoteConfig: init() {android.animatedStickerMinMemory=193, android.animatedStickerMinTotalMemory=3072, android.attachments.maxCount=32, android.automaticSessionReset.2=true, android.calling.fieldTrial.anyAddressPortsKillSwitch=true, android.calling.hardwareAecBlockList=Redmi Note 5,FP2,M1901F7*,ASUS_I006D,motorola one power,FP3,FP4,S22 FLIP,Mi Note 10,SM-S215DL, android.calling.oboeDeployment=true, android.calling.softwareAecBlockList=false, android.calling.telecomAllowList=false, android.calling.telecomModelBlockList=SM-G930F,SM-G950F,SM-N950*,SM-J737V,SC-02*,SM-A105*,SM-A530*, android.calling.useActiveCallManager.6=true, android.calling.useHardwareAecIfOlderThanApi29=false, android.calling.useSoftwareAecForOboe=ONEPLUS A5010,POCO F1, android.cameraXMixedModelBlockList=Pixel 3,Pixel 4,Pixel 4 XL,SM-G930T,SM-G930V,YAL-L21,YAL-AL00,YAL-TL00,VOG-L29,VOG-L09,VOG-AL00,VOG-TL00,VOG-L04,VOG-AL10,HW-02L,EVR-L29,EVR-AL00,EVR-TL00,CPH2583,CPH2573,CPH2581,SM-A336E,MAR-LX1A,FP4,NX769J, android.cameraXModelBlockList=ALE-L21,GT-N7100,GT-N8000,COL-L29,C66,C66_EEA,Xperia 10 IV,RMX2193, android.cds.hardLimit=50000, android.cds.libsignal.4=true, android.connectivityWarningConfig={"thresholdHours":72,"percentDebugPrompt":3}, android.crashPromptConfig.2=[{"name":"RuntimeException","percent":1},{"name":"MissingRecipientException","percent":1}], android.defaultMaxBackoff=60, android.deviceSpecificNotificationConfig=[{"model":"AI2202*","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"model":"AI2302","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"manufacturer":"asus","link":"https://support.signal.org/hc/articles/7821813263386-Zenfone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"huawei","link":"https://support.signal.org/hc/articles/7739243072026-Huawei-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"ANE-*","link":"https://support.signal.org/hc/en-us/articles/7739243072026-Huawei-P20-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"xiaomi","link":"https://support.signal.org/hc/articles/7821674889242-Xiaomi-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"M2003J15S*","link":"https://support.signal.org/hc/articles/7698371275034-Xiaomi-Redmi-Note-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"samsung","link":"https://support.signal.org/hc/articles/7874157231002-Samsung-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"SM-A546*","link":"https://support.signal.org/hc/articles/7874151545114-Samsung-A54-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CPH24*","link":"https://support.signal.org/hc/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"PHB110","link":"https://support.signal.org/hc/en-us/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"oneplus","link":"https://support.signal.org/hc/articles/7923742948250-OnePlus-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"GC3VE","link":"https://support.signal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"G1MNW","link":"https://support.sig 11-28 10:26:02.395 14692 14723 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.395 14692 14692 I RemoteConfig: nal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"google","link":"https://support.signal.org/hc/articles/8170803067546-Pixel-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"XT2*","link":"https://support.signal.org/hc/articles/8175307068314-Moto-G-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"motorola","link":"https://support.signal.org/hc/articles/8175287697306-Motorola-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CRT-NX1","link":"https://support.signal.org/hc/articles/8182039587482-Honor-90-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"honor","link":"https://support.signal.org/hc/articles/8182011945242-Honor-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"RMX3521","link":" https://support.signal.org/hc/articles/8209226788378-Realme-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"realme","link":" https://support.signal.org/hc/articles/8209219957402-Realme-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"FP4*","link":" https://support.signal.org/hc/articles/8209567593114-Fairphone-4-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"fairphone","link":" https://support.signal.org/hc/articles/8209534136474-Fairphone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1}], android.ideal.donations.5=true, android.inlinePinnedChats.2=false, android.internalUser=false, android.libsignalWebSocketEnabled=false, android.linkAndSync.2=false, android.linkedDeviceLifespanSeconds=3888000, android.logs.promptNotifications=*:2000, android.media.audioRemux.1=true, android.media.sourceTranscodeVideo.maxBytes=4294967296, android.media.videoCaptureDefaultZoom=true, android.mediaQuality.levels=1:2,61:2,81:2,82:2,65:2,31:2,47:2,41:2,32:2,385:2,971:2,974:2,49:2,33:2,*:1, android.messageProcessor.alarmIntervalMins=180, android.notificationThumbnailProductBlocklist=begonia,daisy, android.okhttpAutomaticRetry=true, android.oneTimePayPalDonations.2=true, android.payments.requestActivateFlow=true, android.promptBatterySaver=*:250000, android.recurringPayPalDonations.3=true, android.retryReceipts=true, android.retryRespondMaxAge=2592000000, android.senderKeyMaxAge=1209600000, android.sepa.debit.donations.5=true, android.ssre2=false, cds.foregroundSyncInterval.seconds=14400, cds.syncInterval.seconds=86400, global.attachments.maxBytes=104857600, global.calling.maxGroupCallRingSize=16, global.donations.ccDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375, global.donations.gpayDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 242,1 246,1 264,1 284,1 340,1 345,1 441,1 473,1 649,1 664,1 670,1 671,1 721,1 758,1 767,1 784,1 787,1 939,1 868,1 869,1 876,211,216,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,250,251,252,253,255,256,257,258,260,261,263,264,265,266,267,268,269,290,291,297,298,299,350,354,356,357,373,374,376,377,378,379,381,382,383,386,387,389,423,44 1481,44 1534,44 1624,500,501,502,503,504,505,506,508,509,53,58,591,592,593,594,595,596,597,670,672,673,674,675,676,677,678,679,680,681,682,683,685,686,687,688,689,690,691,692,82,850,853,855,856,86,880,91,93,95,960,963,964,967,970,975,976,977,98,992,993,995,996,998, global.donations.idealEnabledRegions=31, global.donations.paypalDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 340,1 670,1 671,1 684,1 721,1 787,1 939,211,218,231,233,236,240 11-28 10:26:02.395 14692 14692 I RemoteConfig: ,246,249,350,383,509,53,670,672,690,850,853,880,90,92,93,95,961,963,964,970,98,998, global.donations.sepaEnabledRegions=30,32,33,34,36,39,351,352,353,354,356,357,358,359,370,371,372,376,377,378,379,385,386,40,41,43,44,45,46,47,48,49,420,421,423, global.groupsv2.groupSizeHardLimit=1001, global.groupsv2.maxGroupSize=151, global.payments.disabledRegions=98,963,53,850,7 978,7 365,7 869,7 941} 11-28 10:26:02.396 14692 14692 D DeadlockDetector: Ending deadlock monitoring. 11-28 10:26:02.396 14692 14723 I JobDatabase: onOpen() 11-28 10:26:02.396 14692 14692 D MemoryTracker: Ending memory monitoring. 11-28 10:26:02.397 14692 14692 I IncomingMessageObserver: Initializing! (205032959) 11-28 10:26:02.397 14692 14730 I IncomingMessageObserver: Waiting for websocket state change.... 11-28 10:26:02.398 14692 14723 W crime.securesms: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) 11-28 10:26:02.398 14692 14723 W crime.securesms: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) 11-28 10:26:02.398 14692 14723 W crime.securesms: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) 11-28 10:26:02.401 14692 14730 D CompatChangeReporter: Compat change id reported: 247079863; UID 10269; state: ENABLED 11-28 10:26:02.401 1569 3483 D ConnectivityService: requestNetwork for uid/pid:10269/14692 activeRequest: null callbackRequest: 36676 [NetworkRequest [ REQUEST id=36677, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 isUidTracked: false declaredMethods: 0x834 11-28 10:26:02.401 14692 14692 D DynamicTheme: Setting to follow system expecting: 32 11-28 10:26:02.402 14692 14692 D CachedInflater: Clearing view cache. 11-28 10:26:02.403 1569 1946 D ConnectivityService: NetReassign [36677 : null → 420] [c 0] [a 1] [i 1] 11-28 10:26:02.403 14692 14723 D FastJobStorage: [init] fetch-min-jobs: 7.88, sort-min-jobs: 0.64, fetch-full-jobs: 1.52, fetch-constraints: 0.40, fetch-dependencies: 2.35, total: 12.80 11-28 10:26:02.403 14692 14731 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onAvailable() 11-28 10:26:02.403 1569 1926 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36677, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:26:02.403 1569 1926 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36677, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:26:02.403 1569 1926 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36677, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:26:02.403 14692 14692 I RemoteConfig: init() {android.animatedStickerMinMemory=193, android.animatedStickerMinTotalMemory=3072, android.attachments.maxCount=32, android.automaticSessionReset.2=true, android.calling.fieldTrial.anyAddressPortsKillSwitch=true, android.calling.hardwareAecBlockList=Redmi Note 5,FP2,M1901F7*,ASUS_I006D,motorola one power,FP3,FP4,S22 FLIP,Mi Note 10,SM-S215DL, android.calling.oboeDeployment=true, android.calling.softwareAecBlockList=false, android.calling.telecomAllowList=false, android.calling.telecomModelBlockList=SM-G930F,SM-G950F,SM-N950*,SM-J737V,SC-02*,SM-A105*,SM-A530*, android.calling.useActiveCallManager.6=true, android.calling.useHardwareAecIfOlderThanApi29=false, android.calling.useSoftwareAecForOboe=ONEPLUS A5010,POCO F1, android.cameraXMixedModelBlockList=Pixel 3,Pixel 4,Pixel 4 XL,SM-G930T,SM-G930V,YAL-L21,YAL-AL00,YAL-TL00,VOG-L29,VOG-L09,VOG-AL00,VOG-TL00,VOG-L04,VOG-AL10,HW-02L,EVR-L29,EVR-AL00,EVR-TL00,CPH2583,CPH2573,CPH2581,SM-A336E,MAR-LX1A,FP4,NX769J, android.cameraXModelBlockList=ALE-L21,GT-N7100,GT-N8000,COL-L29,C66,C66_EEA,Xperia 10 IV,RMX2193, android.cds.hardLimit=50000, android.cds.libsignal.4=true, android.connectivityWarningConfig={"thresholdHours":72,"percentDebugPrompt":3}, android.crashPromptConfig.2=[{"name":"RuntimeException","percent":1},{"name":"MissingRecipientException","percent":1}], android.defaultMaxBackoff=60, android.deviceSpecificNotificationConfig=[{"model":"AI2202*","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"model":"AI2302","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"manufacturer":"asus","link":"https://support.signal.org/hc/articles/7821813263386-Zenfone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"huawei","link":"https://support.signal.org/hc/articles/7739243072026-Huawei-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"ANE-*","link":"https://support.signal.org/hc/en-us/articles/7739243072026-Huawei-P20-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"xiaomi","link":"https://support.signal.org/hc/articles/7821674889242-Xiaomi-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"M2003J15S*","link":"https://support.signal.org/hc/articles/7698371275034-Xiaomi-Redmi-Note-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"samsung","link":"https://support.signal.org/hc/articles/7874157231002-Samsung-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"SM-A546*","link":"https://support.signal.org/hc/articles/7874151545114-Samsung-A54-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CPH24*","link":"https://support.signal.org/hc/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"PHB110","link":"https://support.signal.org/hc/en-us/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"oneplus","link":"https://support.signal.org/hc/articles/7923742948250-OnePlus-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"GC3VE","link":"https://support.signal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"G1MNW","link":"https://support.sig 11-28 10:26:02.404 14692 14692 I RemoteConfig: nal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"google","link":"https://support.signal.org/hc/articles/8170803067546-Pixel-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"XT2*","link":"https://support.signal.org/hc/articles/8175307068314-Moto-G-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"motorola","link":"https://support.signal.org/hc/articles/8175287697306-Motorola-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CRT-NX1","link":"https://support.signal.org/hc/articles/8182039587482-Honor-90-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"honor","link":"https://support.signal.org/hc/articles/8182011945242-Honor-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"RMX3521","link":" https://support.signal.org/hc/articles/8209226788378-Realme-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"realme","link":" https://support.signal.org/hc/articles/8209219957402-Realme-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"FP4*","link":" https://support.signal.org/hc/articles/8209567593114-Fairphone-4-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"fairphone","link":" https://support.signal.org/hc/articles/8209534136474-Fairphone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1}], android.ideal.donations.5=true, android.inlinePinnedChats.2=false, android.internalUser=false, android.libsignalWebSocketEnabled=false, android.linkAndSync.2=false, android.linkedDeviceLifespanSeconds=3888000, android.logs.promptNotifications=*:2000, android.media.audioRemux.1=true, android.media.sourceTranscodeVideo.maxBytes=4294967296, android.media.videoCaptureDefaultZoom=true, android.mediaQuality.levels=1:2,61:2,81:2,82:2,65:2,31:2,47:2,41:2,32:2,385:2,971:2,974:2,49:2,33:2,*:1, android.messageProcessor.alarmIntervalMins=180, android.notificationThumbnailProductBlocklist=begonia,daisy, android.okhttpAutomaticRetry=true, android.oneTimePayPalDonations.2=true, android.payments.requestActivateFlow=true, android.promptBatterySaver=*:250000, android.recurringPayPalDonations.3=true, android.retryReceipts=true, android.retryRespondMaxAge=2592000000, android.senderKeyMaxAge=1209600000, android.sepa.debit.donations.5=true, android.ssre2=false, cds.foregroundSyncInterval.seconds=14400, cds.syncInterval.seconds=86400, global.attachments.maxBytes=104857600, global.calling.maxGroupCallRingSize=16, global.donations.ccDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375, global.donations.gpayDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 242,1 246,1 264,1 284,1 340,1 345,1 441,1 473,1 649,1 664,1 670,1 671,1 721,1 758,1 767,1 784,1 787,1 939,1 868,1 869,1 876,211,216,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,250,251,252,253,255,256,257,258,260,261,263,264,265,266,267,268,269,290,291,297,298,299,350,354,356,357,373,374,376,377,378,379,381,382,383,386,387,389,423,44 1481,44 1534,44 1624,500,501,502,503,504,505,506,508,509,53,58,591,592,593,594,595,596,597,670,672,673,674,675,676,677,678,679,680,681,682,683,685,686,687,688,689,690,691,692,82,850,853,855,856,86,880,91,93,95,960,963,964,967,970,975,976,977,98,992,993,995,996,998, global.donations.idealEnabledRegions=31, global.donations.paypalDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 340,1 670,1 671,1 684,1 721,1 787,1 939,211,218,231,233,236,240 11-28 10:26:02.404 14692 14692 I RemoteConfig: ,246,249,350,383,509,53,670,672,690,850,853,880,90,92,93,95,961,963,964,970,98,998, global.donations.sepaEnabledRegions=30,32,33,34,36,39,351,352,353,354,356,357,358,359,370,371,372,376,377,378,379,385,386,40,41,43,44,45,46,47,48,49,420,421,423, global.groupsv2.groupSizeHardLimit=1001, global.groupsv2.maxGroupSize=151, global.payments.disabledRegions=98,963,53,850,7 978,7 365,7 869,7 941} 11-28 10:26:02.404 14692 14692 D CallManager: Loading ringrtc library 11-28 10:26:02.404 14692 14733 D BlobProvider: No attachment drafts exist. Skipping. 11-28 10:26:02.405 14692 14733 I BlobProvider: Initialized. 11-28 10:26:02.413 1569 2036 D CompatChangeReporter: Compat change id reported: 161145287; UID 10269; state: ENABLED 11-28 10:26:02.415 14692 14692 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libringrtc.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:26:02.421 14692 14723 D JobManager: Initialized 11-28 10:26:02.422 14692 14692 I CallManager: CallManager.initialize(): (release build, field trials = RingRTC-AnyAddressPortsKillSwitch/Enabled/WebRTC-Bwe-ProbingConfiguration/skip_if_est_larger_than_fraction_of_max:0.99/RingRTC-PruneTurnPorts/Enabled/) 11-28 10:26:02.423 14692 14692 I org.webrtc.Logging: NativeLibrary: Loading native library: jingle_peerconnection_so 11-28 10:26:02.425 14692 14692 I CallManager: CallManager.initialize() returned 11-28 10:26:02.426 14692 14692 D AppStartup: [init] sqlcipher-init: 80, signal-store: 37, logging: 14, app-dependencies: 2, anr-detector: 1, security-provider: 17, crash-handling: 0, rx-init: 1, event-bus: 0, scrubber: 0, first-launch: 0, app-migrations: 16, lifecycle-observer: 6, message-retriever: 5, dynamic-theme: 1, proxy-init: 0, blob-provider: 0, remote-config: 1, ring-rtc: 21, glide: 0, tracer: 0, schedule-non-blocking: 1, total: 205 11-28 10:26:02.426 14692 14692 D ApplicationContext: onCreate() took 212 ms 11-28 10:26:02.429 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{7c0da75 #u0a269/-1733499378 org.thoughtcrime.securesms/.jobmanager.JobSchedulerScheduler$SystemService u=0 s=10269 NET PERSISTED system stops=1 READY} 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.431 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.432 14692 14733 D PreKeysSyncJob: No prekey job needed. Time since last full refresh: 48113151 ms 11-28 10:26:02.432 14692 14733 I PersistentAlarmManagerL: [RotateSignedPreKeyListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:26:02.433 1569 1706 W ActivityManager: Rescheduling restart of crashed service com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 6629ms for other 11-28 10:26:02.433 1569 1706 W ActivityManager: Rescheduling restart of crashed service com.samsung.accessory.neobeanmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 26629ms for other 11-28 10:26:02.434 14692 14692 D IncomingMessageObserver: Background service started. 11-28 10:26:02.436 14692 14733 I PersistentAlarmManagerL: [RotateSignedPreKeyListener] scheduling alarm for: 1732908759097 11-28 10:26:02.436 14692 14692 I JobSchedulerScheduler: Waking due to job: -1733499378 11-28 10:26:02.437 14692 14692 I JobSchedulerScheduler: Waking due to job: 0 11-28 10:26:02.438 14692 14733 I PersistentAlarmManagerL: [DirectoryRefreshListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:26:02.439 14692 14733 I PersistentAlarmManagerL: [DirectoryRefreshListener] scheduling alarm for: 1732822359051 11-28 10:26:02.440 14692 14733 I PersistentAlarmManagerL: [RotateSenderCertificateListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:26:02.441 14692 14733 I PersistentAlarmManagerL: [RotateSenderCertificateListener] scheduling alarm for: 1732822359064 11-28 10:26:02.443 14692 14733 I RoutineMessageFetchRece: Alarm scheduled to repeat at interval 10800000 11-28 10:26:02.443 14692 14733 I PersistentAlarmManagerL: [AnalyzeDatabaseAlarmListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:26:02.445 14692 14733 I PersistentAlarmManagerL: [AnalyzeDatabaseAlarmListener] scheduling exact alarm for: 1732848757000 hasManagerPermission: true 11-28 10:26:02.447 14692 14733 I PersistentAlarmManagerL: [ApkUpdateRefreshListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:26:02.448 14692 14733 I PersistentAlarmManagerL: [ApkUpdateRefreshListener] scheduling alarm for: 1732807159817 11-28 10:26:02.450 14692 14733 D StorageSyncHelper: No need for sync. Last sync was 398437 ms ago. 11-28 10:26:02.462 14692 14731 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onBlockedStatusChanged() 11-28 10:26:02.464 14692 14730 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 0 ms (within limit), FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:26:02.464 14692 14730 I IncomingMessageObserver: Making websocket connection.... 11-28 10:26:02.465 14692 14731 W IncomingMessageObserver: Lost network connection. Shutting down our websocket connections and resetting the drained state. 11-28 10:26:02.468 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.468 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.468 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.471 14692 14730 D IncomingMessageObserver: WebSocket State: DISCONNECTED 11-28 10:26:02.472 14692 14731 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onBlockedStatusChanged() 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.482 14692 14720 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.482 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.483 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.483 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.483 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.483 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.488 14692 14730 I OkHttpWebSocketConnection: [normal:65338737] connect() 11-28 10:26:02.497 14692 14736 I ApplicationContext: Deleted 0 abandoned attachments. 11-28 10:26:02.499 14692 14739 D PendingRetryReceiptMana: No pending receipts to schedule. 11-28 10:26:02.503 14692 14735 D EmojiFiles: Verifying all name files exist. 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.505 14692 14737 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.514 14692 14735 D EmojiFiles: All names exist? true 11-28 10:26:02.515 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.515 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.516 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.516 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.516 14692 14737 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.535 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.541 14692 14741 I JobRunner: [JOB::5556d784-f951-4f1a-8cfc-defaa01f5f85][ThreadUpdateJob][1] Running job. (Time Since Submission: 3078 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_181) 11-28 10:26:02.542 14692 14720 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.542 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.542 14692 14742 I JobRunner: [JOB::c9edf99d-4156-4dcb-9986-bd089af9c911][ThreadUpdateJob][2] Running job. (Time Since Submission: 3026 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:26:02.553 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.555 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.555 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.555 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.675 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:02.675 14692 14730 I OkHttpWebSocketConnection: [unidentified:245953180] connect() 11-28 10:26:02.680 14692 14733 D IncomingMessageObserver: WebSocket State: CONNECTING 11-28 10:26:02.689 14692 14750 D TrafficStats: tagSocket(142) with statsTag=0xffffffff, statsUid=-1 11-28 10:26:02.736 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.736 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:26:02.737 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.737 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.738 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.738 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -65 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:26:02.738 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:26:02.738 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.738 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.738 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.738 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:02.738 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:26:02.738 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:26:02.739 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-65 11-28 10:26:02.739 2298 6069 W SHANNON_IMS: 0548 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:02.739 2298 6069 I SHANNON_IMS: 0550 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:02.740 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 234Mbps, sunspot type: 0) -> (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) 11-28 10:26:02.740 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:26:02.740 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:26:02.741 1569 1946 D ConnectivityService: NetReassign [no changes] [c 0] [a 1] [i 1] 11-28 10:26:02.742 2298 5418 W SHANNON_IMS: 0552 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:02.742 2298 5418 I SHANNON_IMS: 0553 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:02.744 29335 29362 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:26:02.744 29335 29362 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:26:02.791 14692 14753 D TrafficStats: tagSocket(143) with statsTag=0xffffffff, statsUid=-1 11-28 10:26:02.792 14692 14730 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 393 ms (within limit), FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:26:02.792 14692 14730 D IncomingMessageObserver: Reading message... 11-28 10:26:02.915 14692 14692 I JobManager: onConstraintMet(ChargingAndBatteryIsNot) 11-28 10:26:02.916 14692 14692 I JobManager: onConstraintMet(NetworkConstraintObserv) 11-28 10:26:02.926 14692 14692 I AppStartup: Assuming the application has started in the background. Running post-render tasks. 11-28 10:26:02.929 14692 14733 D RefreshSvrCredentialsJo: Do not need to refresh credentials. Last refresh: 1732289280765 11-28 10:26:02.933 14692 14733 I RetrieveRemoteAnnouncem: Too soon to check for updated release notes 11-28 10:26:02.933 14692 14733 I AndroidTelecomUtil: Registering phone account 11-28 10:26:02.934 14692 14720 D EmojiSearchIndexDownloa: Do not need to check. It's been 129717527 ms since the last check. 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.936 14692 14736 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.936 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.937 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.937 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.940 1569 2036 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@AX8 11-28 10:26:02.941 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@AX8 11-28 10:26:02.941 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@AX8 11-28 10:26:02.942 1569 2036 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@AX8 11-28 10:26:02.937 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.942 14692 14736 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.945 14692 14720 I Job : [JOB::b5f0d446-4a4d-41da-837d-d9e2c0ba1545][FontDownloaderJob] onSubmit() (Time Since Submission: 3 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:26:02.947 14692 14743 I JobRunner: [JOB::b5f0d446-4a4d-41da-837d-d9e2c0ba1545][FontDownloaderJob][3] Running job. (Time Since Submission: 11 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:26:02.948 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@AX8 11-28 10:26:02.952 14692 14733 I AndroidTelecomUtil: Phone account registered successfully 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.966 14692 14720 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:02.966 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.967 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.967 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.967 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.967 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.973 14692 14743 D Fonts : Getting Script for Latn 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:02.999 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.000 14692 14755 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:03.000 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.000 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.001 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.001 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.001 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.002 14692 14743 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:26:03.002 14692 14743 I FontVersion: Deleting 0 files 11-28 10:26:03.007 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:03.007 14692 14735 I Job : [JOB::ae5d35db-3578-43d3-9d6a-632d500ebc2d][GroupRingCleanupJob] onSubmit() (Time Since Submission: 9 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:26:03.010 14692 14744 I JobRunner: [JOB::ae5d35db-3578-43d3-9d6a-632d500ebc2d][GroupRingCleanupJob][4] Running job. (Time Since Submission: 11 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:26:03.020 14692 14720 D GroupV2UpdateSelfProfil: Too soon. Last check was 53144310 ms ago. 11-28 10:26:03.028 14692 14744 I JobRunner: [JOB::ae5d35db-3578-43d3-9d6a-632d500ebc2d][GroupRingCleanupJob][4] Job finished with result SUCCESS in 19 ms. (Time Since Submission: 30 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:26:03.045 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:03.057 14692 14743 D Fonts : Loaded manifest. 11-28 10:26:03.057 14692 14743 D Fonts : Getting Script for LATIN 11-28 10:26:03.057 14692 14743 D Fonts : Loaded script for locale. 11-28 10:26:03.083 14692 14743 D Fonts : Local font version found, returning immediate. 11-28 10:26:03.096 1569 1873 D ActivityManager: freezing 4105 .ShannonImsService 11-28 10:26:03.099 1569 1873 D ActivityManager: freezing 19743 com.shannon.rcsservice:shannonrcsservice 11-28 10:26:03.102 1569 1873 D ActivityManager: freezing 19550 com.google.android.carrier 11-28 10:26:03.105 14692 14743 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:26:03.105 14692 14743 I FontVersion: Deleting 0 files 11-28 10:26:03.106 14692 14743 D Fonts : Loaded manifest. 11-28 10:26:03.106 14692 14743 D Fonts : Getting Script for LATIN 11-28 10:26:03.106 14692 14743 D Fonts : Loaded script for locale. 11-28 10:26:03.107 14692 14743 D Fonts : Local font version found, returning immediate. 11-28 10:26:03.117 14692 14743 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:26:03.118 14692 14743 I FontVersion: Deleting 0 files 11-28 10:26:03.119 14692 14743 D Fonts : Loaded manifest. 11-28 10:26:03.119 14692 14743 D Fonts : Getting Script for LATIN 11-28 10:26:03.119 14692 14743 D Fonts : Loaded script for locale. 11-28 10:26:03.120 14692 14743 D Fonts : Local font version found, returning immediate. 11-28 10:26:03.125 14692 14743 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:26:03.125 14692 14743 I FontVersion: Deleting 0 files 11-28 10:26:03.126 14692 14743 D Fonts : Loaded manifest. 11-28 10:26:03.126 14692 14743 D Fonts : Getting Script for LATIN 11-28 10:26:03.126 14692 14743 D Fonts : Loaded script for locale. 11-28 10:26:03.127 14692 14743 D Fonts : Local font version found, returning immediate. 11-28 10:26:03.137 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:03.142 14692 14743 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:26:03.142 14692 14743 I FontVersion: Deleting 0 files 11-28 10:26:03.143 14692 14743 D Fonts : Loaded manifest. 11-28 10:26:03.143 14692 14743 D Fonts : Getting Script for LATIN 11-28 10:26:03.143 14692 14743 D Fonts : Loaded script for locale. 11-28 10:26:03.144 14692 14743 D Fonts : Local font version found, returning immediate. 11-28 10:26:03.145 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:03.145 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10138} in 11ms 11-28 10:26:03.160 14692 14743 I FontDownloaderJob: Already downloaded fonts for locale. 11-28 10:26:03.161 14692 14743 I JobRunner: [JOB::b5f0d446-4a4d-41da-837d-d9e2c0ba1545][FontDownloaderJob][3] Job finished with result SUCCESS in 214 ms. (Time Since Submission: 225 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:26:03.181 2298 4635 W SHANNON_IMS: 0554 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:03.183 2298 4635 W SHANNON_IMS: 0560 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:03.183 2298 4635 W SHANNON_IMS: 0561 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:03.205 14692 14750 I OkHttpWebSocketConnection: [normal:65338737] onOpen() connected 11-28 10:26:03.206 14692 14736 D IncomingMessageObserver: WebSocket State: CONNECTED 11-28 10:26:03.214 14692 14730 I IncomingMessageObserver: Decryptions newly-drained. 11-28 10:26:03.214 14692 14730 I JobManager: onConstraintMet(DecryptionsDrainedConst) 11-28 10:26:03.216 14692 14730 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 817 ms (within limit), FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:26:03.216 14692 14730 D IncomingMessageObserver: Reading message... 11-28 10:26:03.230 14692 14737 I ViewOnceMessageManager: No messages to schedule. 11-28 10:26:03.298 14692 14753 I OkHttpWebSocketConnection: [unidentified:245953180] onOpen() connected 11-28 10:26:03.304 14692 14720 D LiveRecipientCache: Warming up 93 thread recipients. 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.333 14692 14720 I SQLiteConnection: Database keying operation returned:0 11-28 10:26:03.333 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.337 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.339 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.339 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.339 14692 14720 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:03.357 14692 14716 I AnrDetector: Thread shutting down during intervals. 11-28 10:26:03.542 14692 14720 D LiveRecipientCache: Warmed up 50 contact recipient. 11-28 10:26:03.542 14692 14720 D LiveRecipientCache: [recipient-warm-up] thread: 322, contact: 223, total: 545 11-28 10:26:04.050 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:04.077 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:04.183 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.8395 raw data: VIRTUAL-SKIN:32839.5 VIRTUAL-SKIN-SUB-0:31818.3 VIRTUAL-SKIN-SUB-1:29238.1 VIRTUAL-SKIN-SUB-10:30910.9 VIRTUAL-SKIN-SUB-2:29726 VIRTUAL-SKIN-SUB-3:30451.6 VIRTUAL-SKIN-SUB-4:29716.5 VIRTUAL-SKIN-SUB-5:32000.9 VIRTUAL-SKIN-SUB-6:28960.3 VIRTUAL-SKIN-SUB-7:31843.1 VIRTUAL-SKIN-SUB-8:32149.7 VIRTUAL-SKIN-SUB-9:32839.5 battery:30000 cam_therm:30325 charge_therm:38005 disp_therm:31972 neutral_therm:34377 north_therm:29657 quiet_therm:30592 soc_therm:39029 usb_pwr_therm:31572 11-28 10:26:04.190 1762 1765 I pixel-thermal: disp_therm:31.972 raw data: disp_therm:31972 11-28 10:26:04.190 1762 1765 I pixel-thermal: cellular-emergency:32.8395 raw data: VIRTUAL-SKIN:32839.5 cellular-emergency:32839.5 11-28 10:26:04.191 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.1497 raw data: VIRTUAL-SKIN-CHARGE:32149.7 VIRTUAL-SKIN-CHARGE-PERSIST:32149.7 VIRTUAL-SKIN-CHARGE-SUB-0:31835.7 VIRTUAL-SKIN-CHARGE-SUB-1:30644.7 VIRTUAL-SKIN-CHARGE-SUB-2:30416.5 VIRTUAL-SKIN-CHARGE-SUB-3:32149.7 battery:30000 cam_therm:30325 charge_therm:38005 disp_therm:31972 neutral_therm:34377 north_therm:29657 quiet_therm:30592 soc_therm:39029 usb_pwr_therm:31572 11-28 10:26:04.191 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.8395 raw data: VIRTUAL-SKIN:32839.5 VIRTUAL-SKIN-SOC:32839.5 11-28 10:26:04.191 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.0291 raw data: VIRTUAL-SKIN-SPEAKER:28029.1 VIRTUAL-SKIN-SPEAKER-SUB-0:25117.2 VIRTUAL-SKIN-SPEAKER-SUB-1:27911.2 VIRTUAL-SKIN-SPEAKER-SUB-2:28029.1 battery:30000 cam_therm:30325 charge_therm:38005 disp_therm:31972 neutral_therm:34377 north_therm:29657 quiet_therm:30592 soc_therm:39029 usb_pwr_therm:31572 11-28 10:26:04.191 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.8395 raw data: VIRTUAL-SKIN:32839.5 VIRTUAL-SKIN-HINT:32839.5 11-28 10:26:04.191 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.8395 raw data: VIRTUAL-SKIN:32839.5 VIRTUAL-SKIN-CPU-HIGH:32839.5 11-28 10:26:04.191 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.8395 raw data: VIRTUAL-SKIN:32839.5 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32839.5 11-28 10:26:04.192 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.8395 raw data: VIRTUAL-SKIN:32839.5 VIRTUAL-SKIN-GPU:32839.5 11-28 10:26:04.192 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.8395 raw data: VIRTUAL-SKIN:32839.5 VIRTUAL-SKIN-CPU-MID:32839.5 11-28 10:26:04.192 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.1497 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32149.7 VIRTUAL-SKIN-CHARGE-WIRED:32149.7 thb_hda:0 11-28 10:26:04.211 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:04.214 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:04.214 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10191} in 7ms 11-28 10:26:04.218 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:04.223 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:04.223 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20191} in 9ms 11-28 10:26:04.390 1569 1705 W ActivityManager: Rescheduling restart of crashed service com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 0ms for mem-pressure-event 11-28 10:26:04.391 1569 1705 W ActivityManager: Rescheduling restart of crashed service com.samsung.accessory.neobeanmgr/com.samsung.accessory.hearablemgr.core.service.MainService in 0ms for mem-pressure-event 11-28 10:26:04.392 1569 1706 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@e6313f6c does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:26:04.398 1569 1706 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@e6313f6c does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:26:04.413 26444 26444 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.facs.internal.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsInternalApiService } 11-28 10:26:04.419 846 846 D Zygote : Forked child process 14764 11-28 10:26:04.420 1569 1707 I ActivityManager: Start proc 14764:com.samsung.accessory.atticmgr/u0a331 for service {com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService} 11-28 10:26:04.430 846 846 D Zygote : Forked child process 14765 11-28 10:26:04.431 1569 1707 I ActivityManager: Start proc 14765:com.samsung.accessory.neobeanmgr/u0a331 for service {com.samsung.accessory.neobeanmgr/com.samsung.accessory.hearablemgr.core.service.MainService} 11-28 10:26:04.431 14764 14764 I essory.atticmgr: Using CollectorTypeCMC GC. 11-28 10:26:04.434 14764 14764 E essory.atticmgr: Not starting debugger since process cannot load the jdwp agent. 11-28 10:26:04.439 14765 14765 I sory.neobeanmgr: Using CollectorTypeCMC GC. 11-28 10:26:04.439 14764 14764 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 11-28 10:26:04.442 14765 14765 E sory.neobeanmgr: Not starting debugger since process cannot load the jdwp agent. 11-28 10:26:04.445 14765 14765 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 11-28 10:26:04.464 26444 26444 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsBoundBrokerService } 11-28 10:26:04.472 14764 14764 D nativeloader: Configuring clns-7 for other apk /data/app/~~3G4LQTZ-XeRC0ID1430P0A==/com.samsung.accessory.atticmgr-LWLyzpizmivljVdv138r_A==/base.apk. target_sdk_version=33, uses_libraries=, library_path=/data/app/~~3G4LQTZ-XeRC0ID1430P0A==/com.samsung.accessory.atticmgr-LWLyzpizmivljVdv138r_A==/lib/arm64:/data/app/~~3G4LQTZ-XeRC0ID1430P0A==/com.samsung.accessory.atticmgr-LWLyzpizmivljVdv138r_A==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.samsung.accessory.atticmgr 11-28 10:26:04.478 14765 14765 D nativeloader: Configuring clns-7 for other apk /data/app/~~qL-Kqay2B3bJqtDQWrYIBQ==/com.samsung.accessory.neobeanmgr-4YwNjPpk450eilCTr69_ag==/base.apk. target_sdk_version=33, uses_libraries=, library_path=/data/app/~~qL-Kqay2B3bJqtDQWrYIBQ==/com.samsung.accessory.neobeanmgr-4YwNjPpk450eilCTr69_ag==/lib/arm64:/data/app/~~qL-Kqay2B3bJqtDQWrYIBQ==/com.samsung.accessory.neobeanmgr-4YwNjPpk450eilCTr69_ag==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.samsung.accessory.neobeanmgr 11-28 10:26:04.496 14764 14764 V GraphicsEnvironment: Currently set values for: 11-28 10:26:04.496 14764 14764 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon] 11-28 10:26:04.496 14764 14764 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native] 11-28 10:26:04.496 14764 14764 V GraphicsEnvironment: com.samsung.accessory.atticmgr is not listed in per-application setting 11-28 10:26:04.496 14764 14764 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 11-28 10:26:04.501 14765 14765 V GraphicsEnvironment: Currently set values for: 11-28 10:26:04.501 14765 14765 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon] 11-28 10:26:04.501 14765 14765 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native] 11-28 10:26:04.501 14765 14765 V GraphicsEnvironment: com.samsung.accessory.neobeanmgr is not listed in per-application setting 11-28 10:26:04.501 14765 14765 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 11-28 10:26:04.510 14764 14764 W Attic_SecCompatUtil: ReflectiveOperationException e 11-28 10:26:04.510 14764 14764 W libc : Access denied finding property "ro.debuggable" 11-28 10:26:04.510 14764 14764 W libc : Access denied finding property "ro.debuggable" 11-28 10:26:04.509 14764 14764 W essory.atticmgr: type=1400 audit(0.0:42669): avc: denied { read } for name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=383 scontext=u:r:untrusted_app_32:s0:c75,c257,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.samsung.accessory.neobeanmgr 11-28 10:26:04.509 14764 14764 W essory.atticmgr: type=1400 audit(0.0:42670): avc: denied { read } for name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=383 scontext=u:r:untrusted_app_32:s0:c75,c257,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.samsung.accessory.neobeanmgr 11-28 10:26:04.515 14765 14765 W NeoBean_SecCompatUtil: ReflectiveOperationException e 11-28 10:26:04.515 14765 14765 W libc : Access denied finding property "ro.debuggable" 11-28 10:26:04.515 14765 14765 W libc : Access denied finding property "ro.debuggable" 11-28 10:26:04.515 14764 14764 I CapsuleProvider_1.0.23: onCreate 11-28 10:26:04.513 14765 14765 W sory.neobeanmgr: type=1400 audit(0.0:42671): avc: denied { read } for name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=383 scontext=u:r:untrusted_app_32:s0:c75,c257,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.samsung.accessory.neobeanmgr 11-28 10:26:04.513 14765 14765 W sory.neobeanmgr: type=1400 audit(0.0:42672): avc: denied { read } for name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=383 scontext=u:r:untrusted_app_32:s0:c75,c257,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.samsung.accessory.neobeanmgr 11-28 10:26:04.521 14765 14765 I CapsuleProvider_1.0.23: onCreate 11-28 10:26:04.530 14764 14764 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration. 11-28 10:26:04.534 14765 14765 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration. 11-28 10:26:04.538 14764 14764 D DIAGMON_SDK[605065]: setDeviceId : 11-28 10:26:04.539 14764 14764 I Attic_[SEARCH]_Attic_SearchContentProvider: onCreate 11-28 10:26:04.539 14764 14764 W Attic_[SEARCH]_Attic_SearchDatabaseHelper: SearchDatabaseHelper hearable_search.db 1 11-28 10:26:04.542 14765 14765 D DIAGMON_SDK[605065]: setDeviceId : 11-28 10:26:04.543 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchContentProvider: onCreate 11-28 10:26:04.543 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: SearchDatabaseHelper hearable_search.db 1 11-28 10:26:04.549 14764 14764 D Attic_Application: onCreate() 11-28 10:26:04.550 14764 14764 I Attic_BluetoothHeadsetStatic: initialize() 11-28 10:26:04.550 14765 14765 D NeoBean_Application: onCreate() 11-28 10:26:04.550 14765 14765 I NeoBean_BluetoothHeadsetStatic: initialize() 11-28 10:26:04.554 864 2508 I bthal.activity: bt_power: LeAdvStat: 10:26:00:905 - 10:26:04:554, duration: 3648, le_adv_count: 27, total_le_adv_count: 230005, total_event_count: 322842 11-28 10:26:04.556 14764 14764 I Attic_BluetoothHeadsetStatic: initialize() 11-28 10:26:04.556 14765 14765 I NeoBean_BluetoothHeadsetStatic: initialize() 11-28 10:26:04.556 14764 14764 I Attic_BluetoothLeAudioStatic: initialize() 11-28 10:26:04.556 14765 14765 I NeoBean_BluetoothLeAudioStatic: initialize() 11-28 10:26:04.559 14765 14765 I NeoBean_BluetoothOperationMode: initialize() 11-28 10:26:04.559 14764 14764 I Attic_BluetoothOperationMode: initialize() 11-28 10:26:04.561 14764 14764 I Attic_BluetoothManager: mBluetoothHeadset = null [11-28 10:26:04] 11-28 10:26:04.561 14764 14764 I Attic_BluetoothManager: mBluetoothA2dp = null [11-28 10:26:04] 11-28 10:26:04.561 14765 14765 I NeoBean_BluetoothManager: mBluetoothHeadset = null [11-28 10:26:04] 11-28 10:26:04.561 14765 14765 I NeoBean_BluetoothManager: mBluetoothA2dp = null [11-28 10:26:04] 11-28 10:26:04.563 14764 14764 D Attic_BluetoothUtil: isAdapterOn() : true 11-28 10:26:04.563 14765 14765 D NeoBean_BluetoothUtil: isAdapterOn() : true 11-28 10:26:04.563 14764 14764 D Attic_BluetoothManager: bindHeadsetProfile() : null [11-28 10:26:04] 11-28 10:26:04.563 14765 14765 D NeoBean_BluetoothManager: bindHeadsetProfile() : null [11-28 10:26:04] 11-28 10:26:04.563 14764 14764 D Attic_BluetoothManager: bindA2dpProfile() : null [11-28 10:26:04] 11-28 10:26:04.563 14765 14765 D NeoBean_BluetoothManager: bindA2dpProfile() : null [11-28 10:26:04] 11-28 10:26:04.566 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.566 14765 14765 E NeoBean_Preferences: [null.preference_fota_sku] null - failed! 11-28 10:26:04.566 14765 14765 D NeoBean_CoreService: onCreate() 11-28 10:26:04.567 14765 14765 D NeoBean_WaitTimer: reset() : com.samsung.accessory.hearablemgr.common.util.WaitTimer@c3a33fb 11-28 10:26:04.567 14765 14794 D NeoBean_WorkerHandler: WorkerHandler() : core_service_worker@com.samsung.accessory.hearablemgr.core.service.CoreService@788918a 11-28 10:26:04.567 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.567 14764 14764 E Attic_Preferences: [null.preference_fota_sku] null - failed! 11-28 10:26:04.567 14764 14764 D Attic_CoreService: onCreate() 11-28 10:26:04.568 14764 14764 D Attic_WaitTimer: reset() : com.samsung.accessory.hearablemgr.common.util.WaitTimer@c3a33fb 11-28 10:26:04.568 14764 14797 D Attic_WorkerHandler: WorkerHandler() : core_service_worker@com.samsung.accessory.hearablemgr.core.service.CoreService@788918a 11-28 10:26:04.568 14764 14764 D Attic_SppConnectionManager: SppConnectionManager() 11-28 10:26:04.568 14764 14800 D Attic_WorkerHandler: WorkerHandler() : spp_worker@com.samsung.accessory.hearablemgr.core.service.SppConnectionManager@fc0cc18 11-28 10:26:04.568 14764 14764 D Attic_WaitTimer: reset() : com.samsung.accessory.hearablemgr.common.util.WaitTimer@be63c56 11-28 10:26:04.569 14765 14765 D NeoBean_SppConnectionManager: SppConnectionManager() 11-28 10:26:04.569 14765 14804 D NeoBean_WorkerHandler: WorkerHandler() : spp_worker@com.samsung.accessory.hearablemgr.core.service.SppConnectionManager@fc0cc18 11-28 10:26:04.569 14765 14765 D NeoBean_WaitTimer: reset() : com.samsung.accessory.hearablemgr.common.util.WaitTimer@be63c56 11-28 10:26:04.576 14764 14764 D Attic_BgSwitchingManager: BackgroundSwitching() 11-28 10:26:04.576 14764 14764 D Attic_BgSwitchingManager: init() 11-28 10:26:04.576 14765 14765 D NeoBean_BgSwitchingManager: BackgroundSwitching() 11-28 10:26:04.576 14765 14765 D NeoBean_BgSwitchingManager: init() 11-28 10:26:04.578 14764 14764 D Attic_DeviceLogMgr: DeviceLogManager() : com.samsung.accessory.hearablemgr.core.service.CoreService@788918a 11-28 10:26:04.578 14764 14764 D Attic_WaitTimer: reset() : com.samsung.accessory.hearablemgr.common.util.WaitTimer@b6e9065 11-28 10:26:04.579 14765 14765 D NeoBean_DeviceLogMgr: DeviceLogManager() : com.samsung.accessory.hearablemgr.core.service.CoreService@788918a 11-28 10:26:04.579 14765 14765 D NeoBean_WaitTimer: reset() : com.samsung.accessory.hearablemgr.common.util.WaitTimer@b6e9065 11-28 10:26:04.580 1569 2199 W ActivityManager: Receiver with filter android.content.IntentFilter@ff96feb already registered for pid 14764, callerPackage is com.samsung.accessory.atticmgr 11-28 10:26:04.580 1569 2036 W ActivityManager: Receiver with filter android.content.IntentFilter@8107148 already registered for pid 14765, callerPackage is com.samsung.accessory.neobeanmgr 11-28 10:26:04.585 14764 14764 W System.err: android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.game.gos 11-28 10:26:04.585 14765 14765 W System.err: android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.game.gos 11-28 10:26:04.585 14764 14764 W System.err: at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:273) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:273) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:233) 11-28 10:26:04.585 14764 14764 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:233) 11-28 10:26:04.585 14764 14764 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:227) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:227) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.getGosPackageInfo(GameModeManager.java:192) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.getGosPackageInfo(GameModeManager.java:192) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.getGosVersion(GameModeManager.java:204) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.isSupportDevice(GameModeManager.java:216) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.getGosVersion(GameModeManager.java:204) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.subscribeToGos(GameModeManager.java:245) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.isSupportDevice(GameModeManager.java:216) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.(GameModeManager.java:67) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.subscribeToGos(GameModeManager.java:245) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.onCreate(CoreService.java:203) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.gamemode.GameModeManager.(GameModeManager.java:67) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.(CoreService.java:183) 11-28 10:26:04.585 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.Application.onCreate(Application.java:79) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.onCreate(CoreService.java:203) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.(CoreService.java:183) 11-28 10:26:04.585 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.Application.onCreate(Application.java:79) 11-28 10:26:04.585 14764 14764 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) 11-28 10:26:04.585 14764 14764 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) 11-28 10:26:04.585 14764 14764 W System.err: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416) 11-28 10:26:04.585 14765 14765 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:04.585 14764 14764 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416) 11-28 10:26:04.585 14765 14765 W System.err: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:04.585 14764 14764 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:04.585 14765 14765 W System.err: at android.os.Looper.loop(Looper.java:317) 11-28 10:26:04.585 14764 14764 W System.err: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:04.585 14765 14765 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:04.585 14764 14764 W System.err: at android.os.Looper.loop(Looper.java:317) 11-28 10:26:04.585 14764 14764 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:04.585 14765 14765 W System.err: at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:04.585 14764 14764 W System.err: at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:04.585 14765 14765 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:04.585 14765 14765 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:04.585 14764 14764 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:04.585 14764 14764 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:04.585 14765 14765 E NeoBean_GameModeManager: getGosPackageInfo() : error=android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.game.gos 11-28 10:26:04.585 14765 14765 I NeoBean_GameModeManager: isSupportDevice() : false (N / SDK_INT: 35 / gosVersion: -1 11-28 10:26:04.585 14764 14764 E Attic_GameModeManager: getGosPackageInfo() : error=android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.game.gos 11-28 10:26:04.585 14764 14764 I Attic_GameModeManager: isSupportDevice() : false (N / SDK_INT: 35 / gosVersion: -1 11-28 10:26:04.586 14765 14765 D SemBluetoothAudioCast: init() 11-28 10:26:04.586 14764 14764 D SemBluetoothAudioCast: init() 11-28 10:26:04.587 14764 14764 D SemBluetoothAudioCast: init() : false 11-28 10:26:04.587 14765 14765 D SemBluetoothAudioCast: init() : false 11-28 10:26:04.588 14764 14764 D Attic_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:04.588 14765 14765 D NeoBean_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:04.588 14764 14764 D Attic_SpatialSensorManagerImpl: SpatialSensorManager() : false 11-28 10:26:04.588 14765 14765 D NeoBean_SpatialSensorManagerImpl: SpatialSensorManager() : false 11-28 10:26:04.588 14764 14764 I ShtCore : (1.15)onCreate : 11-28 10:26:04.588 14764 14764 D Attic_SpatialSensorManagerImpl: getContext() 11-28 10:26:04.588 14765 14765 I ShtCore : (1.15)onCreate : 11-28 10:26:04.588 14765 14765 D NeoBean_SpatialSensorManagerImpl: getContext() 11-28 10:26:04.591 14764 14764 E ShtCore : (1.15)Not supported : samsung device(false),os(true),sensor(true) 11-28 10:26:04.591 14764 14764 E ShtCore : (1.15)onCreate : Failed - not supported 11-28 10:26:04.591 14764 14764 W System.err: java.lang.UnsupportedOperationException: Spatial audio not supported on this device 11-28 10:26:04.591 14765 14765 E ShtCore : (1.15)Not supported : samsung device(false),os(true),sensor(true) 11-28 10:26:04.591 14765 14765 E ShtCore : (1.15)onCreate : Failed - not supported 11-28 10:26:04.591 14765 14765 W System.err: java.lang.UnsupportedOperationException: Spatial audio not supported on this device 11-28 10:26:04.591 14765 14765 W System.err: at com.samsung.sht.ShtCore.onCreate(ShtCore.java:75) 11-28 10:26:04.591 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.SpatialSensorManagerImpl.(SpatialSensorManagerImpl.java:60) 11-28 10:26:04.591 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.SpatialSensorManager.(SpatialSensorManager.java:28) 11-28 10:26:04.591 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.onCreate(CoreService.java:205) 11-28 10:26:04.591 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.(CoreService.java:183) 11-28 10:26:04.591 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.Application.onCreate(Application.java:79) 11-28 10:26:04.591 14765 14765 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) 11-28 10:26:04.591 14765 14765 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) 11-28 10:26:04.591 14765 14765 W System.err: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) 11-28 10:26:04.591 14765 14765 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416) 11-28 10:26:04.591 14765 14765 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:04.591 14764 14764 W System.err: at com.samsung.sht.ShtCore.onCreate(ShtCore.java:75) 11-28 10:26:04.591 14765 14765 W System.err: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:04.591 14765 14765 W System.err: at android.os.Looper.loop(Looper.java:317) 11-28 10:26:04.591 14765 14765 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:04.591 14765 14765 W System.err: at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:04.591 14765 14765 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:04.591 14765 14765 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:04.591 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.SpatialSensorManagerImpl.(SpatialSensorManagerImpl.java:60) 11-28 10:26:04.591 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.SpatialSensorManager.(SpatialSensorManager.java:28) 11-28 10:26:04.591 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.onCreate(CoreService.java:205) 11-28 10:26:04.591 14765 14765 E NeoBean_SpatialSensorManagerImpl: SpatialSensorManager() : Exception : java.lang.UnsupportedOperationException: Spatial audio not supported on this device 11-28 10:26:04.591 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.CoreService.(CoreService.java:183) 11-28 10:26:04.591 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.Application.onCreate(Application.java:79) 11-28 10:26:04.591 14764 14764 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) 11-28 10:26:04.591 14764 14764 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) 11-28 10:26:04.591 14764 14764 W System.err: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) 11-28 10:26:04.591 14764 14764 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416) 11-28 10:26:04.591 14764 14764 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:04.591 14764 14764 W System.err: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:04.591 14764 14764 W System.err: at android.os.Looper.loop(Looper.java:317) 11-28 10:26:04.591 14764 14764 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:04.591 14764 14764 W System.err: at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:04.591 14764 14764 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:04.591 14764 14764 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:04.591 14764 14764 E Attic_SpatialSensorManagerImpl: SpatialSensorManager() : Exception : java.lang.UnsupportedOperationException: Spatial audio not supported on this device 11-28 10:26:04.595 14765 14765 D NeoBean_BluetoothManager: isReady() : false (null [11-28 10:26:04] / null [11-28 10:26:04]) 11-28 10:26:04.595 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchUtil: ==STATIC BLOCK== 11-28 10:26:04.595 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchUtil: initializeSearchDB 11-28 10:26:04.595 14764 14764 D Attic_BluetoothManager: isReady() : false (null [11-28 10:26:04] / null [11-28 10:26:04]) 11-28 10:26:04.595 14764 14764 I Attic_[SEARCH]_Attic_SearchUtil: ==STATIC BLOCK== 11-28 10:26:04.595 14764 14764 W Attic_[SEARCH]_Attic_SearchUtil: initializeSearchDB 11-28 10:26:04.598 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.599 14765 14765 E NeoBean_Preferences: [null.preference_search.version] null - failed! 11-28 10:26:04.599 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchUtil: currentVersion 1.1.22070762 prefVersion null 11-28 10:26:04.599 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.599 14764 14764 E Attic_Preferences: [null.preference_search.version] null - failed! 11-28 10:26:04.599 14764 14764 W Attic_[SEARCH]_Attic_SearchUtil: currentVersion 1.1.22070762 prefVersion null 11-28 10:26:04.599 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.599 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchUtil: Search DB is not updated, xml version changed recreating search db 11-28 10:26:04.599 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: SearchDatabaseHelper hearable_search.db 1 11-28 10:26:04.599 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.599 14764 14764 W Attic_[SEARCH]_Attic_SearchUtil: Search DB is not updated, xml version changed recreating search db 11-28 10:26:04.599 14764 14764 W Attic_[SEARCH]_Attic_SearchDatabaseHelper: SearchDatabaseHelper hearable_search.db 1 11-28 10:26:04.600 868 908 D CHRE : @ 415761.032: [ActivityPlatform] type 4, confidence 95 11-28 10:26:04.602 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: reconstruct 11-28 10:26:04.602 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: reconstruct 11-28 10:26:04.602 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: dropTables 11-28 10:26:04.602 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: dropTables 11-28 10:26:04.607 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: CREATE_INDEX_TABLE 11-28 10:26:04.608 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: CREATE_INDEX_TABLE 11-28 10:26:04.608 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: CREATE_SAVED_QUERIES_TABLE 11-28 10:26:04.608 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: CREATE_WORD_INDEX_TABLE 11-28 10:26:04.608 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: CREATE_SAVED_QUERIES_TABLE 11-28 10:26:04.609 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: CREATE_WORD_INDEX_TABLE 11-28 10:26:04.609 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: CREATE_TAG_INDEX_TABLE 11-28 10:26:04.609 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: CREATE_TAG_INDEX_TABLE 11-28 10:26:04.610 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: CREATE_SAVED_TAG_TABLE 11-28 10:26:04.610 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: CREATE_SAVED_TAG_TABLE 11-28 10:26:04.611 14765 14765 I NeoBean_[SEARCH]_NeoBean_SearchDatabaseHelper: Bootstrapped database 11-28 10:26:04.611 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: recreating_db 11-28 10:26:04.611 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: parseSearchXmlAndInsertToTable start 11-28 10:26:04.611 14764 14764 I Attic_[SEARCH]_Attic_SearchDatabaseHelper: Bootstrapped database 11-28 10:26:04.611 14764 14764 W Attic_[SEARCH]_Attic_SearchProviderOperationHelper: recreating_db 11-28 10:26:04.611 14764 14764 W Attic_[SEARCH]_Attic_SearchProviderOperationHelper: parseSearchXmlAndInsertToTable start 11-28 10:26:04.611 14765 14765 W NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: parseSearchXmlAndInsertToTable end 11-28 10:26:04.611 14765 14765 D NeoBean_CoreService: onCreate()_end 11-28 10:26:04.611 14764 14764 W Attic_[SEARCH]_Attic_SearchProviderOperationHelper: parseSearchXmlAndInsertToTable end 11-28 10:26:04.611 14764 14764 D Attic_CoreService: onCreate()_end 11-28 10:26:04.614 14764 14764 D Attic_NotificationCoreService: onCreate() 11-28 10:26:04.614 14765 14765 D NeoBean_NotificationCoreService: onCreate() 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : neobean 11-28 10:26:04.614 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_noise_reduction_title 11-28 10:26:04.615 14764 14808 D Attic_WorkerHandler: WorkerHandler() : notification_service_worker@com.samsung.accessory.hearablemgr.core.notification.NotificationCoreService@95a9db6 11-28 10:26:04.615 14765 14809 D NeoBean_WorkerHandler: WorkerHandler() : notification_service_worker@com.samsung.accessory.hearablemgr.core.notification.NotificationCoreService@95a9db6 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 1 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Active noise canceling 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#zenith 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn#neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_touchpad 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Touch controls 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.615 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_touchpad_menu1 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : settings_touchpad 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 1 11-28 10:26:04.616 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.616 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: noise_controls 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Block touches Touch controls 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.616 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_touchpad_option_menu 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : settings_touchpad 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Touch and hold Touch controls 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.617 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_find_my_gear 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Find My Earbuds 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: equalizer 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.618 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.618 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.618 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Equalizer Earbuds settings 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Noise controls 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: used_to_read_notifications_aloud 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_noise_reduction_title 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Used to read notifications aloud Earbuds settings 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_voice_wakeup_title 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.619 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : noise_controls 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Bixby voice wake-up Earbuds settings 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_seamless_connection 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.619 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Seamless earbud connection Earbuds settings 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_in_ear_detection 11-28 10:26:04.620 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.620 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Active noise canceling Noise controls 11-28 10:26:04.620 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.620 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_ambient_sound 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: In-ear detection for calls Earbuds settings 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#popcorn#zenith#pearl 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#popcorn#neobean#zenith#pearl 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: labs_title 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.620 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Labs Earbuds settings 11-28 10:26:04.620 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : neobean 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: relieve_pressure_ambient_sound_title 11-28 10:26:04.620 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : noise_controls 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings#labs_title 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: labs_title 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 1 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Relieve pressure with ambient sound Earbuds settings > Labs 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#popcorn#zenith 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : neobean#attic#berry#zenith#pearl 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: accessibility 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.620 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Ambient sound Noise controls 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Accessibility Earbuds settings 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#neobean#zenith#pearl 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: advanced_sound_balance 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: ambient_sound_level 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings#accessibility 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: accessibility 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Left/right sound balance Earbuds settings > Accessibility 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : pearl 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : noise_controls#settings_ambient_sound 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: card_menu_earbuds_software_update 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: noise_controls 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Earbuds software update Earbuds settings 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: diagnostics 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.621 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: settings_ambient_sound 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Diagnostics Earbuds settings 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: about_earbuds_reset_earbuds 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.621 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Reset Earbuds settings 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: earbud_info 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Ambient sound volume Noise controls > Ambient sound 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: noise_control_off 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Earbud information Earbuds settings 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#neobean 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: how_to_wear_your_earbuds 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : noise_controls 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: How to wear your earbuds Tips > Tips and user manual 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_touchpad 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Touch controls Tips > Tips and user manual 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.622 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: tips_pairing_title 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Off Noise controls 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : neobean 11-28 10:26:04.622 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#zenith 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: detect_conversations_title 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 1 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Voice detect 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn#neobean 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Pairing with a phone or tablet Tips > Tips and user manual 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.623 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.623 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: tips_charging_with_your_phone 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Charging with your phone Tips > Tips and user manual 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: tips_case_battery_title 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_touchpad_menu1 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Case battery level Tips > Tips and user manual 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#neobean 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: advanced_spatial_audio 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : settings_touchpad 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: 360 audio Earbuds settings 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#neobean#zenith#pearl#popcorn 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: settings_game_mode_title 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : earbuds_settings#labs_title 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData: path: labs_title 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 1 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Gaming mode Earbuds settings > Labs 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : popcorn 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: It's not target : neobean 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData target : attic#berry#neobean#popcorn#zenith#pearl 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData title: card_menu_tips_and_user_manual 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle start 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData subTitle: 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData path : 11-28 10:26:04.624 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 1 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: controlState : 0 11-28 10:26:04.624 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: Tips and user manual 11-28 10:26:04.625 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchUtil: getXMLData xmlData: Pair{{call=[In-ear detection for calls Earbuds settings], connectivity=[Seamless earbud connection Earbuds settings, Pairing with a phone or tablet Tips > Tips and user manual], sound=[Equalizer Earbuds settings, 360 audio Earbuds settings, Gaming mode Earbuds settings > Labs], touch=[Block touches Touch controls, Relieve pressure with ambient sound Earbuds settings > Labs], comfort=[How to wear your earbuds Tips > Tips and user manual]} [Active noise canceling , Touch controls , Block touches Touch controls, Touch and hold Touch controls, Find My Earbuds , Equalizer Earbuds settings, Used to read notifications aloud Earbuds settings, Bixby voice wake-up Earbuds settings, Seamless earbud connection Earbuds settings, In-ear detection for calls Earbuds settings, Labs Earbuds settings, Relieve pressure with ambient sound Earbuds settings > Labs, Accessibility Earbuds settings, Left/right sound balance Earbuds settings > Accessibility, Earbuds software update Earbuds settings, Diagnostics Earbuds settings, Reset Earbuds settings, Earbud information Earbuds settings, How to wear your earbuds Tips > Tips and user manual, Touch controls Tips > Tips and user manual, Pairing with a phone or tablet Tips > Tips and user manual, Charging with your phone Tips > Tips and user manual, Case battery level Tips > Tips and user manual, 360 audio Earbuds settings, Gaming mode Earbuds settings > Labs, Tips and user manual ]} 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Block touches Touch controls 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_touchpad_option_menu 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.625 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : settings_touchpad 11-28 10:26:04.626 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Touch and hold Touch controls 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_find_my_gear 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Find My Earbuds 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.627 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: equalizer 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Equalizer Earbuds settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: used_to_read_notifications_aloud 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Used to read notifications aloud Earbuds settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_voice_wakeup_title 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Bixby voice wake-up Earbuds settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_seamless_connection 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Seamless earbud connection Earbuds settings 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn#neobean#attic#berry#zenith#pearl 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_in_ear_detection 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.628 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: In-ear detection for calls Earbuds settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#popcorn#zenith#pearl 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_call_quality_title 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle:settings_call_quality_sub_desc 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Use Ambient sound during calls Relieve pressure with ambient sound Earbuds settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#popcorn#neobean#zenith#pearl 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: labs_title 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Labs Earbuds settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : neobean 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#popcorn#zenith 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: labs_double_tap_side 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings#labs_title 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: labs_title 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 1 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Double tap earbud edge Earbuds settings > Labs 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : neobean#attic#berry#zenith#pearl 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: accessibility 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Accessibility Earbuds settings 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.629 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: noise_controls_with_one_earbud_title 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings#accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 1 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Noise controls with one earbud Earbuds settings > Accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#neobean#zenith#pearl 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: advanced_sound_balance 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings#accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Left/right sound balance Earbuds settings > Accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: customize_ambient_sound 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings#accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 1 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Customize ambient sound Earbuds settings > Accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : pearl 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: ambient_sound_level 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings#accessibility#customize_ambient_sound 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: accessibility 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: customize_ambient_sound 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Ambient sound volume Earbuds settings > Accessibility > Customize ambient sound 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry 11-28 10:26:04.630 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: ambient_sound_tone 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings#accessibility#customize_ambient_sound 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: accessibility 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: customize_ambient_sound 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Ambient sound tone Earbuds settings > Accessibility > Customize ambient sound 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: card_menu_earbuds_software_update 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Earbuds software update Earbuds settings 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: diagnostics 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Diagnostics Earbuds settings 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: about_earbuds_reset_earbuds 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Reset Earbuds settings 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: earbud_info 11-28 10:26:04.631 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Earbud information Earbuds settings 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#neobean 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: how_to_wear_your_earbuds 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: How to wear your earbuds Tips > Tips and user manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_touchpad 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Touch controls Tips > Tips and user manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#zenith#pearl 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : berry#attic#neobean#popcorn#zenith#pearl 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: tips_pairing_title 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Pairing with a phone or tablet Tips > Tips and user manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#zenith#pearl 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: tips_healthy_earbud_use 11-28 10:26:04.632 14764 14764 D Attic_NotificationTTSCore: TTSCore() 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : tips_title#card_menu_tips_and_user_manual 11-28 10:26:04.632 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: tips_title 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: card_menu_tips_and_user_manual 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.633 14765 14765 D NeoBean_NotificationTTSCore: TTSCore() 11-28 10:26:04.633 14764 14764 D Attic_NotificationTTSCore: makeTTS() 11-28 10:26:04.633 14764 14764 D Attic_NotificationTTSCore: mTTS is null 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Healthy earbud use Tips > Tips and user manual 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : neobean#popcorn 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#neobean 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: advanced_spatial_audio 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings 11-28 10:26:04.633 14765 14765 D NeoBean_NotificationTTSCore: makeTTS() 11-28 10:26:04.633 14765 14765 D NeoBean_NotificationTTSCore: mTTS is null 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: 360 audio Earbuds settings 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#neobean#zenith#pearl#popcorn 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: settings_game_mode_title 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : earbuds_settings#labs_title 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: earbuds_settings 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData: path: labs_title 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 1 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Gaming mode Earbuds settings > Labs 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : popcorn 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : zenith#pearl 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: It's not target : attic 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData target : attic#berry#neobean#popcorn#zenith#pearl 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData title: card_menu_tips_and_user_manual 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle start 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData subTitle: 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData path : 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: controlState : 0 11-28 10:26:04.633 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: Tips and user manual 11-28 10:26:04.634 14764 14807 I Attic_[SEARCH]_Attic_SearchUtil: getXMLData xmlData: Pair{{call=[In-ear detection for calls Earbuds settings, Use Ambient sound during calls Relieve pressure with ambient sound Earbuds settings], connectivity=[Seamless earbud connection Earbuds settings, Pairing with a phone or tablet Tips > Tips and user manual], sound=[Noise controls , Equalizer Earbuds settings, 360 audio Earbuds settings, Gaming mode Earbuds settings > Labs], touch=[Block touches Touch controls, Double tap earbud edge Earbuds settings > Labs], comfort=[How to wear your earbuds Tips > Tips and user manual, Healthy earbud use Tips > Tips and user manual]} [Noise controls , Active noise canceling Noise controls, Ambient sound Noise controls, Ambient sound volume Noise controls > Ambient sound, Off Noise controls, Voice detect , Block touches Touch controls, Touch and hold Touch controls, Find My Earbuds , Equalizer Earbuds settings, Used to read notifications aloud Earbuds settings, Bixby voice wake-up Earbuds settings, Seamless earbud connection Earbuds settings, In-ear detection for calls Earbuds settings, Use Ambient sound during calls Relieve pressure with ambient sound Earbuds settings, Labs Earbuds settings, Double tap earbud edge Earbuds settings > Labs, Accessibility Earbuds settings, Noise controls with one earbud Earbuds settings > Accessibility, Left/right sound balance Earbuds settings > Accessibility, Customize ambient sound Earbuds settings > Accessibility, Ambient sound volume Earbuds settings > Accessibility > Customize ambient sound, Ambient sound tone Earbuds settings > Accessibility > Customize ambient sound, Earbuds software update Earbuds settings, Diagnostics Earbuds settings, Reset Earbuds settings, Earbud information Earbuds settings, How to wear your earbuds Tips > Tips and user manual, Touch controls Tips > Tips and user manual, Pairing with a phone or tablet Tips > Tips and user manual, Healthy earbud use Tips > Tips and user manual, 360 audio Earbuds settings, Gaming mode Earbuds settings > Labs, Tips and user manual ]} 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : size : 9 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : call 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : connectivity 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : connectivity 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : sound 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : sound 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : sound 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : touch 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : touch 11-28 10:26:04.636 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: bulkInsertTagItems : tagName : comfort 11-28 10:26:04.642 14765 14806 I NeoBean_[SEARCH]_NeoBean_SearchProviderOperationHelper: DB Result = id : 26 tagId : 9 wordId : 62 entryTagId : 5 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : size : 12 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : call 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : call 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : connectivity 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : connectivity 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : sound 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : sound 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : sound 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : sound 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : touch 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : touch 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : comfort 11-28 10:26:04.645 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: bulkInsertTagItems : tagName : comfort 11-28 10:26:04.648 14765 14765 I TextToSpeech: Sucessfully bound to com.google.android.tts 11-28 10:26:04.648 1569 2036 D TextToSpeechManagerPerUserService: Trying to start connection to TTS engine: com.google.android.tts 11-28 10:26:04.648 14765 14765 D NeoBean_NotificationCoreService: SsdkUnsupportedException Exception 11-28 10:26:04.649 14764 14764 I TextToSpeech: Sucessfully bound to com.google.android.tts 11-28 10:26:04.649 1569 2036 D TextToSpeechManagerPerUserService: Trying to start connection to TTS engine: com.google.android.tts 11-28 10:26:04.649 14764 14764 D Attic_NotificationCoreService: SsdkUnsupportedException Exception 11-28 10:26:04.650 1569 1569 D TextToSpeechManagerPerUserService: Connected successfully to TTS engine: com.google.android.tts 11-28 10:26:04.651 1569 1569 D TextToSpeechManagerPerUserService: Connected successfully to TTS engine: com.google.android.tts 11-28 10:26:04.652 14765 14784 I TextToSpeech: Connected to TTS engine 11-28 10:26:04.652 14764 14786 I TextToSpeech: Connected to TTS engine 11-28 10:26:04.653 14764 14807 I Attic_[SEARCH]_Attic_SearchProviderOperationHelper: DB Result = id : 34 tagId : 12 wordId : 70 entryTagId : 5 11-28 10:26:04.657 14764 14764 D Attic_NotificationCoreService: register MissedCallObserver 11-28 10:26:04.658 14765 14765 D NeoBean_NotificationCoreService: register MissedCallObserver 11-28 10:26:04.659 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.659 14764 14764 E Attic_Preferences: [null.preference_notification.enable] null - failed! 11-28 10:26:04.659 14764 14764 D Attic_SamsungAnalyticsUtil: setStatusInt() : 6603 = 1 (NOTIFICATION_ON) 11-28 10:26:04.660 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.660 14765 14765 E NeoBean_Preferences: [null.preference_notification.enable] null - failed! 11-28 10:26:04.660 14765 14765 D NeoBean_SamsungAnalyticsUtil: setStatusInt() : 6603 = 1 (NOTIFICATION_ON) 11-28 10:26:04.662 14765 14765 D NeoBean_NotificationCoreService: onCreate()_end 11-28 10:26:04.662 14765 14765 D NeoBean_NotificationUtil: isSupportInbandringtone() 11-28 10:26:04.662 14764 14764 D Attic_NotificationCoreService: onCreate()_end 11-28 10:26:04.662 14764 14764 D Attic_NotificationUtil: isSupportInbandringtone() 11-28 10:26:04.662 14765 14765 D NeoBean_NotificationUtil: not installed : com.sec.android.app.clockpackage 11-28 10:26:04.662 14765 14765 D NeoBean_NotificationUtil: not installed : com.sec.android.app.clockpackagechina 11-28 10:26:04.662 14764 14764 D Attic_NotificationUtil: not installed : com.sec.android.app.clockpackage 11-28 10:26:04.662 14765 14765 D NeoBean_NotificationUtil: not installed : com.samsung.android.calendar 11-28 10:26:04.662 14764 14764 D Attic_NotificationUtil: not installed : com.sec.android.app.clockpackagechina 11-28 10:26:04.663 14764 14764 D Attic_NotificationUtil: not installed : com.samsung.android.calendar 11-28 10:26:04.663 14765 14765 D NeoBean_NotificationUtil: not installed : com.samsung.android.messaging 11-28 10:26:04.663 14764 14764 D Attic_NotificationUtil: not installed : com.samsung.android.messaging 11-28 10:26:04.663 14765 14765 D NeoBean_NotificationUtil: not installed : com.samsung.android.email.provider 11-28 10:26:04.663 14764 14764 D Attic_NotificationUtil: not installed : com.samsung.android.email.provider 11-28 10:26:04.663 14765 14765 D NeoBean_NotificationUtil: not installed : com.samsung.android.email.ui 11-28 10:26:04.663 14764 14764 D Attic_NotificationUtil: not installed : com.samsung.android.email.ui 11-28 10:26:04.663 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.663 14765 14765 E NeoBean_Preferences: [null.vn_detail_incoming call] null - failed! 11-28 10:26:04.663 14765 14765 D NeoBean_NotificationUtil: setAppNotificationDetails 11-28 10:26:04.663 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.663 14764 14764 E Attic_Preferences: [null.vn_detail_incoming call] null - failed! 11-28 10:26:04.663 14764 14764 D Attic_NotificationUtil: setAppNotificationDetails 11-28 10:26:04.663 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14765 14765 E NeoBean_Preferences: [null.vn_detail_incoming call] put(detail) failed! 11-28 10:26:04.664 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14764 14764 E Attic_Preferences: [null.vn_detail_incoming call] put(detail) failed! 11-28 10:26:04.664 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14765 14765 E NeoBean_Preferences: [null.vn_enable_incoming call] null - failed! 11-28 10:26:04.664 14765 14765 D NeoBean_NotificationUtil: setEnabledApplication::incoming call value = on 11-28 10:26:04.664 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14764 14764 E Attic_Preferences: [null.vn_enable_incoming call] null - failed! 11-28 10:26:04.664 14764 14764 D Attic_NotificationUtil: setEnabledApplication::incoming call value = on 11-28 10:26:04.664 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14765 14765 E NeoBean_Preferences: [null.vn_enable_incoming call] put(on) failed! 11-28 10:26:04.664 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14764 14764 E Attic_Preferences: [null.vn_enable_incoming call] put(on) failed! 11-28 10:26:04.664 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14765 14765 E NeoBean_Preferences: [null.vn_enable_missed call] null - failed! 11-28 10:26:04.664 14765 14765 D NeoBean_NotificationUtil: setEnabledApplication::missed call value = on 11-28 10:26:04.664 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14764 14764 E Attic_Preferences: [null.vn_enable_missed call] null - failed! 11-28 10:26:04.664 14764 14764 D Attic_NotificationUtil: setEnabledApplication::missed call value = on 11-28 10:26:04.664 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14765 14765 E NeoBean_Preferences: [null.vn_enable_missed call] put(on) failed! 11-28 10:26:04.664 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14764 14764 E Attic_Preferences: [null.vn_enable_missed call] put(on) failed! 11-28 10:26:04.664 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.664 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.sec.android.app.clockpackage] null - failed! 11-28 10:26:04.664 14765 14765 D NeoBean_NotificationUtil: setEnabledApplication::com.sec.android.app.clockpackage value = on 11-28 10:26:04.665 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.sec.android.app.clockpackage] put(on) failed! 11-28 10:26:04.665 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14764 14764 E Attic_Preferences: [null.vn_enable_com.sec.android.app.clockpackage] null - failed! 11-28 10:26:04.665 14764 14764 D Attic_NotificationUtil: setEnabledApplication::com.sec.android.app.clockpackage value = on 11-28 10:26:04.665 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.android.calendar] null - failed! 11-28 10:26:04.665 14765 14765 D NeoBean_NotificationUtil: setEnabledApplication::com.android.calendar value = on 11-28 10:26:04.665 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14764 14764 E Attic_Preferences: [null.vn_enable_com.sec.android.app.clockpackage] put(on) failed! 11-28 10:26:04.665 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.android.calendar] put(on) failed! 11-28 10:26:04.665 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14764 14764 E Attic_Preferences: [null.vn_enable_com.android.calendar] null - failed! 11-28 10:26:04.665 14764 14764 D Attic_NotificationUtil: setEnabledApplication::com.android.calendar value = on 11-28 10:26:04.665 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.android.mms] null - failed! 11-28 10:26:04.665 14765 14765 D NeoBean_NotificationUtil: setEnabledApplication::com.android.mms value = on 11-28 10:26:04.665 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14764 14764 E Attic_Preferences: [null.vn_enable_com.android.calendar] put(on) failed! 11-28 10:26:04.665 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.android.mms] put(on) failed! 11-28 10:26:04.665 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14764 14764 E Attic_Preferences: [null.vn_enable_com.android.mms] null - failed! 11-28 10:26:04.665 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.android.email] null - failed! 11-28 10:26:04.665 14765 14765 D NeoBean_NotificationUtil: setEnabledApplication::com.android.email value = on 11-28 10:26:04.665 14764 14764 D Attic_NotificationUtil: setEnabledApplication::com.android.mms value = on 11-28 10:26:04.665 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.665 14764 14764 E Attic_Preferences: [null.vn_enable_com.android.mms] put(on) failed! 11-28 10:26:04.665 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.666 14765 14765 E NeoBean_Preferences: [null.vn_enable_com.android.email] put(on) failed! 11-28 10:26:04.666 14765 14765 D NeoBean_NotificationUtil: isLockNone : false 11-28 10:26:04.666 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.666 14764 14764 E Attic_Preferences: [null.vn_enable_com.android.email] null - failed! 11-28 10:26:04.666 14764 14764 D Attic_NotificationUtil: setEnabledApplication::com.android.email value = on 11-28 10:26:04.666 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.666 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.666 14764 14764 E Attic_Preferences: [null.vn_enable_com.android.email] put(on) failed! 11-28 10:26:04.666 14764 14764 D Attic_NotificationUtil: isLockNone : false 11-28 10:26:04.667 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.667 14765 14821 D NeoBean_WorkerHandler: WorkerHandler() : uhm_db_cache_worker 11-28 10:26:04.667 14764 14822 D Attic_WorkerHandler: WorkerHandler() : uhm_db_cache_worker 11-28 10:26:04.671 14765 14765 D NeoBean_UhmDatabase: updateDeviceList() : null 11-28 10:26:04.671 14764 14764 D Attic_UhmDatabase: updateDeviceList() : null 11-28 10:26:04.671 14765 14821 D NeoBean_UhmDatabase: TaskUpdateDeviceList() : run() 11-28 10:26:04.671 14764 14822 D Attic_UhmDatabase: TaskUpdateDeviceList() : run() 11-28 10:26:04.673 1569 2036 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@e6313f6c does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:26:04.674 14765 14765 D NeoBean_UhmDatabase: registerContentProviderObserver() 11-28 10:26:04.674 14764 14764 D Attic_UhmDatabase: registerContentProviderObserver() 11-28 10:26:04.676 14765 14765 D NeoBean_RoutineReceiverManager: onCreate() 11-28 10:26:04.676 14765 14765 D NeoBean_RoutineUtils: initialize() 11-28 10:26:04.676 14764 14764 D Attic_RoutineReceiverManager: onCreate() 11-28 10:26:04.676 14764 14764 D Attic_RoutineUtils: initialize() 11-28 10:26:04.677 14764 14764 D Attic_RoutineUtils: changeComponentEnableState :: false 11-28 10:26:04.677 14765 14765 D NeoBean_RoutineUtils: changeComponentEnableState :: false 11-28 10:26:04.680 14765 14765 D NeoBean_WidgetManager: initDarkModeValue : true 11-28 10:26:04.680 14764 14764 D Attic_WidgetManager: initDarkModeValue : true 11-28 10:26:04.681 14765 14765 D NeoBean_SamsungAnalyticsUtil: setStatusString() : 6681 = e (WITCH_WIDGET_INSTALLED) 11-28 10:26:04.681 14764 14764 D Attic_SamsungAnalyticsUtil: setStatusString() : 6681 = e (WITCH_WIDGET_INSTALLED) 11-28 10:26:04.684 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.684 14765 14765 E NeoBean_Preferences: [null.preference_setup_wizard.done] null - failed! 11-28 10:26:04.684 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.684 14764 14764 E Attic_Preferences: [null.preference_setup_wizard.done] null - failed! 11-28 10:26:04.685 14765 14765 D NeoBean_AppNotificationChannels: register() : com.samsung.accessory.hearablemgr.Application@3451da6 11-28 10:26:04.686 846 846 D Zygote : Forked child process 14825 11-28 10:26:04.687 14764 14764 D Attic_AppNotificationChannels: register() : com.samsung.accessory.hearablemgr.Application@e171b94 11-28 10:26:04.687 14765 14765 D NeoBean_OreoCompatUtil: startService() : Intent { cmp=com.samsung.accessory.neobeanmgr/com.samsung.accessory.hearablemgr.core.service.MainService } 11-28 10:26:04.688 1569 1707 I ActivityManager: Start proc 14825:com.samsung.android.app.watchmanager:contentprovider/u0a331 for content provider {com.samsung.android.app.watchmanager/com.samsung.android.app.twatchmanager.contentprovider.BaseContentProvider} 11-28 10:26:04.689 14765 14765 D NeoBean_Application: bindMainService() 11-28 10:26:04.690 14764 14764 D Attic_OreoCompatUtil: startService() : Intent { cmp=com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService } 11-28 10:26:04.694 14825 14825 I contentprovider: Using CollectorTypeCMC GC. 11-28 10:26:04.694 14764 14764 D Attic_Application: bindMainService() 11-28 10:26:04.695 14765 14765 D SamsungAnalytics605065: [Tracker] Tracker start:6.05.065 11-28 10:26:04.695 14765 14765 D NeoBean_SamsungAnalyticsUtil: updateSdkConfiguration() 11-28 10:26:04.695 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.695 14765 14765 E NeoBean_Preferences: [null.preference_setup_wizard.report_diagnostic_info] null - failed! 11-28 10:26:04.695 14765 14765 W NeoBean_SamsungAnalyticsUtil: initUncaughtExceptionLogging() : false 11-28 10:26:04.696 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.696 14765 14765 E NeoBean_Preferences: [null.preference_setup_wizard.report_diagnostic_info] null - failed! 11-28 10:26:04.696 14765 14765 W NeoBean_SamsungAnalyticsUtil: ignored registerSettingStatusInfo() : clear all status info 11-28 10:26:04.696 14765 14765 D NeoBean_BixbyActionHandler: initialize() 11-28 10:26:04.696 14765 14765 I CapsuleProvider_1.0.23: releasing initialize wait lock. 11-28 10:26:04.696 14765 14765 D NeoBean_BudsLogManager: BudsLogManager() : 11-28 10:26:04.697 14765 14830 D NeoBean_WorkerHandler: WorkerHandler() : buds_log@com.samsung.accessory.hearablemgr.core.service.BudsLogManager@f01a284 11-28 10:26:04.697 14825 14825 E contentprovider: Not starting debugger since process cannot load the jdwp agent. 11-28 10:26:04.697 14765 14826 E DIAGMON_SDK: DMA Client is not exist 11-28 10:26:04.698 14765 14826 D CompatChangeReporter: Compat change id reported: 183155436; UID 10331; state: ENABLED 11-28 10:26:04.698 14765 14765 D NeoBean_BudsLogManager: makeLogDir 11-28 10:26:04.698 14765 14765 W System.err: android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.voc 11-28 10:26:04.698 14765 14765 W System.err: at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:273) 11-28 10:26:04.699 14765 14765 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:233) 11-28 10:26:04.699 14765 14765 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:227) 11-28 10:26:04.699 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.getSamsungMembersVersion(BudsLogManager.java:414) 11-28 10:26:04.699 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.getSupportedStorageByCondition(BudsLogManager.java:575) 11-28 10:26:04.699 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.makeLogDir(BudsLogManager.java:273) 11-28 10:26:04.699 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.(BudsLogManager.java:80) 11-28 10:26:04.699 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.getInstance(BudsLogManager.java:87) 11-28 10:26:04.699 14765 14765 W System.err: at com.samsung.accessory.hearablemgr.Application.onCreate(Application.java:95) 11-28 10:26:04.699 14765 14765 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) 11-28 10:26:04.699 14765 14765 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) 11-28 10:26:04.699 14764 14764 D SamsungAnalytics605065: [Tracker] Tracker start:6.05.065 11-28 10:26:04.699 14765 14765 W System.err: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) 11-28 10:26:04.699 14765 14765 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416) 11-28 10:26:04.699 14765 14765 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:04.699 14764 14764 D Attic_SamsungAnalyticsUtil: updateSdkConfiguration() 11-28 10:26:04.699 14765 14765 W System.err: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:04.699 14765 14765 W System.err: at android.os.Looper.loop(Looper.java:317) 11-28 10:26:04.699 14765 14765 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:04.699 14765 14765 W System.err: at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:04.699 14765 14765 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:04.699 14765 14765 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:04.699 14765 14765 E NeoBean_BudsLogManager: getSMPackageInfo() : error=android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.voc 11-28 10:26:04.699 14765 14765 D NeoBean_BudsLogManager: samsungMembersVersion : -1 11-28 10:26:04.699 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.699 14764 14764 E Attic_Preferences: [null.preference_setup_wizard.report_diagnostic_info] null - failed! 11-28 10:26:04.699 14764 14764 W Attic_SamsungAnalyticsUtil: initUncaughtExceptionLogging() : false 11-28 10:26:04.699 14764 14836 E DIAGMON_SDK: DMA Client is not exist 11-28 10:26:04.699 14764 14836 D CompatChangeReporter: Compat change id reported: 183155436; UID 10331; state: ENABLED 11-28 10:26:04.699 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:04.699 14764 14764 E Attic_Preferences: [null.preference_setup_wizard.report_diagnostic_info] null - failed! 11-28 10:26:04.699 14764 14764 W Attic_SamsungAnalyticsUtil: ignored registerSettingStatusInfo() : clear all status info 11-28 10:26:04.699 14764 14764 D Attic_BixbyActionHandler: initialize() 11-28 10:26:04.699 14764 14764 I CapsuleProvider_1.0.23: releasing initialize wait lock. 11-28 10:26:04.700 14764 14764 D Attic_BudsLogManager: BudsLogManager() : 11-28 10:26:04.700 14825 14825 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 11-28 10:26:04.701 14764 14836 D SamsungAnalytics605065: Device is not enabled for logging 11-28 10:26:04.701 14764 14836 D SamsungAnalytics605065: Tracker is not initialized, status : -1 11-28 10:26:04.701 14764 14839 D Attic_WorkerHandler: WorkerHandler() : buds_log@com.samsung.accessory.hearablemgr.core.service.BudsLogManager@f01a284 11-28 10:26:04.701 14765 14826 D SamsungAnalytics605065: Device is not enabled for logging 11-28 10:26:04.702 14765 14826 D SamsungAnalytics605065: Tracker is not initialized, status : -1 11-28 10:26:04.703 14765 14765 D NeoBean_FotaProviderApplication: init() 11-28 10:26:04.703 14765 14765 D NeoBean_FotaController: FotaController() 11-28 10:26:04.704 14764 14764 D Attic_BudsLogManager: makeLogDir 11-28 10:26:04.704 14764 14764 W System.err: android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.voc 11-28 10:26:04.705 14764 14764 W System.err: at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:273) 11-28 10:26:04.705 14764 14764 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:233) 11-28 10:26:04.705 14764 14764 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:227) 11-28 10:26:04.705 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.getSamsungMembersVersion(BudsLogManager.java:414) 11-28 10:26:04.705 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.getSupportedStorageByCondition(BudsLogManager.java:575) 11-28 10:26:04.705 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.makeLogDir(BudsLogManager.java:273) 11-28 10:26:04.705 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.(BudsLogManager.java:80) 11-28 10:26:04.705 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.core.service.BudsLogManager.getInstance(BudsLogManager.java:87) 11-28 10:26:04.705 14764 14764 W System.err: at com.samsung.accessory.hearablemgr.Application.onCreate(Application.java:95) 11-28 10:26:04.705 14764 14764 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) 11-28 10:26:04.705 14764 14764 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) 11-28 10:26:04.705 14764 14764 W System.err: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) 11-28 10:26:04.705 14764 14764 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416) 11-28 10:26:04.705 14764 14764 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 11-28 10:26:04.705 14764 14764 W System.err: at android.os.Looper.loopOnce(Looper.java:232) 11-28 10:26:04.705 14764 14764 W System.err: at android.os.Looper.loop(Looper.java:317) 11-28 10:26:04.705 14764 14764 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8705) 11-28 10:26:04.705 14764 14764 W System.err: at java.lang.reflect.Method.invoke(Native Method) 11-28 10:26:04.705 14764 14764 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) 11-28 10:26:04.705 14764 14764 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886) 11-28 10:26:04.705 14764 14764 E Attic_BudsLogManager: getSMPackageInfo() : error=android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.voc 11-28 10:26:04.705 14764 14764 D Attic_BudsLogManager: samsungMembersVersion : -1 11-28 10:26:04.705 14764 14764 D Attic_FotaProviderApplication: init() 11-28 10:26:04.705 14764 14764 D Attic_FotaController: FotaController() 11-28 10:26:04.711 14825 14825 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar 11-28 10:26:04.711 14825 14825 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar 11-28 10:26:04.712 14765 14765 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] 11-28 10:26:04.712 14764 14764 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] 11-28 10:26:04.715 14765 14765 I FOTA_PROVIDER_neobeanmgr: [com.samsung.android.fotaprovider.receiver.BroadcastRegister(24/registerSystemEventReceiverForUserUnlockedFilter)] 11-28 10:26:04.717 14764 14764 I FOTA_PROVIDER_atticmgr: [com.samsung.android.fotaprovider.receiver.BroadcastRegister(24/registerSystemEventReceiverForUserUnlockedFilter)] 11-28 10:26:04.721 5758 32218 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:04.721 14765 14765 I FOTA_PROVIDER_neobeanmgr: [com.accessorydm.db.file.XDB(338/xdmVerifyCheckDBTable)] 11-28 10:26:04.721 14764 14764 I FOTA_PROVIDER_atticmgr: [com.accessorydm.db.file.XDB(338/xdmVerifyCheckDBTable)] 11-28 10:26:04.722 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:04.729 14825 14825 D nativeloader: Configuring clns-7 for other apk /data/app/~~EnxkUm0mQttB_kA-t0MJxA==/com.samsung.android.app.watchmanager-ngvXOTRoCyPV0bGj9n2waQ==/base.apk. target_sdk_version=33, uses_libraries=, library_path=/data/app/~~EnxkUm0mQttB_kA-t0MJxA==/com.samsung.android.app.watchmanager-ngvXOTRoCyPV0bGj9n2waQ==/lib/arm64:/data/app/~~EnxkUm0mQttB_kA-t0MJxA==/com.samsung.android.app.watchmanager-ngvXOTRoCyPV0bGj9n2waQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.samsung.android.app.watchmanager 11-28 10:26:04.729 14765 14765 I FOTA_PROVIDER_neobeanmgr: [com.accessorydm.db.file.XDB(367/xdmDbInit)] xdmDbInit 11-28 10:26:04.729 14764 14764 I FOTA_PROVIDER_atticmgr: [com.accessorydm.db.file.XDB(367/xdmDbInit)] xdmDbInit 11-28 10:26:04.733 5758 18824 I GoogleTTSServiceImpl: For default lang en-us is name en-US-language (en-us-x-iog-server) 11-28 10:26:04.737 14764 14818 I TextToSpeech: Setting up the connection to TTS engine... 11-28 10:26:04.737 5758 32218 I GoogleTTSServiceImpl: For default lang en-us is name en-US-language (en-us-x-iog-server) 11-28 10:26:04.738 14765 14765 I FOTA_PROVIDER_neobeanmgr: [com.accessorydm.db.file.XDB(449/xdmDbInit)] xdmDbInit Finish 11-28 10:26:04.738 14764 14764 I FOTA_PROVIDER_atticmgr: [com.accessorydm.db.file.XDB(449/xdmDbInit)] xdmDbInit Finish 11-28 10:26:04.739 14765 14765 D NeoBean_FotaConnection: doMyConnection(ConnectionController.ConnectionResultCallback callback) 11-28 10:26:04.739 14765 14765 D NeoBean_FotaRealConnection: connectRealDevice 11-28 10:26:04.739 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:04.739 14765 14765 D NeoBean_FotaRealConnection: isConnected : false 11-28 10:26:04.739 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:04.739 14765 14765 D NeoBean_FotaRealConnection: onError 11-28 10:26:04.739 14765 14765 D NeoBean_FotaConnection: onError() 11-28 10:26:04.739 14764 14764 D Attic_FotaConnection: doMyConnection(ConnectionController.ConnectionResultCallback callback) 11-28 10:26:04.739 14764 14764 D Attic_FotaRealConnection: connectRealDevice 11-28 10:26:04.739 14765 14765 W FOTA_PROVIDER_neobeanmgr: [com.samsung.android.fotaprovider.FotaProviderInitializer$1(143/onFailure)] 11-28 10:26:04.739 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:04.739 14764 14764 D Attic_FotaRealConnection: isConnected : false 11-28 10:26:04.739 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:04.739 14764 14764 D Attic_FotaRealConnection: onError 11-28 10:26:04.739 14764 14764 D Attic_FotaConnection: onError() 11-28 10:26:04.739 14764 14764 W FOTA_PROVIDER_atticmgr: [com.samsung.android.fotaprovider.FotaProviderInitializer$1(143/onFailure)] 11-28 10:26:04.739 14765 14765 D NeoBean_FotaConnectionController: makeConnection(ConnectionController.ConnectionResultCallback connectionResultCallback) 11-28 10:26:04.739 14765 14765 I FOTA_PROVIDER_neobeanmgr: [com.samsung.android.fotaprovider.receiver.BroadcastRegister(50/unregisterSystemEventReceiverWithAllFilters)] 11-28 10:26:04.739 14764 14764 D Attic_FotaConnectionController: makeConnection(ConnectionController.ConnectionResultCallback connectionResultCallback) 11-28 10:26:04.739 14764 14764 I FOTA_PROVIDER_atticmgr: [com.samsung.android.fotaprovider.receiver.BroadcastRegister(50/unregisterSystemEventReceiverWithAllFilters)] 11-28 10:26:04.740 14765 14765 D NeoBean_BudsControllerMessengerManager: sendBroadcastReady() 11-28 10:26:04.740 14764 14764 D Attic_BudsControllerMessengerManager: sendBroadcastReady() 11-28 10:26:04.740 14765 14817 I TextToSpeech: Setting up the connection to TTS engine... 11-28 10:26:04.740 14765 14765 D NeoBean_Application: onCreate()_end 11-28 10:26:04.740 14764 14764 D Attic_Application: onCreate()_end 11-28 10:26:04.746 14825 14825 V GraphicsEnvironment: Currently set values for: 11-28 10:26:04.746 14825 14825 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon] 11-28 10:26:04.747 14825 14825 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native] 11-28 10:26:04.747 14825 14825 V GraphicsEnvironment: com.samsung.android.app.watchmanager is not listed in per-application setting 11-28 10:26:04.747 14825 14825 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 11-28 10:26:04.750 14765 14765 D BluetoothAdapter: HEADSET connected 11-28 10:26:04.750 14765 14765 I NeoBean_BluetoothHeadsetStatic: onServiceConnected() : profile=1, proxy=android.bluetooth.BluetoothHeadset@74a7634 11-28 10:26:04.751 14765 14765 I NeoBean_SendBroadcastUtil: sendBroadcastInternal() : com.samsung.accessory.neobeanmgr.ACTION_BLUETOOTH_HEADSET_STATIC_READY 11-28 10:26:04.751 14764 14764 D BluetoothAdapter: HEADSET connected 11-28 10:26:04.751 14764 14764 I Attic_BluetoothHeadsetStatic: onServiceConnected() : profile=1, proxy=android.bluetooth.BluetoothHeadset@74a7634 11-28 10:26:04.751 14765 14765 D BluetoothAdapter: A2DP connected 11-28 10:26:04.751 14765 14765 I NeoBean_BluetoothHeadsetStatic: onServiceConnected() : profile=2, proxy=android.bluetooth.BluetoothA2dp@af05c5d 11-28 10:26:04.751 14764 14764 I Attic_SendBroadcastUtil: sendBroadcastInternal() : com.samsung.accessory.atticmgr.ACTION_BLUETOOTH_HEADSET_STATIC_READY 11-28 10:26:04.751 14764 14764 D BluetoothAdapter: A2DP connected 11-28 10:26:04.751 14765 14765 I NeoBean_SendBroadcastUtil: sendBroadcastInternal() : com.samsung.accessory.neobeanmgr.ACTION_BLUETOOTH_A2DP_STATIC_READY 11-28 10:26:04.751 14764 14764 I Attic_BluetoothHeadsetStatic: onServiceConnected() : profile=2, proxy=android.bluetooth.BluetoothA2dp@af05c5d 11-28 10:26:04.752 14765 14765 D BluetoothAdapter: LE_AUDIO connected 11-28 10:26:04.752 14765 14765 I NeoBean_BluetoothLeAudioStatic: onServiceConnected() : profile=22, proxy=android.bluetooth.BluetoothLeAudio@169d9d2 11-28 10:26:04.752 14764 14764 I Attic_SendBroadcastUtil: sendBroadcastInternal() : com.samsung.accessory.atticmgr.ACTION_BLUETOOTH_A2DP_STATIC_READY 11-28 10:26:04.752 14764 14764 D BluetoothAdapter: LE_AUDIO connected 11-28 10:26:04.752 14764 14764 I Attic_BluetoothLeAudioStatic: onServiceConnected() : profile=22, proxy=android.bluetooth.BluetoothLeAudio@169d9d2 11-28 10:26:04.752 14765 14765 I NeoBean_SendBroadcastUtil: sendBroadcastInternal() : com.samsung.accessory.neobeanmgr.ACTION_BLUETOOTH_LE_AUDIO_STATIC_READY 11-28 10:26:04.752 14765 14765 D BluetoothAdapter: HEADSET connected 11-28 10:26:04.752 14764 14764 I Attic_SendBroadcastUtil: sendBroadcastInternal() : com.samsung.accessory.atticmgr.ACTION_BLUETOOTH_LE_AUDIO_STATIC_READY 11-28 10:26:04.752 14765 14765 D NeoBean_BluetoothUtil: isAdapterOn() : true 11-28 10:26:04.752 14765 14765 D NeoBean_BluetoothManager: onServiceConnected() : HEADSET, adapter : true 11-28 10:26:04.752 14765 14765 I NeoBean_BluetoothManager: mBluetoothHeadset = BluetoothHeadset@4dbeaa3 [11-28 10:26:04] 11-28 10:26:04.753 14764 14764 D BluetoothAdapter: HEADSET connected 11-28 10:26:04.753 14765 14765 D BluetoothAdapter: A2DP connected 11-28 10:26:04.753 14765 14765 D NeoBean_BluetoothUtil: isAdapterOn() : true 11-28 10:26:04.753 14765 14765 D NeoBean_BluetoothManager: onServiceConnected() : A2DP, adapter : true 11-28 10:26:04.753 14765 14765 I NeoBean_BluetoothManager: mBluetoothA2dp = BluetoothA2dp@32c1a0 [11-28 10:26:04] 11-28 10:26:04.753 14764 14764 D Attic_BluetoothUtil: isAdapterOn() : true 11-28 10:26:04.753 14764 14764 D Attic_BluetoothManager: onServiceConnected() : HEADSET, adapter : true 11-28 10:26:04.753 14765 14765 D NeoBean_BluetoothManager: setReady() : true (BluetoothHeadset@4dbeaa3 [11-28 10:26:04] / BluetoothA2dp@32c1a0 [11-28 10:26:04]) 11-28 10:26:04.753 14764 14764 I Attic_BluetoothManager: mBluetoothHeadset = BluetoothHeadset@4dbeaa3 [11-28 10:26:04] 11-28 10:26:04.753 14764 14764 D BluetoothAdapter: A2DP connected 11-28 10:26:04.753 14764 14764 D Attic_BluetoothUtil: isAdapterOn() : true 11-28 10:26:04.753 14764 14764 D Attic_BluetoothManager: onServiceConnected() : A2DP, adapter : true 11-28 10:26:04.753 14764 14764 I Attic_BluetoothManager: mBluetoothA2dp = BluetoothA2dp@32c1a0 [11-28 10:26:04] 11-28 10:26:04.753 14764 14764 D Attic_BluetoothManager: setReady() : true (BluetoothHeadset@4dbeaa3 [11-28 10:26:04] / BluetoothA2dp@32c1a0 [11-28 10:26:04]) 11-28 10:26:04.754 14765 14765 I NeoBean_NotificationCoreService: onCallStateChanged() 11-28 10:26:04.754 14765 14765 D NeoBean_NotificationCoreService: Call State:: CALL_STATE_IDLE 11-28 10:26:04.754 14764 14764 I Attic_NotificationCoreService: onCallStateChanged() 11-28 10:26:04.754 14764 14764 D Attic_NotificationCoreService: Call State:: CALL_STATE_IDLE 11-28 10:26:04.754 14765 14765 W TextToSpeech: isSpeaking failed: TTS engine connection not fully set up 11-28 10:26:04.754 14764 14764 W TextToSpeech: isSpeaking failed: TTS engine connection not fully set up 11-28 10:26:04.755 14765 14765 I NeoBean_NotificationCoreService: onCallStateChanged() 11-28 10:26:04.755 14765 14765 D NeoBean_NotificationCoreService: Call State:: CALL_STATE_IDLE 11-28 10:26:04.755 14765 14765 W TextToSpeech: isSpeaking failed: TTS engine connection not fully set up 11-28 10:26:04.755 14764 14764 I Attic_NotificationCoreService: onCallStateChanged() 11-28 10:26:04.755 14764 14764 D Attic_NotificationCoreService: Call State:: CALL_STATE_IDLE 11-28 10:26:04.755 14764 14764 W TextToSpeech: isSpeaking failed: TTS engine connection not fully set up 11-28 10:26:04.757 14764 14764 D CompatChangeReporter: Compat change id reported: 239784307; UID 10331; state: ENABLED 11-28 10:26:04.757 14765 14765 D CompatChangeReporter: Compat change id reported: 239784307; UID 10331; state: ENABLED 11-28 10:26:04.757 14764 14764 W WallpaperManager: No permission to access wallpaper, returning default wallpaper to avoid crashing legacy app. 11-28 10:26:04.757 14765 14765 W WallpaperManager: No permission to access wallpaper, returning default wallpaper to avoid crashing legacy app. 11-28 10:26:04.767 14825 14825 I tUHM:TWatchManagerApplication: onCreate() starts ... 11-28 10:26:04.775 14825 14825 D SamsungAnalytics605045: [Utils] DMA Client is not exist 11-28 10:26:04.775 14825 14825 D SamsungAnalytics605045: SenderType is None 11-28 10:26:04.775 14825 14825 I DIAGMON_SDK[605045]: DiagMonAgent type: 3 11-28 10:26:04.775 14825 14825 W DIAGMON_SDK[605045][wr7lmx4wui] : setDefaultConfiguration is not supported for GED devices 11-28 10:26:04.775 14825 14825 W DIAGMON_SDK[605045]: UncaughtExceptionLogging can't be enabled because Configuration is null 11-28 10:26:04.777 14825 14825 I tUHM:FeatureUtil: checkSupportSemAPI 11-28 10:26:04.778 14825 14825 I tUHM:TWatchManagerApplication: processName = com.samsung.android.app.watchmanager:contentprovider 11-28 10:26:04.779 14825 14825 I tUHM:AppUtil: hasInstallPermission() context : com.samsung.android.app.twatchmanager.TWatchManagerApplication@1a60af6 hasPermission(check self permission) : false 11-28 10:26:04.780 14825 14825 E tUHM:AppUtil: getVersionName() packageName : com.samsung.android.app.watchmanager versionName : 2.2.59.24061361 11-28 10:26:04.780 14825 14825 I tUHM:TWatchManagerApplication: AppVersion : 2.2.59.24061361 11-28 10:26:04.785 14765 14821 V NeoBean_UhmDatabase: printDeviceList() : 11-28 10:26:04.785 14765 14821 V NeoBean_UhmDatabase: printDeviceList() : 11-28 10:26:04.786 14764 14822 V Attic_UhmDatabase: printDeviceList() : 11-28 10:26:04.786 14764 14822 V Attic_UhmDatabase: printDeviceList() : 11-28 10:26:04.786 14765 14821 V NeoBean_UhmDatabase: printDeviceList() : 11-28 10:26:04.786 14765 14821 D NeoBean_UhmDatabase: updateDeviceList() : run()_done : mDeviceList.size() = 0 11-28 10:26:04.787 14764 14822 V Attic_UhmDatabase: printDeviceList() : 11-28 10:26:04.787 14764 14822 D Attic_UhmDatabase: updateDeviceList() : run()_done : mDeviceList.size() = 0 11-28 10:26:05.060 14765 14765 D NeoBean_WallpaperColorManager: init() isWhiteWallpaper : false 11-28 10:26:05.060 14765 14765 D NeoBean_NotificationTTSCore: onInit() 11-28 10:26:05.062 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.062 14765 14765 E NeoBean_Preferences: [null.preference_notification.language] null - failed! 11-28 10:26:05.069 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.072 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.075 5758 18824 I GoogleTTSServiceImpl: For default lang en-us is name en-US-language (en-us-x-iog-server) 11-28 10:26:05.083 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:05.110 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:05.116 14764 14764 D Attic_WallpaperColorManager: init() isWhiteWallpaper : false 11-28 10:26:05.116 14764 14764 D Attic_NotificationTTSCore: onInit() 11-28 10:26:05.120 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.120 14764 14764 E Attic_Preferences: [null.preference_notification.language] null - failed! 11-28 10:26:05.124 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.128 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.130 5758 18824 I GoogleTTSServiceImpl: For default lang en-us is name en-US-language (en-us-x-iog-server) 11-28 10:26:05.221 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.224 5758 32218 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.229 5758 32218 I GoogleTTSServiceImpl: For default lang en-us is name en-US-language (en-us-x-iog-server) 11-28 10:26:05.240 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.243 5758 18824 I GoogleTTSServiceImpl: currentLocale = en-US 11-28 10:26:05.246 5758 18824 I GoogleTTSServiceImpl: For default lang en-us is name en-US-language (en-us-x-iog-server) 11-28 10:26:05.333 14692 14696 I crime.securesms: Background concurrent mark compact GC freed 52MB AllocSpace bytes, 94(4544KB) LOS objects, 75% free, 12MB/50MB, paused 3.844ms,11.236ms total 313.502ms 11-28 10:26:05.352 14765 14765 D NeoBean_NotificationTTSCore: onInit():getTTSLanguage(mTTS) = en_US 11-28 10:26:05.352 14765 14765 D NeoBean_NotificationTTSCore: onInit():locale.getLanguage() = en 11-28 10:26:05.355 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.355 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.355 14765 14765 D NeoBean_NotificationTTSCore: speakTTS:: Not connected 11-28 10:26:05.356 14765 14765 D NeoBean_MainService: onCreate() 11-28 10:26:05.356 14765 14765 D NeoBean_MainService: onBind() 11-28 10:26:05.362 14765 14765 D NeoBean_MainService: onStartCommand() 11-28 10:26:05.363 14765 14765 D NeoBean_InstantForegroundService: InstantForegroundService() 11-28 10:26:05.363 14765 14765 D NeoBean_InstantForegroundService: onCreate() 11-28 10:26:05.365 14765 14765 D NeoBean_InstantForegroundService: stopForeground() 11-28 10:26:05.366 14765 14866 D NeoBean_InstantForegroundService: onHandleIntent() : Intent { cmp=com.samsung.accessory.neobeanmgr/oreocompat.InstantForegroundService } 11-28 10:26:05.366 14765 14765 D NeoBean_CoreService: onReceive() : com.samsung.accessory.neobeanmgr.ACTION_BLUETOOTH_LE_AUDIO_STATIC_READY 11-28 10:26:05.366 14764 14764 D Attic_NotificationTTSCore: onInit():getTTSLanguage(mTTS) = en_US 11-28 10:26:05.366 14764 14764 D Attic_NotificationTTSCore: onInit():locale.getLanguage() = en 11-28 10:26:05.366 14765 14866 E NeoBean_InstantForegroundService: onHandleIntent() : intent.getAction()=null 11-28 10:26:05.366 14765 14794 D NeoBean_CoreService: BluetoothLeAudioStatic.ACTION_BLUETOOTH_LE_AUDIO_STATIC_READY 11-28 10:26:05.366 14765 14794 D NeoBean_CoreService: onBluetoothLeAudioStaticReady() 11-28 10:26:05.367 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.367 14765 14794 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.367 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.367 14764 14764 D Attic_NotificationTTSCore: speakTTS:: Not connected 11-28 10:26:05.367 14765 14794 E NeoBean_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.368 14765 14765 D NeoBean_CoreService: onReceive() : com.samsung.accessory.hearablemgr.core.bluetooth.BluetoothManager.ACTION_READY 11-28 10:26:05.368 14765 14765 D NeoBean_UhmDatabase: onReceive() : com.samsung.accessory.hearablemgr.core.bluetooth.BluetoothManager.ACTION_READY 11-28 10:26:05.368 14765 14794 D NeoBean_CoreService: BluetoothManager.ACTION_READY 11-28 10:26:05.368 14765 14794 D NeoBean_CoreService: onBluetoothManagerReady() 11-28 10:26:05.368 14765 14765 D NeoBean_UhmDatabase: cleanUpUnpairedDevices() 11-28 10:26:05.372 14764 14764 D Attic_MainService: onCreate() 11-28 10:26:05.373 2163 16461 I AdapterProperties: getBondedDevices: length=20 11-28 10:26:05.374 14765 14794 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.374 14765 14794 E NeoBean_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.375 14765 14765 D NeoBean_UhmDatabase: cleanUpUnpairedDevices() : bondedDevices.size()=20 11-28 10:26:05.375 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.375 14765 14765 D NeoBean_UhmDatabase: cleanUpUnpairedDevices()_end : false 11-28 10:26:05.375 14765 14765 D NeoBean_UhmDatabase: postUpdatePluginDeviceName() 11-28 10:26:05.375 14765 14765 D NeoBean_UhmDatabase: postUpdateDeviceConnectionState() 11-28 10:26:05.375 14765 14765 D NeoBean_UhmDatabase: onFirstDeviceList() 11-28 10:26:05.375 14765 14765 D NeoBean_UhmDatabase: updatePluginDeviceName() 11-28 10:26:05.376 14765 14765 D NeoBean_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.376 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.376 14765 14765 D NeoBean_UhmDatabase: updatePluginDeviceName()_end 11-28 10:26:05.376 14765 14765 D NeoBean_UhmDatabase: updateDeviceConnectionState() 11-28 10:26:05.376 14764 14764 D Attic_MainService: onBind() 11-28 10:26:05.376 14765 14821 D NeoBean_UhmDatabase: updatePluginDeviceName() 11-28 10:26:05.377 14765 14821 D NeoBean_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.377 14765 14821 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.377 14765 14821 D NeoBean_UhmDatabase: updatePluginDeviceName()_end 11-28 10:26:05.377 14765 14821 D NeoBean_UhmDatabase: updateDeviceConnectionState() 11-28 10:26:05.377 14765 14821 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.377 14765 14821 D NeoBean_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.377 14765 14821 D NeoBean_UhmDatabase: updateDeviceConnectionState()_end 11-28 10:26:05.377 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.377 14765 14765 D NeoBean_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.377 14765 14765 D NeoBean_UhmDatabase: updateDeviceConnectionState()_end 11-28 10:26:05.377 14765 14765 D NeoBean_WidgetManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.381 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.381 14765 14765 E NeoBean_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.381 14765 14765 D NeoBean_WidgetManager: isCPCall() : false, isScoConnected() : false 11-28 10:26:05.382 14764 14764 D Attic_MainService: onStartCommand() 11-28 10:26:05.383 14764 14764 D Attic_InstantForegroundService: InstantForegroundService() 11-28 10:26:05.383 14764 14764 D Attic_InstantForegroundService: onCreate() 11-28 10:26:05.384 14764 14764 D Attic_InstantForegroundService: stopForeground() 11-28 10:26:05.387 14765 14765 D NeoBean_RingManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.389 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.389 14765 14765 E NeoBean_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.390 14765 14765 D NeoBean_WidgetManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.391 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.392 14765 14765 E NeoBean_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.392 14765 14765 D NeoBean_WidgetManager: isCPCall() : false, isScoConnected() : false 11-28 10:26:05.394 14764 14764 D Attic_UhmDatabase: onFirstDeviceList() 11-28 10:26:05.394 14764 14764 D Attic_UhmDatabase: updatePluginDeviceName() 11-28 10:26:05.395 14764 14867 D Attic_InstantForegroundService: onHandleIntent() : Intent { cmp=com.samsung.accessory.atticmgr/oreocompat.InstantForegroundService } 11-28 10:26:05.395 14764 14867 E Attic_InstantForegroundService: onHandleIntent() : intent.getAction()=null 11-28 10:26:05.395 14764 14764 D Attic_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.395 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.395 14764 14764 D Attic_UhmDatabase: updatePluginDeviceName()_end 11-28 10:26:05.395 14764 14764 D Attic_UhmDatabase: updateDeviceConnectionState() 11-28 10:26:05.395 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.395 14764 14764 D Attic_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.395 14764 14764 D Attic_UhmDatabase: updateDeviceConnectionState()_end 11-28 10:26:05.395 14764 14764 D Attic_CoreService: onReceive() : com.samsung.accessory.atticmgr.ACTION_BLUETOOTH_LE_AUDIO_STATIC_READY 11-28 10:26:05.395 14765 14765 D NeoBean_RingManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.396 14764 14764 D Attic_CoreService: onReceive() : com.samsung.accessory.hearablemgr.core.bluetooth.BluetoothManager.ACTION_READY 11-28 10:26:05.396 14764 14764 D Attic_UhmDatabase: onReceive() : com.samsung.accessory.hearablemgr.core.bluetooth.BluetoothManager.ACTION_READY 11-28 10:26:05.396 14764 14797 D Attic_CoreService: BluetoothLeAudioStatic.ACTION_BLUETOOTH_LE_AUDIO_STATIC_READY 11-28 10:26:05.396 14764 14797 D Attic_CoreService: onBluetoothLeAudioStaticReady() 11-28 10:26:05.396 14764 14764 D Attic_UhmDatabase: cleanUpUnpairedDevices() 11-28 10:26:05.398 14764 14797 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.398 2163 16461 I AdapterProperties: getBondedDevices: length=20 11-28 10:26:05.398 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.398 14765 14765 E NeoBean_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.399 14765 14765 D NeoBean_BgSwitchingManager: onDatabaseUpdated() 11-28 10:26:05.399 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.399 14765 14765 I [SelfDiagnostics_Buds]:: SDBroadcastReceiver: onReceive() : - Action Name: com.samsung.accessory.hearablenmgr.core.uhmdb.UhmDatabase.ACTION_DB_UPDATED 11-28 10:26:05.400 14765 14765 D NeoBean_Application: onServiceConnected() : ComponentInfo{com.samsung.accessory.neobeanmgr/com.samsung.accessory.hearablemgr.core.service.MainService} / com.samsung.accessory.hearablemgr.core.service.MainService$Binder@c9cd5f6 11-28 10:26:05.400 14765 14765 D NeoBean_InstantForegroundService: onDestroy() 11-28 10:26:05.400 14765 14765 D NeoBean_InstantForegroundService: stopForeground() 11-28 10:26:05.400 14764 14797 E Attic_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.400 14764 14797 D Attic_CoreService: BluetoothManager.ACTION_READY 11-28 10:26:05.400 14764 14797 D Attic_CoreService: onBluetoothManagerReady() 11-28 10:26:05.402 14764 14764 D Attic_UhmDatabase: cleanUpUnpairedDevices() : bondedDevices.size()=20 11-28 10:26:05.402 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.403 14764 14764 D Attic_UhmDatabase: cleanUpUnpairedDevices()_end : false 11-28 10:26:05.403 14764 14764 D Attic_UhmDatabase: postUpdatePluginDeviceName() 11-28 10:26:05.403 14764 14764 D Attic_UhmDatabase: postUpdateDeviceConnectionState() 11-28 10:26:05.403 14764 14764 D Attic_WidgetManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.405 14764 14822 D Attic_UhmDatabase: updatePluginDeviceName() 11-28 10:26:05.405 14764 14822 D Attic_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.405 14764 14822 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.405 14764 14822 D Attic_UhmDatabase: updatePluginDeviceName()_end 11-28 10:26:05.405 14764 14822 D Attic_UhmDatabase: updateDeviceConnectionState() 11-28 10:26:05.405 14764 14822 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.405 14764 14822 D Attic_BluetoothUtil: isAdapterOn() : true 11-28 10:26:05.405 14764 14822 D Attic_UhmDatabase: updateDeviceConnectionState()_end 11-28 10:26:05.406 14765 14765 D NeoBean_WidgetQuickControlProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.407 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.408 14764 14764 E Attic_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.408 14764 14764 D Attic_WidgetManager: isCPCall() : false, isScoConnected() : false 11-28 10:26:05.408 14765 14765 D NeoBean_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.413 14765 14765 D NeoBean_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.413 14764 14797 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.414 14764 14797 E Attic_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.419 14765 14765 D NeoBean_FaceWidgetProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.419 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.419 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.419 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.420 14764 14764 D Attic_RingManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.421 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.422 14765 14765 D NeoBean_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.422 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.422 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.423 14765 14765 E NeoBean_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.423 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.423 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.423 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.423 14764 14764 E Attic_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.423 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.423 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.423 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.424 14764 14764 D Attic_WidgetManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.424 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.424 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.424 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.424 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.424 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.424 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.424 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.425 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.427 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.427 14764 14764 E Attic_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.427 14764 14764 D Attic_WidgetManager: isCPCall() : false, isScoConnected() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.428 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.429 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.431 14765 14765 D NeoBean_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.431 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.431 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.431 14765 14765 E NeoBean_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.431 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.433 14764 14764 D Attic_RingManager: onReceive : com.samsung.accessory.hearablemgr.core.service.CoreService.ACTION_MSG_ID_CALL_STATE 11-28 10:26:05.436 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.436 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.436 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.436 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.436 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.436 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.436 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.436 14765 14765 D NeoBean_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.437 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.437 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.437 14764 14764 E Attic_BluetoothUtil: getBondedDevice() : java.lang.Exception: address is empty 11-28 10:26:05.437 14764 14764 D Attic_BgSwitchingManager: onDatabaseUpdated() 11-28 10:26:05.438 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.439 14764 14764 I [SelfDiagnostics_Buds]:: SDBroadcastReceiver: onReceive() : - Action Name: com.samsung.accessory.hearablenmgr.core.uhmdb.UhmDatabase.ACTION_DB_UPDATED 11-28 10:26:05.439 14764 14764 D Attic_Application: onServiceConnected() : ComponentInfo{com.samsung.accessory.atticmgr/com.samsung.accessory.hearablemgr.core.service.MainService} / com.samsung.accessory.hearablemgr.core.service.MainService$Binder@c9cd5f6 11-28 10:26:05.439 14764 14764 D Attic_InstantForegroundService: onDestroy() 11-28 10:26:05.439 14764 14764 D Attic_InstantForegroundService: stopForeground() 11-28 10:26:05.441 14764 14764 D Attic_WidgetQuickControlProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.441 14765 14765 D NeoBean_WidgetQuickControlProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.443 14765 14765 D NeoBean_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.444 14764 14764 D Attic_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.450 14764 14764 D Attic_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.450 14765 14765 D NeoBean_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.452 14764 14764 D Attic_FaceWidgetProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.453 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.453 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.453 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.453 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.453 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.455 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.456 14764 14764 D Attic_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.456 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.456 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.457 14764 14764 E Attic_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.457 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.457 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.457 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.457 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.457 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.457 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.457 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.458 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.458 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.458 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.458 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.459 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.459 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.460 14765 14765 D NeoBean_FaceWidgetProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.460 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.460 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.460 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.462 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.462 14765 14765 D NeoBean_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.462 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.463 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.463 14765 14765 E NeoBean_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.463 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.465 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.465 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.465 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.465 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.465 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.465 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.465 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.466 14764 14764 D Attic_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.466 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.466 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.466 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.466 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.466 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.466 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.467 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.467 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.467 14764 14764 D Attic_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.467 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.467 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.467 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.467 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.467 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.467 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.467 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.468 14765 14765 D NeoBean_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.468 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.468 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.468 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.468 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 E Attic_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.468 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.471 14765 14765 V NeoBean_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.471 14765 14765 D NeoBean_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.471 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.471 14765 14765 D NeoBean_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.472 14765 14765 E NeoBean_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.472 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.474 14764 14764 D Attic_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.474 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.478 14765 14765 D NeoBean_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.478 14765 14765 D NeoBean_Util: isEmulator() : false 11-28 10:26:05.481 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:05.487 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:05.487 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:05.488 2298 2298 I SHANNON_IMS: 0564 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947587 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:05.488 2298 2298 I SHANNON_IMS: 0565 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947587/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:05.490 2298 2298 I SHANNON_IMS: 0567 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:05.490 2298 2298 I SHANNON_IMS: 0568 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:05.490 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:05.491 14764 14764 D Attic_WidgetQuickControlProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.498 14764 14764 D Attic_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.500 14764 14764 D Attic_CoverWidgetMasterProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.509 14764 14764 D Attic_FaceWidgetProvider: onReceive : com.samsung.accessory.appwidget.WIDGET_ACTION_UPDATE_NOISE_CONTROL 11-28 10:26:05.509 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.509 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.509 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.509 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.510 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.511 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.511 14764 14764 D Attic_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.511 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.511 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.512 14764 14764 E Attic_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.512 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.516 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.516 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.517 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.521 14764 14764 V Attic_Preferences: [manager.launch_activity.last_bt_address] null 11-28 10:26:05.521 14764 14764 D Attic_UhmDatabase: getDevice() : << null >> 11-28 10:26:05.521 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.521 14764 14764 D Attic_UhmDatabase: getDeviceList() : result.size() = 0 11-28 10:26:05.521 14764 14764 E Attic_Drawer: getDrawerListName() : Exception : java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData.deviceId' on a null object reference in method 'java.lang.String com.samsung.accessory.hearablemgr.module.home.drawer.Drawer.getDrawerListName(com.samsung.accessory.hearablemgr.common.uhm.DeviceRegistryData, java.util.List)' 11-28 10:26:05.521 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.521 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.521 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.521 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.521 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.521 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.522 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.522 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.522 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.522 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.522 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.522 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.522 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.526 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.526 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.526 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.526 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.526 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.526 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.527 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.527 14764 14764 D Attic_SpatialSensorManagerImpl: isSupported() : false 11-28 10:26:05.527 14764 14764 D Attic_Util: isEmulator() : false 11-28 10:26:05.694 2298 2298 W SHANNON_IMS: 0577 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:05.694 2298 2298 W SHANNON_IMS: 0578 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:05.737 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:05.860 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:26:05.861 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:26:05.861 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:26:05.863 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.864 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-64 11-28 10:26:05.865 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -64 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:26:05.865 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:26:05.865 2298 6069 W SHANNON_IMS: 0583 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:05.865 2298 6069 I SHANNON_IMS: 0584 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:05.866 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.866 2298 5418 W SHANNON_IMS: 0585 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:05.866 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.866 2298 5418 I SHANNON_IMS: 0586 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:05.866 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.867 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.867 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.868 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.868 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:05.872 1569 1946 D ConnectivityService: NetReassign [no changes] [c 0] [a 1] [i 2] 11-28 10:26:05.872 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) -> (is connected: true, signal level: 79%, link speed: 351Mbps, sunspot type: 0) 11-28 10:26:05.873 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:26:05.874 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:26:05.875 29335 29362 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:26:05.875 29335 29362 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:26:05.905 14692 14742 I JobRunner: [JOB::c9edf99d-4156-4dcb-9986-bd089af9c911][ThreadUpdateJob][2] Job finished with result SUCCESS in 3362 ms. (Time Since Submission: 6388 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:26:05.913 14692 14742 I JobRunner: [JOB::5f8c9a34-06c8-4b07-8ab0-2375bc916949][ThreadUpdateJob][2] Running job. (Time Since Submission: 6371 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:26:05.923 14692 14741 I JobRunner: [JOB::5556d784-f951-4f1a-8cfc-defaa01f5f85][ThreadUpdateJob][1] Job finished with result SUCCESS in 3382 ms. (Time Since Submission: 6460 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_181) 11-28 10:26:05.992 14692 14755 D MessageTable: deleteMessage(282511) 11-28 10:26:05.992 14692 14755 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282511 11-28 10:26:06.017 14692 14742 I JobRunner: [JOB::5f8c9a34-06c8-4b07-8ab0-2375bc916949][ThreadUpdateJob][2] Job finished with result SUCCESS in 104 ms. (Time Since Submission: 6475 ms, Lifespan: Immortal, Run Attempt: 1/1, Queue: ThreadUpdateJob_137) 11-28 10:26:06.038 14692 14755 E SQLiteLog: (267) statement aborts at 10: [DELETE FROM message WHERE _id = ?] database disk image is malformed 11-28 10:26:06.098 13612 13708 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true 11-28 10:26:06.109 2046 2046 W TouchableRegionManager: onHeadsUpPinnedModeChanged 11-28 10:26:06.116 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:06.116 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:06.117 2046 2046 I ImeTracker: com.android.systemui:60bd35ca: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:06.117 2046 2046 I ImeTracker: com.android.systemui:60bd35ca: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:06.118 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:06.118 2046 2046 I ImeTracker: com.android.systemui:685af1df: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:06.119 2046 2046 I ImeTracker: com.android.systemui:685af1df: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:06.138 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:06.148 2046 2046 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=com.android.systemui.back.domain.interactor.BackActionInteractor$callback$2@ea3be12 11-28 10:26:06.148 1569 2036 D CoreBackPreview: Window{82dd3d0 u0 NotificationShade}: Setting back callback null 11-28 10:26:06.168 2046 2083 D ControlsListingControllerImpl: Unsubscribing callback 11-28 10:26:06.168 2046 2046 D DLObserver: remove listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@838d2cd 11-28 10:26:06.169 2046 2046 D DLObserver: remove listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@7fa6782 11-28 10:26:06.170 2046 2083 D ControlsListingControllerImpl: Unsubscribing callback 11-28 10:26:06.170 2046 2046 D DLObserver: remove listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@792f7fc 11-28 10:26:06.171 2046 2046 D DLObserver: remove listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@6b79ce 11-28 10:26:06.172 2046 2046 D DLObserver: remove listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@a0a8e85 11-28 10:26:06.173 2046 2083 D ControlsListingControllerImpl: Unsubscribing callback 11-28 10:26:06.173 2046 2046 D DLObserver: remove listener: com.android.systemui.dock.DockManagerExtensionsKt$retrieveIsDocked$1$callback$1@dc964da 11-28 10:26:06.692 2298 4635 W SHANNON_IMS: 0587 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:06.701 2298 4635 W SHANNON_IMS: 0593 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:06.701 2298 4635 W SHANNON_IMS: 0594 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:06.706 1569 1873 D ActivityManager: freezing 6449 com.google.android.apps.privacy.wildlife 11-28 10:26:06.714 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:06.717 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:06.717 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10161} in 7ms 11-28 10:26:06.946 21735 21762 I ewfc : (REDACTED) appOpsListener %s %s 11-28 10:26:06.946 21735 21762 I ewfc : (REDACTED) Ignoring irrelevant audio permission changes for package %s 11-28 10:26:07.101 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:07.115 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:07.116 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:07.117 2298 2298 I SHANNON_IMS: 0597 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:07.119 2298 2298 I SHANNON_IMS: 0598 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:07.123 2298 2298 I SHANNON_IMS: 0600 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:07.123 2298 2298 I SHANNON_IMS: 0601 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:07.123 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:07.123 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:07.127 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:07.132 1074 1266 D rild_exynos: RilAudioClientImpl updateVoiceRat() updateVoiceRat: 0 11-28 10:26:07.132 2180 2258 D ImpulseConnection: timeout didn't happen: com.google.android.apps.turbo 11-28 10:26:07.138 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3058, dataLength = 459, channel = 0) 11-28 10:26:07.140 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3058, dataLength = 459, channel = 0) 11-28 10:26:07.143 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3058, dataLength = 1694, channel = 1) 11-28 10:26:07.144 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3058, dataLength = 1694, channel = 1) 11-28 10:26:07.145 2298 2298 I SHANNON_IMS: 0604 [NETW] #:PURP:# UNSOL {RILC_UNSOL_AIMS_EMERGENCY_NUMBER_LIST} : EmergencyNumberList : { number : 112 mcc : null mnc : null sources : 2 routing : 1 }{ number : 911 mcc : null mnc : null sources : 2 routing : 1 } (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:07.155 2298 2298 I SHANNON_IMS: 0606 [NETW] #:PURP:# UNSOL {RILC_UNSOL_AIMS_EMERGENCY_NUMBER_LIST} : EmergencyNumberList : { number : 110 mcc : 262 mnc : 02 sources : 1 routing : 1 }{ number : 199 mcc : 262 mnc : 02 sources : 2 routing : 1 }{ number : 991 mcc : 262 mnc : 02 sources : 2 routing : 1 }{ number : 112 mcc : 262 mnc : 02 sources : 1 routing : 1 }{ number : 992 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 993 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 994 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 984 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 995 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 985 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 996 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 997 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 986 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 998 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 987 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 911 mcc : 262 mnc : 02 sources : 2 routing : 1 }{ number : 119 mcc : 262 mnc : 02 sources : 2 routing : 1 }{ number : 999 mcc : 260 mnc : 06 sources : 4 routing : 2 }{ number : 989 mcc : 260 mnc : 06 sources : 4 routing : 2 } (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:07.156 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:07.160 2180 2251 D TemperatureStateSource: sequence=36694 actualDelay=10000 11-28 10:26:07.160 2180 2251 D TemperatureStateSource: Reading temperature: sequence=36695 11-28 10:26:07.167 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:07.167 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:07.171 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.8105 raw data: VIRTUAL-SKIN:32810.5 VIRTUAL-SKIN-SUB-0:31798.3 VIRTUAL-SKIN-SUB-1:29232.1 VIRTUAL-SKIN-SUB-10:30875.9 VIRTUAL-SKIN-SUB-2:29698 VIRTUAL-SKIN-SUB-3:30431.6 VIRTUAL-SKIN-SUB-4:29716.5 VIRTUAL-SKIN-SUB-5:31971.9 VIRTUAL-SKIN-SUB-6:28953.3 VIRTUAL-SKIN-SUB-7:31815.1 VIRTUAL-SKIN-SUB-8:32149.7 VIRTUAL-SKIN-SUB-9:32810.5 battery:29900 cam_therm:30325 charge_therm:38005 disp_therm:31972 neutral_therm:34377 north_therm:29657 quiet_therm:30592 soc_therm:39029 usb_pwr_therm:31572 11-28 10:26:07.171 2180 2251 D TemperatureStateSource: getDeviceTemperatures: sequence=36695 deviceTemperatureType=3 temperatureSource=0 temperatures=[32.8105] 11-28 10:26:07.171 2180 2251 D TemperatureStateSource: sequence=36695 waitTime=10000 11-28 10:26:07.172 2180 2316 D BusinessScope: Start running the #73485 block 11-28 10:26:07.173 2298 2298 I SHANNON_IMS: 0608 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:07.173 2298 2298 I SHANNON_IMS: 0609 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:07.177 2298 2298 I SHANNON_IMS: 0611 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:07.178 2298 2298 I SHANNON_IMS: 0612 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:07.179 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.8105 raw data: VIRTUAL-SKIN:32810.5 11-28 10:26:07.179 2180 2316 I TemperatureStateSource: temperature was set 11-28 10:26:07.181 2180 2316 D ImpulseStateSource: Notify clients: 36741 11-28 10:26:07.181 2180 2316 D BusinessScope: Finish running the #73485 block 11-28 10:26:07.181 2180 2316 D BusinessScope: Start running the #73486 block 11-28 10:26:07.186 2180 2316 D BusinessScope: Finish running the #73486 block 11-28 10:26:07.194 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:07.213 2046 2046 D GlobalActionsDialogLite: Service changed before actions created 11-28 10:26:07.219 31615 31615 D ConnectivityMonitorStateMachine: [onServiceStateChanged] {subId=2} ServiceState= {mVoiceRegState=1(OUT_OF_SERVICE), mDataRegState=1(OUT_OF_SERVICE), mChannelNumber=-1, duplexMode()=0, mCellBandwidths=[], mOperatorAlphaLong=null, mOperatorAlphaShort=null, isManualNetworkSelection=false(automatic), getRilVoiceRadioTechnology=0(Unknown), getRilDataRadioTechnology=18(IWLAN), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, isUsingCarrierAggregation=false, mArfcnRsrpBoost=0, mNetworkRegistrationInfos=[NetworkRegistrationInfo{ domain=PS transportType=WLAN registrationState=HOME networkRegistrationState=HOME roamingType=NOT_ROAMING accessNetworkTechnology=IWLAN rejectCause=0 emergencyEnabled=false availableServices=[DATA] cellIdentity=null voiceSpecificInfo=null dataSpecificInfo=null nrState=**** rRplmn= isUsingCarrierAggregation=false isNonTerrestrialNetwork=TERRESTRIAL}, NetworkRegistrationInfo{ domain=CS transportType=WWAN registrationState=NOT_REG_OR_SEARCHING networkRegistrationState=NOT_REG_OR_SEARCHING roamingType=NOT_ROAMING accessNetworkTechnology=UNKNOWN rejectCause=0 emergencyEnabled=false availableServices=[] cellIdentity=null voiceSpecificInfo=VoiceSpecificRegistrationInfo { mCssSupported=false mRoamingIndicator=0 mSystemIsInPrl=0 mDefaultRoamingIndicator=0} dataSpecificInfo=null nrState=**** rRplmn= isUsingCarrierAggregation=false isNonTerrestrialNetwork=TERRESTRIAL}, NetworkRegistrationInfo{ domain=PS transportType=WWAN registrationState=NOT_REG_OR_SEARCHING networkRegistrationState=NOT_REG_OR_SEARCHING roamingType=NOT_ROAMING accessNetworkTechnology=UNKNOWN rejectCause=0 emergencyEnabled=false availableServices=[] cellIdentity=null voiceSpecificInfo=null dataSpecificInfo=android.telephony.DataSpecificRegistrationInfo :{ maxDataCalls = 16 isDcNrRestricted = false isNrAvailable = false isEnDcAvailable = false mLteAttachResultType = 0 mLteAttachExtraInfo = 0 null } nrState=**** rRplmn= isUsingCarrierAggregation=false isNonTerrestrialNetwork=TERRESTRIAL}], mNrFrequencyRange=0, mOperatorAlphaLongRaw=, mOperatorAlphaShortRaw=, mIsDataRoamingFromRegistration=false, mIsIwlanPreferred=false}, vops=false 11-28 10:26:07.219 31615 31681 D StateService: Country ISO: de 11-28 10:26:07.221 31615 31615 D ConnectivityMonitorStateMachine: [onServiceStateChanged] {subId=2} sendMessage(SERVICE_STATE_CHANGED) id=4f6ea3d7-9f96-4498-b0ef-f96fe0e7a2a3 11-28 10:26:07.227 31615 31717 D ConnectivityMonitorStateMachine: [Default] {subId=2} processMessage(SERVICE_STATE_CHANGED) CMMessage{id=4f6ea3d7-9f96-4498-b0ef-f96fe0e7a2a3, obj={mVoiceRegState=1(OUT_OF_SERVICE), mDataRegState=1(OUT_OF_SERVICE), mChannelNumber=-1, duplexMode()=0, mCellBandwidths=[], mOperatorAlphaLong=null, mOperatorAlphaShort=null, isManualNetworkSelection=false(automatic), getRilVoiceRadioTechnology=0(Unknown), getRilDataRadioTechnology=18(IWLAN), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, isUsingCarrierAggregation=false, mArfcnRsrpBoost=0, mNetworkRegistrationInfos=[NetworkRegistrationInfo{ domain=PS transportType=WLAN registrationState=HOME networkRegistrationState=HOME roamingType=NOT_ROAMING accessNetworkTechnology=IWLAN rejectCause=0 emergencyEnabled=false availableServices=[DATA] cellIdentity=null voiceSpecificInfo=null dataSpecificInfo=null nrState=**** rRplmn= isUsingCarrierAggregation=false isNonTerrestrialNetwork=TERRESTRIAL}, NetworkRegistrationInfo{ domain=CS transportType=WWAN registrationState=NOT_REG_OR_SEARCHING networkRegistrationState=NOT_REG_OR_SEARCHING roamingType=NOT_ROAMING accessNetworkTechnology=UNKNOWN rejectCause=0 emergencyEnabled=false availableServices=[] cellIdentity=null voiceSpecificInfo=VoiceSpecificRegistrationInfo { mCssSupported=false mRoamingIndicator=0 mSystemIsInPrl=0 mDefaultRoamingIndicator=0} dataSpecificInfo=null nrState=**** rRplmn= isUsingCarrierAggregation=false isNonTerrestrialNetwork=TERRESTRIAL}, NetworkRegistrationInfo{ domain=PS transportType=WWAN registrationState=NOT_REG_OR_SEARCHING networkRegistrationState=NOT_REG_OR_SEARCHING roamingType=NOT_ROAMING accessNetworkTechnology=UNKNOWN rejectCause=0 emergencyEnabled=false availableServices=[] cellIdentity=null voiceSpecificInfo=null dataSpecificInfo=android.telephony.DataSpecificRegistrationInfo :{ maxDataCalls = 16 isDcNrRestricted = false isNrAvailable = false isEnDcAvailable = false mLteAttachResultType = 0 mLteAttachExtraInfo = 0 null } nrState=**** rRplmn= isUsingCarrierAggregation=false isNonTerrestrialNetwork=TERRESTRIAL}], mNrFrequencyRange=0, mOperatorAlphaLongRaw=, mOperatorAlphaShortRaw=, mIsDataRoamingFromRegistration=false, mIsIwlanPreferred=false}, timestamp=2024-11-28T09:26:07.221Z} 11-28 10:26:07.235 1569 3414 I LocationAccessPolicy: org.thoughtcrime.securesms is aware of fine but the app-ops permission is specifically denied. 11-28 10:26:07.236 1569 3414 I LocationAccessPolicy: org.thoughtcrime.securesms is aware of coarse but the app-ops permission is specifically denied. 11-28 10:26:07.237 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1299 android.content.Context.sendBroadcastMultiplePermissions:2522 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3697 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 11-28 10:26:07.238 23918 10421 I ChatReadinessManagerImp: processRcsReadinessReason: Current ChatTransportType is: 2, ready: true 11-28 10:26:07.239 23918 10421 I ChatReadinessManagerImp: shouldLaunchPostReadyWork is false. Returning from the method 11-28 10:26:07.239 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3702 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:26:07.240 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3711 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:26:07.242 1569 3414 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1332 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3717 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1759 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:546 android.os.Binder.execTransactInternal:1505 11-28 10:26:07.244 2339 2339 D ServiceStateProvider: subId=2 11-28 10:26:07.244 2298 4650 I SHANNON_IMS: 0618 [PROX] onReceive: intent= [Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) }] (ConnectivityBroadcastReceiver%onReceive:91) 11-28 10:26:07.247 1569 1706 D ActivityManager: sync unfroze 2743 com.google.android.cellbroadcastreceiver for 3 11-28 10:26:07.248 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:26:07.249 2743 2743 D CellBroadcastReceiver: onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 cmp=com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastReceiver (has extras) } 11-28 10:26:07.250 2339 2339 I Telephony: TelecomAccountRegistry$TelecomAccountTelephonyCallback: onServiceStateChanged: newState=1, mServiceState=1 11-28 10:26:07.254 2339 2339 I Telephony: isRttCurrentlySupported -- regular acct, hasVoiceAvailability: false 11-28 10:26:07.254 2339 2339 I Telephony: isRttSupported: false 11-28 10:26:07.254 2339 2339 I Telephony: alwaysAllowWhileRoaming: false 11-28 10:26:07.254 2339 2339 I Telephony: isRoaming: false 11-28 10:26:07.254 2339 2339 I Telephony: isOnWfc: false 11-28 10:26:07.255 2743 2743 D CellBroadcastReceiver: onServiceStateChanged, ss: 1 11-28 10:26:07.255 2743 2743 D CellBroadcastReceiver: networkOperator: 11-28 10:26:07.256 2743 2743 D CellBroadcastReceiver: networkOperator on emergency mode: 262 for the country code: de 11-28 10:26:07.256 2743 2743 D CellBroadcastReceiver: roamingNetworks: [XXX] 11-28 10:26:07.257 2339 2339 I Telephony: isRttCurrentlySupported -- regular acct, hasVoiceAvailability: false 11-28 10:26:07.257 2339 2339 I Telephony: isRttSupported: false 11-28 10:26:07.257 2339 2339 I Telephony: alwaysAllowWhileRoaming: false 11-28 10:26:07.257 2339 2339 I Telephony: isRoaming: true 11-28 10:26:07.257 2339 2339 I Telephony: isOnWfc: false 11-28 10:26:07.262 2743 2743 D CellBroadcastReceiver: update supported roaming operator as 262 11-28 10:26:07.303 2992 6597 I Tycho.mnu: Ignoring duplicate service state event: service state Out of service; voice network type UNKNOWN-0; country: DE. 11-28 10:26:07.322 14007 14037 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true 11-28 10:26:07.328 2298 2298 W SHANNON_IMS: 0625 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:07.328 2298 2298 W SHANNON_IMS: 0626 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:07.361 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:26:07.779 868 908 D CHRE : @ 415764.209: [ActivityPlatform] type 4, confidence 95 11-28 10:26:08.203 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:08.230 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:08.245 14692 14872 D ProfileInstaller: Installing profile for org.thoughtcrime.securesms 11-28 10:26:08.326 2298 4635 W SHANNON_IMS: 0630 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:08.329 2298 4635 W SHANNON_IMS: 0636 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:08.329 2298 4635 W SHANNON_IMS: 0637 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-94 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:08.868 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:08.975 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 107 ms 11-28 10:26:09.045 1569 1946 D ConnectivityService: NetReassign [no changes] [c 2] [a 3] [i 6] 11-28 10:26:09.189 2298 2298 I SHANNON_IMS: 0640 [PROX] Received onSignalStrengthsChanged [CellSignalStrengthLte: rssi=-81 rsrp=-111 rsrq=-8 rssnr=6 cqiTableIndex=1 cqi=10 ta=0 level=2 parametersUseForLevel=0] [SLID:1 APM:false] (ImsConnectivityProxyListener$ImsPhoneStateListener%onSignalStrengthsChanged:413) 11-28 10:26:09.202 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:09.204 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:26:09.210 1569 1873 D ActivityManager: freezing 13691 com.google.android.calendar 11-28 10:26:09.214 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:09.215 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:09.215 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10191} in 2ms 11-28 10:26:09.234 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:09.267 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:09.594 1569 1640 I system_server: Background concurrent mark compact GC freed 83MB AllocSpace bytes, 458(12MB) LOS objects, 48% free, 102MB/198MB, paused 1.101ms,7.089ms total 390.961ms 11-28 10:26:09.604 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~8P4gILL9J5ncqYo1NEWUeQ==/com.google.android.settings.intelligence-pKYKSygNsiXiAs6UCAsCwA==/base.apk' with 1 weak references 11-28 10:26:09.605 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk' with 1 weak references 11-28 10:26:09.605 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/split_arservicesforpersonsegmentation.apk' with 1 weak references 11-28 10:26:09.605 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/split_executorch.apk' with 1 weak references 11-28 10:26:09.605 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/split_pytorch.apk' with 1 weak references 11-28 10:26:09.605 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/split_s_2041275993.apk' with 1 weak references 11-28 10:26:09.605 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/split_s_executorch_pytorch.apk' with 1 weak references 11-28 10:26:09.605 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/split_spm.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/base.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/split_CronetDynamite_installtime.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/split_DynamiteModulesA_installtime.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/split_DynamiteModulesC_installtime.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/split_GoogleCertificates_installtime.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/split_MapsDynamite_installtime.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/split_MeasurementDynamite_installtime.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~w8QUdrMnHb9Z40QBcdW9Qw==/com.google.android.gms-pfPlVAsg6egwXOc6y6DDJw==/split_config.en.apk' with 1 weak references 11-28 10:26:09.606 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~q6ZF7RMJB0j5s6wHBjSg6A==/co.mona.android-DWpCIl70ru_2yWbNkvaJkg==/base.apk' with 1 weak references 11-28 10:26:09.607 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~q6ZF7RMJB0j5s6wHBjSg6A==/co.mona.android-DWpCIl70ru_2yWbNkvaJkg==/split_config.arm64_v8a.apk' with 1 weak references 11-28 10:26:09.607 1569 1642 W system_server: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~q6ZF7RMJB0j5s6wHBjSg6A==/co.mona.android-DWpCIl70ru_2yWbNkvaJkg==/split_config.xxhdpi.apk' with 1 weak references 11-28 10:26:09.607 1569 1642 W System : A resource failed to call release. 11-28 10:26:09.607 1569 1642 W System : A resource failed to call HardwareBuffer.close. 11-28 10:26:09.607 1569 1642 W System : A resource failed to call release. 11-28 10:26:09.608 1569 1642 W System : A resource failed to call release. 11-28 10:26:09.608 1569 1642 W System : A resource failed to call HardwareBuffer.close. 11-28 10:26:09.925 1039 1048 I WPKTRT : process_address_event: fd00::38fc:1ff:fe74:8ae2 added to wlan0 11-28 10:26:09.925 1039 1048 I WPKTRT : process_address_event: fd00::2f0e:b955:d480:58fa added to wlan0 11-28 10:26:09.942 2146 24951 D ApfFilter: (wlan0): Adding RA fe80::f2b0:14ff:fed8:9ebf -> ff02::1 0s fd00::/64 7200s/3600s DNS 1200s fd00::f2b0:14ff:fed8:9ebf RIO 1800s fd00::/64 11-28 10:26:09.946 927 3169 D WifiHAL : Getting APF capabilities, halHandle = 0xb40000718ab80710 11-28 10:26:09.946 927 3169 I WifiHAL : createRequest: APF get capabilities request 11-28 10:26:09.960 927 3169 E WifiHAL : In SetAPFCommand::handleResponse mReqType 0 11-28 10:26:09.960 927 3169 I WifiHAL : Id = 0, subcmd = 0, len = 16 11-28 10:26:09.960 927 3169 D WifiHAL : Response received for get packet filter capabilities command 11-28 10:26:09.960 927 3169 I WifiHAL : APF version is 4 11-28 10:26:09.960 927 3169 I WifiHAL : APF max len is 1948 11-28 10:26:09.960 927 3169 D WifiHAL : Getting APF capability, version = 4, max_len = 1948 11-28 10:26:09.960 927 3169 D WifiHAL : Read APF program, halHandle = 0xb40000718ab80710, length = 1948 11-28 10:26:09.960 927 3169 I WifiHAL : createRequest: APF read packet filter request 11-28 10:26:09.982 927 3169 E WifiHAL : In SetAPFCommand::handleResponse mReqType 2 11-28 10:26:09.982 927 3169 I WifiHAL : Id = 0, subcmd = 0, len = 1960 11-28 10:26:09.982 927 3169 D WifiHAL : Read packet filter, mProgramLen = 1948 11-28 10:26:09.982 927 3169 D WifiHAL : apf program length = 1948 11-28 10:26:09.982 927 3169 I WifiHAL : Read APF program success 11-28 10:26:09.983 927 3169 E WifiHAL : Setting APF program, halHandle = 0xb40000718ab80710 11-28 10:26:09.983 927 3169 E WifiHAL : Set apf filter for iface = wlan0 11-28 10:26:09.983 927 3169 I WifiHAL : createRequest: APF set program request 11-28 10:26:09.983 927 3169 I WifiHAL : mProgramLen : 647 11-28 10:26:10.005 1569 3132 W ParceledListSlice: Element #9 is 18032 bytes. 11-28 10:26:10.014 1569 3132 W ParceledListSlice: Element #9 is 18032 bytes. 11-28 10:26:10.022 1569 3132 W ParceledListSlice: Element #9 is 18032 bytes. 11-28 10:26:10.027 2046 2046 D InsetsController: hide(ime(), fromIme=false) 11-28 10:26:10.027 2046 2046 I ImeTracker: com.android.systemui:8f1103f8: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT_BY_INSETS_API fromUser false 11-28 10:26:10.028 2046 2046 I ImeTracker: com.android.systemui:8f1103f8: onCancelled at PHASE_CLIENT_APPLY_ANIMATION 11-28 10:26:10.036 1569 2036 W ParceledListSlice: Element #9 is 18032 bytes. 11-28 10:26:10.272 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:10.312 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:10.953 868 908 D CHRE : @ 415767.383: [ActivityPlatform] type 4, confidence 95 11-28 10:26:11.205 1762 1765 I pixel-thermal: VIRTUAL-SKIN:33.3371 raw data: VIRTUAL-SKIN:33337.1 VIRTUAL-SKIN-SUB-0:32192.8 VIRTUAL-SKIN-SUB-1:29896.8 VIRTUAL-SKIN-SUB-10:31158 VIRTUAL-SKIN-SUB-2:29831 VIRTUAL-SKIN-SUB-3:30991.9 VIRTUAL-SKIN-SUB-4:30041.4 VIRTUAL-SKIN-SUB-5:32623.6 VIRTUAL-SKIN-SUB-6:29124.8 VIRTUAL-SKIN-SUB-7:31972.1 VIRTUAL-SKIN-SUB-8:32574 VIRTUAL-SKIN-SUB-9:33337.1 battery:29900 cam_therm:30303 charge_therm:39096 disp_therm:32039 neutral_therm:34955 north_therm:29925 quiet_therm:30637 soc_therm:40587 usb_pwr_therm:31661 11-28 10:26:11.212 1762 1765 I pixel-thermal: disp_therm:32.039 raw data: disp_therm:32039 11-28 10:26:11.212 1762 1765 I pixel-thermal: cellular-emergency:33.3371 raw data: VIRTUAL-SKIN:33337.1 cellular-emergency:33337.1 11-28 10:26:11.212 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.574 raw data: VIRTUAL-SKIN-CHARGE:32574 VIRTUAL-SKIN-CHARGE-PERSIST:32574 VIRTUAL-SKIN-CHARGE-SUB-0:32341.4 VIRTUAL-SKIN-CHARGE-SUB-1:30838 VIRTUAL-SKIN-CHARGE-SUB-2:30851.1 VIRTUAL-SKIN-CHARGE-SUB-3:32574 battery:29900 cam_therm:30303 charge_therm:39096 disp_therm:32039 neutral_therm:34955 north_therm:29925 quiet_therm:30637 soc_therm:40587 usb_pwr_therm:31661 11-28 10:26:11.212 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:33.3371 raw data: VIRTUAL-SKIN:33337.1 VIRTUAL-SKIN-SOC:33337.1 11-28 10:26:11.213 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.0863 raw data: VIRTUAL-SKIN-SPEAKER:28086.3 VIRTUAL-SKIN-SPEAKER-SUB-0:25317.4 VIRTUAL-SKIN-SPEAKER-SUB-1:27917.5 VIRTUAL-SKIN-SPEAKER-SUB-2:28086.3 battery:29900 cam_therm:30303 charge_therm:39096 disp_therm:32039 neutral_therm:34955 north_therm:29925 quiet_therm:30637 soc_therm:40587 usb_pwr_therm:31661 11-28 10:26:11.213 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:33.3371 raw data: VIRTUAL-SKIN:33337.1 VIRTUAL-SKIN-HINT:33337.1 11-28 10:26:11.213 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:33.3371 raw data: VIRTUAL-SKIN:33337.1 VIRTUAL-SKIN-CPU-HIGH:33337.1 11-28 10:26:11.213 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:33.3371 raw data: VIRTUAL-SKIN:33337.1 VIRTUAL-SKIN-CPU-LIGHT-ODPM:33337.1 11-28 10:26:11.213 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:33.3371 raw data: VIRTUAL-SKIN:33337.1 VIRTUAL-SKIN-GPU:33337.1 11-28 10:26:11.213 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:33.3371 raw data: VIRTUAL-SKIN:33337.1 VIRTUAL-SKIN-CPU-MID:33337.1 11-28 10:26:11.213 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.574 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32574 VIRTUAL-SKIN-CHARGE-WIRED:32574 thb_hda:0 11-28 10:26:11.278 14692 14715 D LogDatabase: [trim] keepers-size: 181, binary-search: 4654, delete: 120, total: 4956 11-28 10:26:11.317 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:11.367 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:11.657 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:11.657 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:11.657 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:26:11.657 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:11.657 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:11.657 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:26:11.660 2298 2298 I SHANNON_IMS: 0642 [DATA] Received mCellStatus [ 1 ] [ band : 0] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:26:11.660 2298 2298 I SHANNON_IMS: 0643 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 7 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:11.672 2298 2298 I SHANNON_IMS: 0646 [DATA] Received mCellStatus [ 0 ] [ band : 7] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:26:11.674 1569 3414 D ActivityManager: sync unfroze 4105 .ShannonImsService for 7 11-28 10:26:11.675 2298 2298 I SHANNON_IMS: 0647 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 0 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:11.677 927 3169 I WifiHAL : found interface wlan0 11-28 10:26:11.692 2720 2720 D QnsTelephonyListener_1: onBarringInfoChanged voiceBarringByFactor:false emergencyBarringFactorfalse 11-28 10:26:11.727 927 3169 I WifiHAL : Setting Channel Avoidance success 11-28 10:26:11.768 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-11ms what=1 obj=2092465e-14a9-4bad-9c28-e9456b84afa8 target=qea } 11-28 10:26:11.768 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable 2092465e-14a9-4bad-9c28-e9456b84afa8 start 11-28 10:26:11.768 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:26:11.770 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:26:11.777 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.782 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.785 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:26:11.789 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:26:11.792 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.795 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:26:11.795 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:26:11.799 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:26:11.799 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:26:11.799 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:26:11.801 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:26:11.801 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:26:11.801 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:26:11.802 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:11.803 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:26:11.803 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:26:11.803 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:26:11.803 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:26:11.803 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 15000 11-28 10:26:11.803 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID 3ee8b9e6-fc50-451b-89c9-9466ce8a8a02 11-28 10:26:11.804 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:11.804 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration 3ee8b9e6-fc50-451b-89c9-9466ce8a8a02 in 15000 ms 11-28 10:26:11.804 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration 2092465e-14a9-4bad-9c28-e9456b84afa8 11-28 10:26:11.814 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:11.815 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:11.822 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:11.825 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:11.829 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.834 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.836 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:11.840 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.844 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.850 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.853 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:11.855 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:11.864 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:11.866 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:11.894 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:11.899 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:11.903 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.908 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.910 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:11.915 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.919 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.924 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.927 2339 2345 I m.android.phone: Background concurrent mark compact GC freed 25MB AllocSpace bytes, 0(0B) LOS objects, 75% free, 8817KB/34MB, paused 1.333ms,4.077ms total 118.130ms 11-28 10:26:11.929 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.935 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:11.941 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:12.030 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:12.132 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 102 ms 11-28 10:26:12.197 1569 1946 D ConnectivityService: NetReassign [no changes] [c 2] [a 3] [i 6] 11-28 10:26:12.372 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:12.407 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:12.774 523 14529 I keystore2: system/security/keystore2/watchdog/src/lib.rs:319 - Watchdog thread idle -> terminating. Have a great day. 11-28 10:26:13.412 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:13.445 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:13.569 2707 3276 I PhenotypeProcessReaper: Memory state is: 200 11-28 10:26:13.654 1569 1569 W ProcessStats: Tracking association SourceState{874540b system/1000 ImpFg #1098356} whose proc state 5 is better than process ProcessState{7b25e92 com.google.android.tts/10192 pkg=com.google.android.tts} proc state 14 (22 skipped) 11-28 10:26:13.695 1569 1569 W JobScheduler: Job didn't exist in JobStore: 258e9c6 {SyncManager} #1000/364 @SyncManager@com.android.contacts/com.google:android 11-28 10:26:13.710 1569 1569 W JobScheduler: Job didn't exist in JobStore: c3a0d87 {SyncManager} #1000/365 @SyncManager@com.android.contacts/com.google:android 11-28 10:26:13.716 1569 1569 W JobScheduler: Job didn't exist in JobStore: 24114b4 {SyncManager} #1000/366 @SyncManager@com.android.contacts/com.google:android 11-28 10:26:13.725 26444 14875 I FSA2_GmsContactsSyncAdapter: @onPerformSync 11-28 10:26:13.725 26444 14875 W FSA2_ContactsSyncAdapter: @onPerformSync Sync started 11-28 10:26:13.730 927 3169 I WifiHAL : found interface wlan0 11-28 10:26:13.736 927 3169 I WifiHAL : Setting Channel Avoidance success 11-28 10:26:13.742 26444 14875 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:26:13.767 26444 14875 W FSA2_GoogleAccountUtil: Syncing device contacts is off. 11-28 10:26:13.768 26444 14875 I People_AppSearchUtilities: Using PlatformStorage API 11-28 10:26:13.770 26444 14875 I CpgSchemaBuilder: Creating session 11-28 10:26:13.788 26444 14875 I CpgSchemaBuilder: GroupContactOrder schema exists already. 11-28 10:26:13.788 26444 14875 I CpgSchemaBuilder: GroupContactOrder schema exists and visible to Contacts app. 11-28 10:26:13.794 26444 14875 I FSA2_FirstFullSyncsDetector: First full syncs finished before. 11-28 10:26:13.797 26444 14875 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:26:13.839 26444 14875 I FSA2_SyncState: @readSyncState: # dfaf@43a08c40 11-28 10:26:13.930 26444 14875 I FSA2_RawContactSyncer: contact count. before sweep: -1, before sync: 0, after sync down: -1, after sync up: 0 11-28 10:26:13.930 26444 14875 W FSA2_ContactsSyncAdapter: @onPerformSync Sync finished successfully 11-28 10:26:13.941 29335 29345 I FacsCacheGmsModule: (REDACTED) Receiving API connection to FACS API from package '%s'... 11-28 10:26:13.942 26444 14875 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:26:13.942 29335 29345 I FacsCacheGmsModule: API connection successful! 11-28 10:26:13.944 26444 14875 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:26:13.948 29335 29345 I FacsCacheGmsModule: (REDACTED) Received 'getActivityControlsSettings' request from package '%s', instance id '%s', version '%d'... 11-28 10:26:13.949 29335 13293 I FacsCacheGmsModule: (REDACTED) Executing operation '%s'... 11-28 10:26:13.949 29335 29345 I FacsCacheGmsModule: Operation 'getActivityControlsSettings' dispatched! 11-28 10:26:13.953 26444 26444 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.facs.internal.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsInternalApiService } 11-28 10:26:13.953 26444 26444 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.facs.internal.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsInternalApiService } 11-28 10:26:13.954 29335 13293 I FacsCacheGmsModule: (REDACTED) Operation '%s' successful! 11-28 10:26:13.959 26444 26901 I FacsCacheGmsModule: Receiving API connection to internal FACS API... 11-28 10:26:13.960 26444 26901 I FacsCacheGmsModule: API connection successful! 11-28 10:26:14.095 26444 26449 I gle.android.gms: Background concurrent mark compact GC freed 32MB AllocSpace bytes, 254(10MB) LOS objects, 75% free, 21MB/84MB, paused 579us,3.750ms total 153.482ms 11-28 10:26:14.126 868 908 D CHRE : @ 415770.557: [ActivityPlatform] type 4, confidence 95 11-28 10:26:14.128 26444 26452 W System : A resource failed to call AbstractCursor.close. 11-28 10:26:14.130 26444 26452 W System : A resource failed to call CursorWrapperInner.close. 11-28 10:26:14.130 26444 26452 W System : A resource failed to call AbstractCursor.close. 11-28 10:26:14.132 26444 26452 W System : A resource failed to call CursorWrapperInner.close. 11-28 10:26:14.132 26444 26452 W System : A resource failed to call AbstractCursor.close. 11-28 10:26:14.133 26444 26452 W System : A resource failed to call CursorWrapperInner.close. 11-28 10:26:14.452 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:14.477 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:15.169 1093 1093 W TracingMuxer: type=1400 audit(0.0:42673): avc: denied { write } for name="traced_producer" dev="tmpfs" ino=1261 scontext=u:r:gxp_logging:s0 tcontext=u:object_r:traced_producer_socket:s0 tclass=sock_file permissive=0 11-28 10:26:15.185 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:15.334 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 149 ms 11-28 10:26:15.384 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -65 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:26:15.384 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:26:15.384 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:26:15.386 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:26:15.386 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:26:15.393 29335 29345 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:26:15.393 29335 29345 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:26:15.395 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-65 11-28 10:26:15.396 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.396 2298 6069 W SHANNON_IMS: 0653 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:15.396 2298 6069 I SHANNON_IMS: 0654 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:15.397 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.397 2298 5418 W SHANNON_IMS: 0655 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:15.397 2298 5418 I SHANNON_IMS: 0656 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:15.398 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.399 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.400 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.400 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.400 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 79%, link speed: 351Mbps, sunspot type: 0) -> (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) 11-28 10:26:15.401 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.401 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.401 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.401 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:26:15.401 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.401 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:15.402 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:26:15.410 1569 1946 D ConnectivityService: NetReassign [no changes] [c 1] [a 2] [i 5] 11-28 10:26:15.481 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:15.523 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:16.006 864 2508 I bthal.activity: bt_power: LeAdvStat: 10:26:04:825 - 10:26:16:006, duration: 11181, le_adv_count: 60, total_le_adv_count: 230065, total_event_count: 324197 11-28 10:26:16.152 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:16.528 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:16.566 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:16.633 29335 29339 I .gms.persistent: Background concurrent mark compact GC freed 80MB AllocSpace bytes, 156(16MB) LOS objects, 73% free, 34MB/130MB, paused 537us,4.191ms total 147.709ms 11-28 10:26:16.652 29335 29341 W .gms.persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~cG5RMA9V-C72PCDvVzJwiw==/com.google.android.calendar-R2_sc-WWyhN1oI9A1tYT4A==/base.apk' with 1 weak references 11-28 10:26:16.653 29335 29341 W .gms.persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~cG5RMA9V-C72PCDvVzJwiw==/com.google.android.calendar-R2_sc-WWyhN1oI9A1tYT4A==/split_config.en.apk' with 1 weak references 11-28 10:26:16.653 29335 29341 W .gms.persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~cG5RMA9V-C72PCDvVzJwiw==/com.google.android.calendar-R2_sc-WWyhN1oI9A1tYT4A==/split_config.xxhdpi.apk' with 1 weak references 11-28 10:26:16.653 29335 29341 W .gms.persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~81MfGTV-WYMngHz1JhshHQ==/com.google.android.apps.work.clouddpc-glCfX7KU6Is2NgIK7S8aAg==/base.apk' with 1 weak references 11-28 10:26:16.653 29335 29341 W .gms.persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~81MfGTV-WYMngHz1JhshHQ==/com.google.android.apps.work.clouddpc-glCfX7KU6Is2NgIK7S8aAg==/split_config.en.apk' with 1 weak references 11-28 10:26:16.653 29335 29341 W .gms.persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~81MfGTV-WYMngHz1JhshHQ==/com.google.android.apps.work.clouddpc-glCfX7KU6Is2NgIK7S8aAg==/split_config.xxhdpi.apk' with 1 weak references 11-28 10:26:16.656 29335 29341 W .gms.persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~MIoOko_9fmZ3mMFPpqOGFA==/com.google.android.partnersetup-QkkqVqUN9mMSeVf6Gv9zWQ==/base.apk' with 1 weak references 11-28 10:26:16.772 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:16.781 864 1687 I bthal.flowcontrol: HciEventPreProcess: HCI Event 0xe Opcode 0xfd59 Length 22 unhandled by ControllerActivityWatcher 11-28 10:26:16.898 2046 2046 D DLObserver: onReceive(); android.intent.action.BATTERY_CHANGED 11-28 10:26:16.898 2046 2046 D DLObserver: plugged=1 11-28 10:26:16.899 2046 2046 D SystemEventDataSource: onReceive: intentAction 11-28 10:26:16.901 2046 2046 I ReverseChargingControl: handleIntentForReverseCharging(): rtx=0 wlc=0 plgac=1 ac=1 acrtx=0 extra=1 this=com.google.android.systemui.reversecharging.ReverseChargingController@475f308 11-28 10:26:16.901 2046 2046 D PowerNotificationWarningsGoogleImpl: onReceive: android.intent.action.BATTERY_CHANGED 11-28 10:26:16.902 2046 2046 D IncompatibleChargerNotification: dispatchIntent: android.intent.action.BATTERY_CHANGED 11-28 10:26:16.902 2046 3987 D PowerUI : can't show warning due to - plugged: true status unknown: false 11-28 10:26:16.905 2046 2098 D GoogleBatteryDataSource: fetchDwellDefendStatus: CONNECTED 11-28 10:26:16.911 2046 2098 D GoogleBatteryDataSource: fetchTempDefendStatus: t_sum=0, time_sum=0 t_avg=0 lst_v=0 lst_t=0 lst_u=0, dt=0, t=0 e=1 11-28 10:26:16.911 2046 2098 D SystemEventDataSource: updatedEventData: SystemEventData(intentAction=android.intent.action.BATTERY_CHANGED, plugged=EventData(value=1), batteryScale=EventData(value=100), batteryLevel=EventData(value=62), chargingStatus=EventData(value=1), maxChargingCurrent=EventData(value=1500000), maxChargingVoltage=EventData(value=5000000), batteryStatus=EventData(value=2), halEventData=HalEventData(dockDefendStatus=EventData(value=-3), tempDefendEventData=EventData(value=false), dwellDefendEventData=EventData(value=false)), settingsEventData=SettingsEventData(dockDefenderBypass=EventData(value=0), chargingLimitSettings=EventData(value=0)), frameworkApiEventData=FrameworkApiEventData(batterySaverState=EventData(value=false), extremeBatterySaverState=EventData(value=false))) 11-28 10:26:16.911 2046 2098 D SystemEventDataSource: extra doesn't changed, no need to onEventSourceUpdate 11-28 10:26:17.172 2180 2318 D TemperatureStateSource: sequence=36695 actualDelay=10000 11-28 10:26:17.172 2180 2318 D TemperatureStateSource: Reading temperature: sequence=36696 11-28 10:26:17.177 1762 1762 I pixel-thermal: VIRTUAL-SKIN:33.1892 raw data: VIRTUAL-SKIN:33189.2 VIRTUAL-SKIN-SUB-0:32107.4 VIRTUAL-SKIN-SUB-1:29808.5 VIRTUAL-SKIN-SUB-10:31119.9 VIRTUAL-SKIN-SUB-2:29857.6 VIRTUAL-SKIN-SUB-3:30730.5 VIRTUAL-SKIN-SUB-4:29972.6 VIRTUAL-SKIN-SUB-5:32468.2 VIRTUAL-SKIN-SUB-6:29160.8 VIRTUAL-SKIN-SUB-7:31984.3 VIRTUAL-SKIN-SUB-8:32561 VIRTUAL-SKIN-SUB-9:33189.2 battery:30000 cam_therm:30414 charge_therm:39274 disp_therm:32195 neutral_therm:34822 north_therm:29902 quiet_therm:30637 soc_therm:39652 usb_pwr_therm:31728 11-28 10:26:17.177 2180 2318 D TemperatureStateSource: getDeviceTemperatures: sequence=36696 deviceTemperatureType=3 temperatureSource=0 temperatures=[33.189163] 11-28 10:26:17.178 2180 2318 D TemperatureStateSource: sequence=36696 waitTime=10000 11-28 10:26:17.178 2180 2316 D BusinessScope: Start running the #73487 block 11-28 10:26:17.179 1762 1762 I pixel-thermal: VIRTUAL-SKIN:33.1892 raw data: VIRTUAL-SKIN:33189.2 11-28 10:26:17.179 2180 2316 I TemperatureStateSource: temperature was set 11-28 10:26:17.180 2180 2316 D ImpulseStateSource: Notify clients: 36742 11-28 10:26:17.180 2180 2316 D BusinessScope: Finish running the #73487 block 11-28 10:26:17.180 2180 2316 D BusinessScope: Start running the #73488 block 11-28 10:26:17.182 2180 2251 D BusinessScope: Finish running the #73488 block 11-28 10:26:17.291 1569 1873 D ActivityManager: freezing 2743 com.google.android.cellbroadcastreceiver 11-28 10:26:17.301 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:17.303 1094 1094 D AOC : A3:MSG: usf_sensor.cc, 1779: USF: Received stop sampling request for ICM45631 Accelerometer (active:4). 11-28 10:26:17.304 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:17.304 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10266} in 8ms 11-28 10:26:17.306 868 908 I CHRE : @ 415773.734: [AR] ON => IDLE 11-28 10:26:17.306 868 908 I CHRE : @ 415773.737: [AR] audiofusion:HandleIdleStateChange: state = 1 11-28 10:26:17.307 868 908 D CHRE : @ 415773.738: [ActivityPlatform] type 4, confidence 95 11-28 10:26:17.365 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:26:17.402 26444 26444 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms } 11-28 10:26:17.547 14692 14755 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:26:17.572 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:17.594 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:18.221 1762 1765 I pixel-thermal: VIRTUAL-SKIN:33.1892 raw data: VIRTUAL-SKIN:33189.2 11-28 10:26:18.231 1762 1765 I pixel-thermal: disp_therm:32.195 raw data: disp_therm:32195 11-28 10:26:18.231 1762 1765 I pixel-thermal: cellular-emergency:33.1892 raw data: VIRTUAL-SKIN:33189.2 cellular-emergency:33189.2 11-28 10:26:18.232 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.561 raw data: VIRTUAL-SKIN-CHARGE:32561 VIRTUAL-SKIN-CHARGE-PERSIST:32561 VIRTUAL-SKIN-CHARGE-SUB-0:32234.3 VIRTUAL-SKIN-CHARGE-SUB-1:30879.5 VIRTUAL-SKIN-CHARGE-SUB-2:30789.3 VIRTUAL-SKIN-CHARGE-SUB-3:32561 battery:30000 cam_therm:30414 charge_therm:39274 disp_therm:32195 neutral_therm:34822 north_therm:29902 quiet_therm:30637 soc_therm:39652 usb_pwr_therm:31728 11-28 10:26:18.232 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:33.1892 raw data: VIRTUAL-SKIN:33189.2 VIRTUAL-SKIN-SOC:33189.2 11-28 10:26:18.233 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.1301 raw data: VIRTUAL-SKIN-SPEAKER:28130.1 VIRTUAL-SKIN-SPEAKER-SUB-0:25359.6 VIRTUAL-SKIN-SPEAKER-SUB-1:27984.7 VIRTUAL-SKIN-SPEAKER-SUB-2:28130.1 battery:30000 cam_therm:30414 charge_therm:39274 disp_therm:32195 neutral_therm:34822 north_therm:29902 quiet_therm:30637 soc_therm:39652 usb_pwr_therm:31728 11-28 10:26:18.233 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:33.1892 raw data: VIRTUAL-SKIN:33189.2 VIRTUAL-SKIN-HINT:33189.2 11-28 10:26:18.233 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:33.1892 raw data: VIRTUAL-SKIN:33189.2 VIRTUAL-SKIN-CPU-HIGH:33189.2 11-28 10:26:18.233 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:33.1892 raw data: VIRTUAL-SKIN:33189.2 VIRTUAL-SKIN-CPU-LIGHT-ODPM:33189.2 11-28 10:26:18.233 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:33.1892 raw data: VIRTUAL-SKIN:33189.2 VIRTUAL-SKIN-GPU:33189.2 11-28 10:26:18.233 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:33.1892 raw data: VIRTUAL-SKIN:33189.2 VIRTUAL-SKIN-CPU-MID:33189.2 11-28 10:26:18.233 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.561 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32561 VIRTUAL-SKIN-CHARGE-WIRED:32561 thb_hda:0 11-28 10:26:18.382 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:18.542 1569 1946 D ConnectivityService: NetReassign [no changes] [c 2] [a 2] [i 6] 11-28 10:26:18.599 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:18.618 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: Database 'signal.db' corrupted! 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: Diagnostic results: 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: ===== PRAGMA integrity_check (same-connection) ===== 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: ok 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: ===== PRAGMA cipher_integrity_check (same-connection) ===== 11-28 10:26:18.865 14692 14755 E SqlCipherErrorHandler: 11-28 10:26:18.873 14692 14755 E AndroidRuntime: FATAL EXCEPTION: pool-14-thread-1 11-28 10:26:18.873 14692 14755 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14692 11-28 10:26:18.873 14692 14755 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at Diagnostics results:.(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at ok.(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at .(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-28 10:26:18.873 14692 14755 E AndroidRuntime: at .(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at java.lang.Thread.run(Thread.java:1012) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at Database 'signal.db' corrupted!.(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at Diagnostics results:.(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at ok.(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at .(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-28 10:26:18.873 14692 14755 E SignalUncaughtException: at .(:0) 11-28 10:26:18.989 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:18.990 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:18.990 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:18.992 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:26:18.993 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:26:18.993 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:26:18.996 2298 2298 I SHANNON_IMS: 0657 [DATA] Received mCellStatus [ 1 ] [ band : 0] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:26:18.997 2298 2298 I SHANNON_IMS: 0658 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 3 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:18.999 2298 2298 I SHANNON_IMS: 0661 [DATA] Received mCellStatus [ 0 ] [ band : 3] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:26:18.999 2298 2298 I SHANNON_IMS: 0662 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 0 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:19.004 2298 2298 I SHANNON_IMS: 0666 [PROX] Received onSignalStrengthsChanged [CellSignalStrengthLte: rssi=-69 rsrp=-99 rsrq=-8 rssnr=6 cqiTableIndex=1 cqi=15 ta=4 level=3 parametersUseForLevel=0] [SLID:0 APM:false] (ImsConnectivityProxyListener$ImsPhoneStateListener%onSignalStrengthsChanged:413) 11-28 10:26:19.010 927 3169 I WifiHAL : found interface wlan0 11-28 10:26:19.014 927 3169 I WifiHAL : Setting Channel Avoidance success 11-28 10:26:19.016 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:26:19.017 2720 2720 D QnsTelephonyListener_1: onBarringInfoChanged voiceBarringByFactor:false emergencyBarringFactorfalse 11-28 10:26:19.378 14692 14755 I JobManager: Successfully flushed. 11-28 10:26:19.387 1569 3414 W ActivityManager: Process org.thoughtcrime.securesms has crashed too many times, killing! Reason: crashed quickly 11-28 10:26:19.387 1569 3414 W AppStandbyController: Tried to restrict recently used app: org.thoughtcrime.securesms due to 1540 11-28 10:26:19.388 1569 3414 I ActivityManager: Killing 14692:org.thoughtcrime.securesms/u0a269 (adj 500): crash 11-28 10:26:19.389 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:26:19.390 3297 3833 D ForegroundUtils: UID: 10269 deleted. 11-28 10:26:19.396 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:19.400 1569 1946 D InetDiagMessage: Destroyed 2 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:19.400 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10269} in 7ms 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: [unidentified:245953180] onFailure() 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: java.net.SocketException: Software caused connection abort 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at java.net.SocketInputStream.socketRead0(Native Method) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at java.net.SocketInputStream.socketRead(SocketInputStream.java:118) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at java.net.SocketInputStream.read(SocketInputStream.java:173) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at java.net.SocketInputStream.read(SocketInputStream.java:143) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.readFromSocket(ConscryptEngineSocket.java:920) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:884) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.readUntilDataAvailable(ConscryptEngineSocket.java:799) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.read(ConscryptEngineSocket.java:772) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okio.InputStreamSource.read(JvmOkio.kt:93) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okio.RealBufferedSource.request(RealBufferedSource.kt:63) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okio.RealBufferedSource.require(RealBufferedSource.kt:56) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okio.RealBufferedSource.readByte(RealBufferedSource.kt:69) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.kt:119) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:102) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: at java.lang.Thread.run(Thread.java:1012) 11-28 10:26:19.401 14692 14753 W OkHttpWebSocketConnection: 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: [normal:65338737] onFailure() 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: java.net.SocketException: Software caused connection abort 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at java.net.SocketInputStream.socketRead0(Native Method) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at java.net.SocketInputStream.socketRead(SocketInputStream.java:118) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at java.net.SocketInputStream.read(SocketInputStream.java:173) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at java.net.SocketInputStream.read(SocketInputStream.java:143) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.readFromSocket(ConscryptEngineSocket.java:920) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:884) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.readUntilDataAvailable(ConscryptEngineSocket.java:799) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at org.conscrypt.ConscryptEngineSocket$SSLInputStream.read(ConscryptEngineSocket.java:772) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okio.InputStreamSource.read(JvmOkio.kt:93) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okio.RealBufferedSource.request(RealBufferedSource.kt:63) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okio.RealBufferedSource.require(RealBufferedSource.kt:56) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okio.RealBufferedSource.readByte(RealBufferedSource.kt:69) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.kt:119) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:102) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: at java.lang.Thread.run(Thread.java:1012) 11-28 10:26:19.401 14692 14750 W OkHttpWebSocketConnection: 11-28 10:26:19.401 14692 14750 I OkHttpWebSocketConnection: [normal:65338737] Client not null when closed 11-28 10:26:19.401 14692 14753 I OkHttpWebSocketConnection: [unidentified:245953180] Client not null when closed 11-28 10:26:19.402 14692 14736 D IncomingMessageObserver: WebSocket State: FAILED 11-28 10:26:19.404 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:19.404 14692 14730 W IncomingMessageObserver: null 11-28 10:26:19.404 14692 14730 W IncomingMessageObserver: java.io.IOException: Connection closed! 11-28 10:26:19.404 14692 14730 W IncomingMessageObserver: at org.whispersystems.signalservice.internal.websocket.OkHttpWebSocketConnection.readRequest(OkHttpWebSocketConnection.java:221) 11-28 10:26:19.404 14692 14730 W IncomingMessageObserver: at org.whispersystems.signalservice.api.SignalWebSocket.waitForSingleMessage(SignalWebSocket.java:293) 11-28 10:26:19.404 14692 14730 W IncomingMessageObserver: at org.whispersystems.signalservice.api.SignalWebSocket.readMessageBatch(SignalWebSocket.java:252) 11-28 10:26:19.404 14692 14730 W IncomingMessageObserver: at org.thoughtcrime.securesms.messages.IncomingMessageObserver$MessageRetrievalThread.run(IncomingMessageObserver.kt:401) 11-28 10:26:19.404 14692 14730 W IncomingMessageObserver: Shutting down pipe... 11-28 10:26:19.404 14692 14731 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onBlockedStatusChanged() 11-28 10:26:19.405 14692 14730 I OkHttpWebSocketConnection: [normal:65338737] disconnect() 11-28 10:26:19.405 14692 14731 W IncomingMessageObserver: Lost network connection. Shutting down our websocket connections and resetting the drained state. 11-28 10:26:19.405 14692 14730 I OkHttpWebSocketConnection: [unidentified:245953180] disconnect() 11-28 10:26:19.405 14692 14730 I IncomingMessageObserver: Looping... 11-28 10:26:19.405 14692 14730 I IncomingMessageObserver: Waiting for websocket state change.... 11-28 10:26:19.405 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:19.406 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20269} in 6ms 11-28 10:26:19.407 1569 3483 D ConnectivityService: Returning BLOCKED NetworkInfo to uid=10269 11-28 10:26:19.505 1569 3483 V ActivityManager: Got obituary of 14692:org.thoughtcrime.securesms 11-28 10:26:19.506 1569 1946 D ConnectivityService: releasing NetworkRequest [ REQUEST id=36677, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] (release request) 11-28 10:26:19.507 1569 1716 I libprocessgroup: Removed cgroup /sys/fs/cgroup/uid_10269/pid_14692 11-28 10:26:19.510 846 846 I Zygote : Process 14692 exited due to signal 9 (Killed) 11-28 10:26:19.637 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:19.682 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:20.695 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:20.727 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:21.018 927 3169 I WifiHAL : found interface wlan0 11-28 10:26:21.027 927 3169 I WifiHAL : Setting Channel Avoidance success 11-28 10:26:21.120 29335 14482 I NearbyDiscovery: (REDACTED) loadFastPairModule: checkFeaturesAreAvailable:%d 11-28 10:26:21.120 29335 14482 I NearbyDiscovery: loadFastPairModule: FastPair module is downloaded. [CONTEXT service_id=265 ] 11-28 10:26:21.121 29335 30958 I NearbyDiscovery: (REDACTED) %s 11-28 10:26:21.133 29335 30958 I NearbyDiscovery: (REDACTED) %s 11-28 10:26:21.525 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:21.636 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 111 ms 11-28 10:26:21.716 1569 1946 D ConnectivityService: NetReassign [no changes] [c 3] [a 5] [i 13] 11-28 10:26:21.744 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:21.775 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:21.798 13612 14275 W maybeRetrieveInboxFromDiskSync: isAtAppStart: false, trigger: IrisManagerDeferredInit, isSQLiteFailed: false, isMinimalLoadComplete: true 11-28 10:26:21.930 13612 14883 E msys : E[D SqliteError]MCISQLiteErrorLogCallback(168)=>(21) misuse at line 7546 of [872ba256cb] 11-28 10:26:21.934 13612 14883 W fb-breakpad: You had registered custom stream 0xFACE2000 11-28 10:26:21.934 13612 14883 W msys : Proxies already configured: null 11-28 10:26:21.969 13612 14341 E msys : E[D 1301]MCIDatabaseFileManagerDecryptDB(334)=>274/1301/3377/-1 11-28 10:26:21.977 13612 13612 W MainContext: type=1400 audit(0.0:42674): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libxplat_messaging_standalone_database_MCAMailboxStandaloneDatabaseAndroid.so" dev="dm-60" ino=861170 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:21.982 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_messaging_standalone_database_MCAMailboxStandaloneDatabaseAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:21.988 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libmailboxstandalonedatabasejni.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:21.985 13612 13612 W MainContext: type=1400 audit(0.0:42675): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libmailboxstandalonedatabasejni.so" dev="dm-60" ino=818161 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.431 864 2508 I bthal.activity: bt_power: LeAdvStat: 10:26:16:473 - 10:26:22:431, duration: 5958, le_adv_count: 29, total_le_adv_count: 230094, total_event_count: 324952 11-28 10:26:22.520 13612 14341 E msys : E[M setup]_MCAMailboxAuxiliaryDBTransferCallback(1640)=>[not an error] Mailbox 0xb4000071502f3290 bootstrapping is not bootstrapping aux dbs for AS 0xb4000070a0362f10 11-28 10:26:22.553 13612 13612 W DatabaseContext: type=1400 audit(0.0:42676): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployer-acg.so" dev="dm-60" ino=896102 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.557 13612 14341 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployer-acg.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.561 13612 13612 W DatabaseContext: type=1400 audit(0.0:42677): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployernovt.so" dev="dm-60" ino=896944 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.564 13612 14341 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployernovt.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.565 13612 13612 W DatabaseContext: type=1400 audit(0.0:42678): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployer.so" dev="dm-60" ino=896148 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.568 13612 14341 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployer.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.573 13612 13612 W MainContext: type=1400 audit(0.0:42679): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libardelivery-merged.so" dev="dm-60" ino=832607 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.585 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libardelivery-merged.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.589 13612 13612 W DatabaseContext: type=1400 audit(0.0:42680): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployer-jni.so" dev="dm-60" ino=894862 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.591 13612 14341 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libIGDWellBeingDatabaseSchemaDeployer-jni.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.589 13612 13612 W MainContext: type=1400 audit(0.0:42681): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libarfxgraphicsmerged_1.so" dev="dm-60" ino=895673 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.594 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libarfxgraphicsmerged_1.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.597 13612 13612 W MainContext: type=1400 audit(0.0:42682): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libyogamerged.so" dev="dm-60" ino=834697 scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c177,c257,c512,c768 tclass=file app=com.instagram.android 11-28 10:26:22.602 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libyogamerged.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.605 13612 14341 E msys : E[S sync]MCDUtilsCreateSyncGroupsByIdQuery(440)=>Unable to find sync group 104 by database ID 11-28 10:26:22.610 13612 14341 E msys : E[S sync]MCDUtilsCreateSyncGroupsByIdQuery(440)=>Unable to find sync group 140 by database ID 11-28 10:26:22.610 13612 14341 E msys : E[S sync]MCDUtilsCreateSyncGroupsByIdQuery(440)=>Unable to find sync group 141 by database ID 11-28 10:26:22.673 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libarfxgraphicsmerged.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.673 13612 14883 W stagram.android: JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad 11-28 10:26:22.677 13612 14341 E FileParsingUtils: getFileContentAsByteFromAssets: failed to get file params_names_v4_u0.txt, due to exception: 11-28 10:26:22.682 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libnetwork-common.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.700 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libspeechasrcal.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.700 13612 14883 W stagram.android: JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad 11-28 10:26:22.708 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libdextricksmerged.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.710 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_assistant_oacr_smart_comms_smart_keyboard_utils_string_base_utilsAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.711 13612 14883 W stagram.android: JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad 11-28 10:26:22.729 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_assistant_oacr_smart_comms_shared_smart_comms_porter_stemmerAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.729 13612 14883 W stagram.android: JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad 11-28 10:26:22.735 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_libraries_actrie_actrieAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.738 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_assistant_oacr_smart_comms_shared_smart_comms_block_phraseAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.738 13612 14883 W stagram.android: JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad 11-28 10:26:22.743 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_assistant_oacr_smart_comms_smart_avatars_smart_avatars_classifierAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.743 13612 14883 W stagram.android: JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad 11-28 10:26:22.752 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_mantle_MantleCQLAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.762 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libmantle-common-mantleDataValue.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.766 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_mantle_logger_loggerAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.773 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libmantle-ig.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.784 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libmodels-core_ig.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.787 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:22.791 13612 14883 I Mantle : IGMantleJni::initHybrid is called. 11-28 10:26:22.792 13612 14883 I Mantle : IGMantleJni::IGMantleJni is called. 11-28 10:26:22.801 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libmpl-tracker.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.817 1569 3132 D ConnectivityService: requestNetwork for uid/pid:10433/13612 activeRequest: null callbackRequest: 36678 [NetworkRequest [ REQUEST id=36679, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10433 RequestorUid: 10433 RequestorPkg: com.instagram.android UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 isUidTracked: false declaredMethods: 0x14 11-28 10:26:22.827 1569 1926 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36679, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10433 RequestorUid: 10433 RequestorPkg: com.instagram.android UnderlyingNetworks: Null] ] 11-28 10:26:22.827 1569 1926 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36679, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10433 RequestorUid: 10433 RequestorPkg: com.instagram.android UnderlyingNetworks: Null] ] 11-28 10:26:22.834 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libchatdutils.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.835 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:22.837 1569 1926 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36679, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10433 RequestorUid: 10433 RequestorPkg: com.instagram.android UnderlyingNetworks: Null] ] 11-28 10:26:22.839 1569 1946 D ConnectivityService: NetReassign [36679 : null → 420] [c 0] [a 6] [i 14] 11-28 10:26:22.855 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libxplat_rsys_rscrypto_rscryptoHoldersAndroid.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:22.865 13612 14883 D nativeloader: Load /data/data/com.instagram.android/lib-compressed/libcryptocontextholder.so using ns clns-8 from class loader (caller=/data/app/~~AQPkTv2PXRpZS8HotBYs4w==/com.instagram.android-TzJt8QTaOW1SzYc7is_bCQ==/base.apk): ok 11-28 10:26:23.277 14007 14075 E HQSession.cpp: Peer closed with error err=Internal Error msg=Error on socket write Operation not permitted, proto=, client CID=, server CID=00000000, local=, =upstream, drain=none 11-28 10:26:23.296 13612 14883 E msys : E[ADNSUCTIMH WA]WPTTimerImplScheduleSet(106)=>WPTTimerImplInMemory/negative_timer_delay current:754478783.00, execute:754460842.00 device current:754478783.30 key: mem_crypto_auth_token_periodic_fetch_14400 11-28 10:26:23.296 13612 14883 E msys : E[ADNSUCTIMH WA]WPTTimerImplScheduleSet(106)=>WPTTimerImplInMemory/negative_timer_delay current:754478783.00, execute:754457570.00 device current:754478783.30 key: mem_message_persistence_store_periodic_deleted_messages_purge_900 11-28 10:26:23.296 13612 14883 E msys : E[ADNSUCTIMH WA]WPTTimerImplScheduleSet(106)=>WPTTimerImplInMemory/negative_timer_delay current:754478783.00, execute:754457154.00 device current:754478783.30 key: mem_message_persistence_store_periodic_messages_backup_60 11-28 10:26:23.856 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:23.907 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:24.271 14007 14075 E HQSession.cpp: Peer closed with error err=Internal Error msg=Error on socket write Operation not permitted, proto=, client CID=, server CID=00000000, local=, =upstream, drain=none 11-28 10:26:24.694 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:24.784 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:26:24.786 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:26:24.786 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:26:24.787 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -65 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:26:24.788 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:26:24.797 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-65 11-28 10:26:24.801 2298 6069 W SHANNON_IMS: 0670 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:24.802 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.802 2298 6069 I SHANNON_IMS: 0671 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:24.805 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.807 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.809 2298 5418 W SHANNON_IMS: 0672 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:24.810 2298 5418 I SHANNON_IMS: 0673 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:24.813 29335 29360 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:26:24.814 29335 29360 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:26:24.814 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.814 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.815 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.815 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) -> (is connected: true, signal level: 77%, link speed: 351Mbps, sunspot type: 0) 11-28 10:26:24.820 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.820 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.820 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.821 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.821 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:24.822 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:26:24.824 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:26:24.835 1569 1946 D ConnectivityService: NetReassign [no changes] [c 2] [a 3] [i 7] 11-28 10:26:24.919 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:24.955 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:25.249 1762 1765 I pixel-thermal: VIRTUAL-SKIN:33.0019 raw data: VIRTUAL-SKIN:33001.9 VIRTUAL-SKIN-SUB-0:31945.2 VIRTUAL-SKIN-SUB-1:29571 VIRTUAL-SKIN-SUB-10:31028.2 VIRTUAL-SKIN-SUB-2:29964.6 VIRTUAL-SKIN-SUB-3:30468.5 VIRTUAL-SKIN-SUB-4:29892.5 VIRTUAL-SKIN-SUB-5:32170.1 VIRTUAL-SKIN-SUB-6:29263.4 VIRTUAL-SKIN-SUB-7:32129.6 VIRTUAL-SKIN-SUB-8:32428.1 VIRTUAL-SKIN-SUB-9:33001.9 battery:30000 cam_therm:30481 charge_therm:38918 disp_therm:32306 neutral_therm:35334 north_therm:29858 quiet_therm:30637 soc_therm:38739 usb_pwr_therm:31839 11-28 10:26:25.261 1762 1765 I pixel-thermal: disp_therm:32.306 raw data: disp_therm:32306 11-28 10:26:25.262 1762 1765 I pixel-thermal: cellular-emergency:33.0019 raw data: VIRTUAL-SKIN:33001.9 cellular-emergency:33001.9 11-28 10:26:25.263 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.4281 raw data: VIRTUAL-SKIN-CHARGE:32428.1 VIRTUAL-SKIN-CHARGE-PERSIST:32428.1 VIRTUAL-SKIN-CHARGE-SUB-0:32036.8 VIRTUAL-SKIN-CHARGE-SUB-1:30937.5 VIRTUAL-SKIN-CHARGE-SUB-2:30640.6 VIRTUAL-SKIN-CHARGE-SUB-3:32428.1 battery:30000 cam_therm:30481 charge_therm:38918 disp_therm:32306 neutral_therm:35334 north_therm:29858 quiet_therm:30637 soc_therm:38739 usb_pwr_therm:31839 11-28 10:26:25.263 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:33.0019 raw data: VIRTUAL-SKIN:33001.9 VIRTUAL-SKIN-SOC:33001.9 11-28 10:26:25.264 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.2115 raw data: VIRTUAL-SKIN-SPEAKER:28211.5 VIRTUAL-SKIN-SPEAKER-SUB-0:25315.6 VIRTUAL-SKIN-SPEAKER-SUB-1:28035.2 VIRTUAL-SKIN-SPEAKER-SUB-2:28211.5 battery:30000 cam_therm:30481 charge_therm:38918 disp_therm:32306 neutral_therm:35334 north_therm:29858 quiet_therm:30637 soc_therm:38739 usb_pwr_therm:31839 11-28 10:26:25.264 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:33.0019 raw data: VIRTUAL-SKIN:33001.9 VIRTUAL-SKIN-HINT:33001.9 11-28 10:26:25.264 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:33.0019 raw data: VIRTUAL-SKIN:33001.9 VIRTUAL-SKIN-CPU-HIGH:33001.9 11-28 10:26:25.264 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:33.0019 raw data: VIRTUAL-SKIN:33001.9 VIRTUAL-SKIN-CPU-LIGHT-ODPM:33001.9 11-28 10:26:25.264 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:33.0019 raw data: VIRTUAL-SKIN:33001.9 VIRTUAL-SKIN-GPU:33001.9 11-28 10:26:25.265 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:33.0019 raw data: VIRTUAL-SKIN:33001.9 VIRTUAL-SKIN-CPU-MID:33001.9 11-28 10:26:25.265 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.4281 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32428.1 VIRTUAL-SKIN-CHARGE-WIRED:32428.1 thb_hda:0 11-28 10:26:25.965 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:26.015 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:26.793 14764 14771 W essory.atticmgr: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~M_0lSgQeOl02zf_im1CAdw==/com.google.android.tts-rZYPCyISrAh3sWMYGMSh5g==/base.apk' with 1 weak references 11-28 10:26:26.797 14765 14782 W sory.neobeanmgr: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~M_0lSgQeOl02zf_im1CAdw==/com.google.android.tts-rZYPCyISrAh3sWMYGMSh5g==/base.apk' with 1 weak references 11-28 10:26:26.821 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-16ms what=1 obj=3ee8b9e6-fc50-451b-89c9-9466ce8a8a02 target=qea } 11-28 10:26:26.822 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable 3ee8b9e6-fc50-451b-89c9-9466ce8a8a02 start 11-28 10:26:26.823 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:26:26.828 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:26:26.841 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:26.842 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:26.857 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:26:26.862 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:26:26.873 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:26.886 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:26:26.888 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:26:26.897 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:26:26.897 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:26:26.898 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:26:26.905 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 8ms 11-28 10:26:26.905 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:26:26.906 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:26:26.907 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:26.908 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:26:26.909 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:26:26.909 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:26:26.910 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:26:26.911 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 30000 11-28 10:26:26.911 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID ef96be45-f7bd-401d-897d-a916e379b4a5 11-28 10:26:26.912 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration ef96be45-f7bd-401d-897d-a916e379b4a5 in 30000 ms 11-28 10:26:26.912 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration 3ee8b9e6-fc50-451b-89c9-9466ce8a8a02 11-28 10:26:26.913 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:26.931 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:26.934 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:26.950 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:26.957 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:26.965 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:26.975 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:26.978 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:26.988 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.000 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.010 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.014 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:27.020 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:27.028 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:27.038 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:27.040 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:27.049 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:27.054 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:27.059 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.070 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:27.073 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.076 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:27.091 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.102 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.113 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.128 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.139 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.156 2339 2701 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:27.163 2180 2318 D ImpulseConnection: timeout didn't happen: com.google.android.apps.turbo 11-28 10:26:27.179 2180 2251 D TemperatureStateSource: sequence=36696 actualDelay=10001 11-28 10:26:27.180 2180 2251 D TemperatureStateSource: Reading temperature: sequence=36697 11-28 10:26:27.185 1762 1762 I pixel-thermal: VIRTUAL-SKIN:33.0019 raw data: VIRTUAL-SKIN:33001.9 11-28 10:26:27.186 2180 2251 D TemperatureStateSource: getDeviceTemperatures: sequence=36697 deviceTemperatureType=3 temperatureSource=0 temperatures=[33.001923] 11-28 10:26:27.186 2180 2251 D TemperatureStateSource: sequence=36697 waitTime=10000 11-28 10:26:27.187 2180 2316 D BusinessScope: Start running the #73489 block 11-28 10:26:27.191 1762 1762 I pixel-thermal: VIRTUAL-SKIN:33.0019 raw data: VIRTUAL-SKIN:33001.9 11-28 10:26:27.192 2180 2316 I TemperatureStateSource: temperature was set 11-28 10:26:27.194 2180 2316 D ImpulseStateSource: Notify clients: 36743 11-28 10:26:27.195 2180 2316 D BusinessScope: Finish running the #73489 block 11-28 10:26:27.196 2180 2316 D BusinessScope: Start running the #73490 block 11-28 10:26:27.198 2180 2258 D BusinessScope: Finish running the #73490 block 11-28 10:26:27.259 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:27.271 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:27.277 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:27.279 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:27.284 2298 2298 I SHANNON_IMS: 0674 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:27.284 2298 2298 I SHANNON_IMS: 0675 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:27.286 2298 2298 I SHANNON_IMS: 0677 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:27.287 2298 2298 I SHANNON_IMS: 0678 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:27.371 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:26:27.501 2298 2298 W SHANNON_IMS: 0687 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:27.502 2298 2298 W SHANNON_IMS: 0688 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:27.790 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:27.929 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 139 ms 11-28 10:26:27.985 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:26:27.988 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:26:27.988 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:26:27.994 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:27.995 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-65 11-28 10:26:27.996 2298 6069 W SHANNON_IMS: 0692 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:27.996 2298 6069 I SHANNON_IMS: 0693 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:27.996 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:27.997 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.002 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.003 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -65 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:26:28.003 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:26:28.004 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.005 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.006 2298 5418 W SHANNON_IMS: 0695 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:28.006 2298 5418 I SHANNON_IMS: 0696 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:28.008 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.008 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.009 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.009 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.009 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:28.010 29335 29345 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:26:28.010 29335 29345 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:26:28.011 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 351Mbps, sunspot type: 0) -> (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) 11-28 10:26:28.013 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:26:28.014 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:26:28.023 1569 1946 D ConnectivityService: NetReassign [no changes] [c 1] [a 3] [i 8] 11-28 10:26:28.077 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:28.112 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:28.490 2298 4635 W SHANNON_IMS: 0697 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:28.501 2298 4635 W SHANNON_IMS: 0703 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:28.503 2298 4635 W SHANNON_IMS: 0704 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:28.996 26444 26444 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.facs.internal.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsInternalApiService } 11-28 10:26:29.140 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:29.174 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:30.181 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:30.207 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:30.696 7012 7018 I m.spotify.music: Background concurrent mark compact GC freed 67MB AllocSpace bytes, 501(12MB) LOS objects, 75% free, 29MB/118MB, paused 819us,3.355ms total 299.642ms 11-28 10:26:30.697 7012 7018 W m.spotify.music: Reducing the number of considered missed Gc histogram windows from 130 to 100 11-28 10:26:30.761 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:30.763 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:30.768 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:30.768 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:30.769 2298 2298 I SHANNON_IMS: 0707 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:30.769 2298 2298 I SHANNON_IMS: 0708 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:30.769 2298 2298 I SHANNON_IMS: 0710 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:30.769 2298 2298 I SHANNON_IMS: 0711 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:30.972 2298 2298 W SHANNON_IMS: 0720 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:30.972 2298 2298 W SHANNON_IMS: 0721 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:30.984 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:31.070 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -65 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:26:31.070 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:26:31.070 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:26:31.070 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:26:31.072 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:26:31.075 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.075 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-65 11-28 10:26:31.075 2298 6069 W SHANNON_IMS: 0726 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:31.075 2298 6069 I SHANNON_IMS: 0727 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:31.076 2298 5418 W SHANNON_IMS: 0728 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:31.076 2298 5418 I SHANNON_IMS: 0729 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:31.077 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.077 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.081 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) -> (is connected: true, signal level: 77%, link speed: 351Mbps, sunspot type: 0) 11-28 10:26:31.082 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.083 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:26:31.083 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.083 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.084 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:26:31.084 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.084 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.085 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.085 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.085 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:31.088 29335 29360 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:26:31.088 29335 29360 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:26:31.099 1569 1946 D ConnectivityService: NetReassign [no changes] [c 1] [a 3] [i 8] 11-28 10:26:31.219 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:31.253 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:31.973 2298 4635 W SHANNON_IMS: 0730 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:31.983 2298 4635 W SHANNON_IMS: 0736 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:31.984 2298 4635 W SHANNON_IMS: 0737 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:32.270 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:32.277 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.749 raw data: VIRTUAL-SKIN:32749 VIRTUAL-SKIN-SUB-0:31764.4 VIRTUAL-SKIN-SUB-1:29445.7 VIRTUAL-SKIN-SUB-10:30958.4 VIRTUAL-SKIN-SUB-2:29884.6 VIRTUAL-SKIN-SUB-3:30279.8 VIRTUAL-SKIN-SUB-4:30048.7 VIRTUAL-SKIN-SUB-5:31899.4 VIRTUAL-SKIN-SUB-6:29204.5 VIRTUAL-SKIN-SUB-7:32014.9 VIRTUAL-SKIN-SUB-8:32324.2 VIRTUAL-SKIN-SUB-9:32749 battery:30000 cam_therm:30503 charge_therm:38495 disp_therm:32418 neutral_therm:34866 north_therm:30080 quiet_therm:30704 soc_therm:37960 usb_pwr_therm:31750 11-28 10:26:32.284 1762 1765 I pixel-thermal: disp_therm:32.418 raw data: disp_therm:32418 11-28 10:26:32.285 1762 1765 I pixel-thermal: cellular-emergency:32.749 raw data: VIRTUAL-SKIN:32749 cellular-emergency:32749 11-28 10:26:32.285 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.3242 raw data: VIRTUAL-SKIN-CHARGE:32324.2 VIRTUAL-SKIN-CHARGE-PERSIST:32324.2 VIRTUAL-SKIN-CHARGE-SUB-0:31864 VIRTUAL-SKIN-CHARGE-SUB-1:30882.7 VIRTUAL-SKIN-CHARGE-SUB-2:30528 VIRTUAL-SKIN-CHARGE-SUB-3:32324.2 battery:30000 cam_therm:30503 charge_therm:38495 disp_therm:32418 neutral_therm:34866 north_therm:30080 quiet_therm:30704 soc_therm:37960 usb_pwr_therm:31750 11-28 10:26:32.286 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.749 raw data: VIRTUAL-SKIN:32749 VIRTUAL-SKIN-SOC:32749 11-28 10:26:32.286 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.1789 raw data: VIRTUAL-SKIN-SPEAKER:28178.8 VIRTUAL-SKIN-SPEAKER-SUB-0:25314.2 VIRTUAL-SKIN-SPEAKER-SUB-1:28010.9 VIRTUAL-SKIN-SPEAKER-SUB-2:28178.8 battery:30000 cam_therm:30503 charge_therm:38495 disp_therm:32418 neutral_therm:34866 north_therm:30080 quiet_therm:30704 soc_therm:37960 usb_pwr_therm:31750 11-28 10:26:32.287 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.749 raw data: VIRTUAL-SKIN:32749 VIRTUAL-SKIN-HINT:32749 11-28 10:26:32.287 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.749 raw data: VIRTUAL-SKIN:32749 VIRTUAL-SKIN-CPU-HIGH:32749 11-28 10:26:32.287 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.749 raw data: VIRTUAL-SKIN:32749 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32749 11-28 10:26:32.287 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.749 raw data: VIRTUAL-SKIN:32749 VIRTUAL-SKIN-GPU:32749 11-28 10:26:32.288 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.749 raw data: VIRTUAL-SKIN:32749 VIRTUAL-SKIN-CPU-MID:32749 11-28 10:26:32.288 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.3242 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32324.2 VIRTUAL-SKIN-CHARGE-WIRED:32324.2 thb_hda:0 11-28 10:26:32.309 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:32.425 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:32.428 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:32.434 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:32.436 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:32.438 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:32.439 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:32.442 2298 2298 I SHANNON_IMS: 0740 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:32.443 2298 2298 I SHANNON_IMS: 0741 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:32.444 2298 2298 I SHANNON_IMS: 0743 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:32.445 2298 2298 I SHANNON_IMS: 0744 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:32.457 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:32.458 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:32.459 2298 2298 I SHANNON_IMS: 0747 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:32.460 2298 2298 I SHANNON_IMS: 0748 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:32.462 2298 2298 I SHANNON_IMS: 0750 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:32.463 2298 2298 I SHANNON_IMS: 0751 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:32.468 2992 12295 I Tycho.nbw: Current UICC API type is UICC_SWITCHING_API_G_D_PHYSICAL [CONTEXT ratelimit_period="1 MINUTES" skipped=17 ] 11-28 10:26:32.657 2298 2298 W SHANNON_IMS: 0760 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:32.658 2298 2298 W SHANNON_IMS: 0761 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:33.323 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:33.352 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:33.649 2298 4635 W SHANNON_IMS: 0765 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:33.662 2298 4635 W SHANNON_IMS: 0771 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:33.663 2298 4635 W SHANNON_IMS: 0772 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:34.075 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:34.236 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 161 ms 11-28 10:26:34.313 1569 1946 D ConnectivityService: NetReassign [no changes] [c 3] [a 4] [i 10] 11-28 10:26:34.370 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:34.416 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:34.950 523 14901 I keystore2: system/security/keystore2/watchdog/src/lib.rs:319 - Watchdog thread idle -> terminating. Have a great day. 11-28 10:26:35.432 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:35.476 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:35.955 868 908 D CHRE : @ 415792.377: Parsed nanoapp message from host: app ID 0x476f6f676c00100b endpoint 0x30 msgType 112 payload size 10 11-28 10:26:35.955 868 908 I CHRE : @ 415792.377: [NanoMinion] received MSG Type 0x70, Version 1, 6 bytes 11-28 10:26:35.955 868 908 I CHRE : @ 415792.378: [AR] request.flush 11-28 10:26:35.955 868 908 I CHRE : @ 415792.378: [AR] send to host, reason=3, sampleSize=16, transitionSize=0, lastAccelTime = 415771580, lastAudioTime = 0 11-28 10:26:35.955 868 908 I CHRE : @ 415792.378: [NanoMinion] sent MSG Type 0x72, Version 0, 265 bytes, MessageId 173 11-28 10:26:35.978 1569 3483 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785961941 11-28 10:26:35.994 1569 3483 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785961941 11-28 10:26:36.000 1569 3414 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785961941 11-28 10:26:36.005 1569 3411 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 79 startTime of in progress event=1732785961941 11-28 10:26:36.006 1569 2208 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785931343 11-28 10:26:36.007 1569 2208 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785931343 11-28 10:26:36.007 1569 3483 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785931343 11-28 10:26:36.008 1569 3414 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785931343 11-28 10:26:36.008 1569 3483 W AppOps : Noting op not finished: uid 10292 pkg com.google.android.apps.fitness code 79 startTime of in progress event=1732785931343 11-28 10:26:36.011 884 884 D usf_sensor_hal: significant motion: Enter Batch. period = 1000000, latency = 0. 11-28 10:26:36.012 884 884 D usf_sensor_hal: significant motion: Enter Activate. Enable = 1. 11-28 10:26:36.013 1094 1094 D AOC : A3:MSG: usf_sensor.cc, 1771: USF: Received start sampling request for Significant Motion (active:1). 11-28 10:26:36.014 1569 3132 W AppOps : Noting op not finished: uid 10148 pkg com.google.android.gms code 113 startTime of in progress event=1732785961941 11-28 10:26:36.015 1094 1094 D AOC : A3:MSG: vsc_sensor.cc, 37: VSC: [Significant Motion] enable: period 1, latency = 0 11-28 10:26:36.015 1094 1094 D AOC : A3:MSG: usf_vsc_log.cc, 44: USF: [SMD] Initializing activity algo instance 11-28 10:26:36.015 1094 1094 D AOC : A3:MSG: vsc_controller.cc, 532: VSC: [Significant Motion] requestSensorEvents: sensor 0x10001, period=20 latency=3200m 11-28 10:26:36.015 1094 1094 D AOC : A3:MSG: usf_sensor.cc, 1771: USF: Received start sampling request for ICM45631 Accelerometer (active:5). 11-28 10:26:36.017 1094 1094 D AOC : A3:MSG: icm456xy_device.cc, 410: USF: Icm456xyDevice: Sensor 0, period 20000000 ns, latency 86666666 ns. 11-28 10:26:36.017 1094 1094 D AOC : A3:MSG: icm456xy_device.cc, 1361: USF: Icm456xyDevice: FIFO enabled: 1, ODR: 200, WM: 1, Intr: 200. 11-28 10:26:36.024 29335 29394 I ActivityScheduler: nextTriggerTime: 415832906, in 42568ms, detectorType: 0, alarmWindowMillis: 7500 11-28 10:26:36.492 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:36.541 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:36.715 2163 2543 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:37.185 2180 2251 D ImpulseConnection: timeout didn't happen: com.google.android.apps.turbo 11-28 10:26:37.187 2180 2316 D TemperatureStateSource: sequence=36697 actualDelay=10000 11-28 10:26:37.189 2180 2316 D TemperatureStateSource: Reading temperature: sequence=36698 11-28 10:26:37.209 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.7262 raw data: VIRTUAL-SKIN:32726.2 VIRTUAL-SKIN-SUB-0:31731.9 VIRTUAL-SKIN-SUB-1:29370.5 VIRTUAL-SKIN-SUB-10:30976.5 VIRTUAL-SKIN-SUB-2:30025.9 VIRTUAL-SKIN-SUB-3:30309.2 VIRTUAL-SKIN-SUB-4:30150.3 VIRTUAL-SKIN-SUB-5:31790.6 VIRTUAL-SKIN-SUB-6:29308.4 VIRTUAL-SKIN-SUB-7:32167.7 VIRTUAL-SKIN-SUB-8:32265.3 VIRTUAL-SKIN-SUB-9:32726.2 battery:30000 cam_therm:30548 charge_therm:38049 disp_therm:32484 neutral_therm:35400 north_therm:30192 quiet_therm:30704 soc_therm:37871 usb_pwr_therm:31928 11-28 10:26:37.211 2180 2316 D TemperatureStateSource: getDeviceTemperatures: sequence=36698 deviceTemperatureType=3 temperatureSource=0 temperatures=[32.7262] 11-28 10:26:37.212 2180 2316 D TemperatureStateSource: sequence=36698 waitTime=10000 11-28 10:26:37.212 2180 2318 D BusinessScope: Start running the #73491 block 11-28 10:26:37.217 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.7262 raw data: VIRTUAL-SKIN:32726.2 11-28 10:26:37.219 2180 2318 I TemperatureStateSource: temperature was set 11-28 10:26:37.221 2180 2318 D ImpulseStateSource: Notify clients: 36744 11-28 10:26:37.221 2180 2318 D BusinessScope: Finish running the #73491 block 11-28 10:26:37.223 2180 2318 D BusinessScope: Start running the #73492 block 11-28 10:26:37.230 2180 2316 D BusinessScope: Finish running the #73492 block 11-28 10:26:37.299 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:37.378 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:26:37.460 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 161 ms 11-28 10:26:37.539 1569 1946 D ConnectivityService: NetReassign [no changes] [c 4] [a 4] [i 12] 11-28 10:26:37.559 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:37.624 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:38.643 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:38.688 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:39.123 1569 1946 D InetDiagMessage: Destroyed 1 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:39.131 13612 14898 E msys : E[N mccw.liger]onReadError(730)=>read/error - ex: AsyncSocketException: recv() failed (peer=31.13.71.175:5222), type = Internal error, errno = 103 (Software caused connection abort), errno: 103 11-28 10:26:39.131 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:39.131 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10433} in 21ms 11-28 10:26:39.133 13612 14886 E msys : E[N WA]_WCCXMPPStreamDisconnectHandler(288)=>xmpp/disconnect - errorcode: 2, domain: MCCWLigerStream: Error Domain=MCCWLigerStream Code=2 11-28 10:26:39.133 13612 14886 E msys : E[N WA]_WCCXMPPStreamDoDisconnect(993)=>xmpp/disconnect - flags: 0 11-28 10:26:39.137 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:39.145 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:39.145 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20433} in 13ms 11-28 10:26:39.147 1569 3483 D ConnectivityService: Returning BLOCKED NetworkInfo to uid=10433 11-28 10:26:39.178 13612 14273 W X.9FD : Exception thrown during refresh 11-28 10:26:39.178 13612 14273 W X.9FD : java.util.concurrent.ExecutionException: java.net.UnknownHostException: Unable to resolve host "z-p42-chat-e2ee-ig.facebook.com": No address associated with hostname 11-28 10:26:39.178 13612 14273 W X.9FD : at X.5zb.A01(:20) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.5zb.get(:268435506) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.Fim.A00(:1) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.9Fs.A06(:0) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.2Fr.run(:10) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.Bcl.execute(:0) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.5zb.A05(:0) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.5zb.A04(:88) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.5zb.setException(:20) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.3Qw.run(:95) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.Bcl.execute(:0) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.9BK.A00(:0) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.9BK.A01(:31) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.2Fo.done(:2) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:381) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.util.concurrent.FutureTask.setException(FutureTask.java:250) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.util.concurrent.FutureTask.run(FutureTask.java:269) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.2ss.run(:2) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.2ob.run(:25) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.lang.Thread.run(Thread.java:1012) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.2ru.run(:8) 11-28 10:26:39.178 13612 14273 W X.9FD : Caused by: java.net.UnknownHostException: Unable to resolve host "z-p42-chat-e2ee-ig.facebook.com": No address associated with hostname 11-28 10:26:39.178 13612 14273 W X.9FD : at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.net.InetAddress.getAllByName(InetAddress.java:1152) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.9EI.A00(:55) 11-28 10:26:39.178 13612 14273 W X.9FD : at X.2Fn.call(:6) 11-28 10:26:39.178 13612 14273 W X.9FD : at java.util.concurrent.FutureTask.run(FutureTask.java:264) 11-28 10:26:39.178 13612 14273 W X.9FD : ... 6 more 11-28 10:26:39.304 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.7552 raw data: VIRTUAL-SKIN:32755.2 VIRTUAL-SKIN-SUB-0:31751.9 VIRTUAL-SKIN-SUB-1:29376.5 VIRTUAL-SKIN-SUB-10:31011.5 VIRTUAL-SKIN-SUB-2:30053.9 VIRTUAL-SKIN-SUB-3:30329.2 VIRTUAL-SKIN-SUB-4:30150.3 VIRTUAL-SKIN-SUB-5:31819.6 VIRTUAL-SKIN-SUB-6:29315.4 VIRTUAL-SKIN-SUB-7:32195.7 VIRTUAL-SKIN-SUB-8:32265.3 VIRTUAL-SKIN-SUB-9:32755.2 battery:30100 cam_therm:30548 charge_therm:38049 disp_therm:32484 neutral_therm:35400 north_therm:30192 quiet_therm:30704 soc_therm:37871 usb_pwr_therm:31928 11-28 10:26:39.317 1762 1765 I pixel-thermal: disp_therm:32.484 raw data: disp_therm:32484 11-28 10:26:39.318 1762 1765 I pixel-thermal: cellular-emergency:32.7552 raw data: VIRTUAL-SKIN:32755.2 cellular-emergency:32755.2 11-28 10:26:39.319 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.2653 raw data: VIRTUAL-SKIN-CHARGE:32265.3 VIRTUAL-SKIN-CHARGE-PERSIST:32265.3 VIRTUAL-SKIN-CHARGE-SUB-0:31803.9 VIRTUAL-SKIN-CHARGE-SUB-1:30979.2 VIRTUAL-SKIN-CHARGE-SUB-2:30524.3 VIRTUAL-SKIN-CHARGE-SUB-3:32265.3 battery:30100 cam_therm:30548 charge_therm:38049 disp_therm:32484 neutral_therm:35400 north_therm:30192 quiet_therm:30704 soc_therm:37871 usb_pwr_therm:31928 11-28 10:26:39.319 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.7552 raw data: VIRTUAL-SKIN:32755.2 VIRTUAL-SKIN-SOC:32755.2 11-28 10:26:39.320 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.2936 raw data: VIRTUAL-SKIN-SPEAKER:28293.6 VIRTUAL-SKIN-SPEAKER-SUB-0:25253.6 VIRTUAL-SKIN-SPEAKER-SUB-1:28106.4 VIRTUAL-SKIN-SPEAKER-SUB-2:28293.6 battery:30100 cam_therm:30548 charge_therm:38049 disp_therm:32484 neutral_therm:35400 north_therm:30192 quiet_therm:30704 soc_therm:37871 usb_pwr_therm:31928 11-28 10:26:39.320 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.7552 raw data: VIRTUAL-SKIN:32755.2 VIRTUAL-SKIN-HINT:32755.2 11-28 10:26:39.320 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.7552 raw data: VIRTUAL-SKIN:32755.2 VIRTUAL-SKIN-CPU-HIGH:32755.2 11-28 10:26:39.320 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.7552 raw data: VIRTUAL-SKIN:32755.2 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32755.2 11-28 10:26:39.320 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.7552 raw data: VIRTUAL-SKIN:32755.2 VIRTUAL-SKIN-GPU:32755.2 11-28 10:26:39.321 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.7552 raw data: VIRTUAL-SKIN:32755.2 VIRTUAL-SKIN-CPU-MID:32755.2 11-28 10:26:39.321 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.2653 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32265.3 VIRTUAL-SKIN-CHARGE-WIRED:32265.3 thb_hda:0 11-28 10:26:39.713 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:39.763 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:40.192 1569 1946 D InetDiagMessage: Destroyed 3 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:40.203 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:40.203 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10386} in 20ms 11-28 10:26:40.208 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:40.213 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:40.214 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20386} in 11ms 11-28 10:26:40.316 14007 14075 E HQSession.cpp: Peer closed with error err=Internal Error msg=Error on socket write Operation not permitted, proto=, client CID=, server CID=00000000, local=, =upstream, drain=none 11-28 10:26:40.523 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:40.628 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 105 ms 11-28 10:26:40.708 1569 1946 D ConnectivityService: NetReassign [no changes] [c 4] [a 6] [i 12] 11-28 10:26:40.779 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:40.820 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:41.839 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:41.891 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:42.910 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:42.950 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:43.352 1762 1765 I pixel-thermal: cam_therm:30.57 raw data: cam_therm:30570 11-28 10:26:43.361 1762 1765 I pixel-thermal: charge_therm:37.805 raw data: charge_therm:37805 11-28 10:26:43.363 1762 1765 I pixel-thermal: quiet_therm:30.77 raw data: quiet_therm:30770 11-28 10:26:43.364 1762 1765 I pixel-thermal: usb_pwr_therm:31.839 raw data: usb_pwr_therm:31839 11-28 10:26:43.365 1762 1765 I pixel-thermal: north_therm:30.125 raw data: north_therm:30125 11-28 10:26:43.366 1762 1765 I pixel-thermal: soc_therm:36.892 raw data: soc_therm:36892 11-28 10:26:43.366 1762 1765 I pixel-thermal: Power rails total power: 1684.88 mW for 60030 ms 11-28 10:26:43.366 1762 1765 I pixel-thermal: Power rails [VSYS_PWR_MODEM: 134.91 mW] [S7M_VDD_TPU: 0.00 mW] [S6M_LLDO1: 127.45 mW] [S4M_VDD_CPUCL0: 322.72 mW] [S2M_VDD_CPUCL2: 115.06 mW] [S1M_VDD_MIF: 75.15 mW] 11-28 10:26:43.366 1762 1765 I pixel-thermal: Power rails [S9M_VDD_CPUCL0_M: 18.50 mW] [L21S_VDD2L_MEM: 1.98 mW] [VSYS_PWR_DISPLAY: 125.30 mW] [L22M_DISP: 64.02 mW] [VSYS_PWR_RFFE: 9.56 mW] [VSYS_PWR_WLAN_BT: 261.03 mW] 11-28 10:26:43.366 1762 1765 I pixel-thermal: Power rails [S5M_VDD_INT: 30.00 mW] [S3M_VDD_CPUCL1: 208.14 mW] [L2S_PLL_MIPI_UFS: 39.99 mW] [S1S_VDD_CAM: 10.93 mW] [S2S_VDD_G3D: 5.64 mW] [S12S_VDD_AUR: 5.88 mW] 11-28 10:26:43.366 1762 1765 I pixel-thermal: Power rails [L9S_GNSS_CORE: 0.37 mW] [S8S_VDD_G3D_L2: 1.78 mW] [S5S_VDDQ_MEM: 6.41 mW] [S9S_VDD_AOC: 16.50 mW] [S4S_VDD2H_MEM: 53.33 mW] [S8M_LLDO2: 50.23 mW] 11-28 10:26:43.688 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:43.803 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 116 ms 11-28 10:26:43.870 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:26:43.872 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:26:43.872 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:26:43.873 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -65 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:26:43.873 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:26:43.881 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-65 11-28 10:26:43.884 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.885 2298 6069 W SHANNON_IMS: 0777 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:43.885 2298 6069 I SHANNON_IMS: 0778 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:43.886 2298 5418 W SHANNON_IMS: 0779 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:26:43.886 2298 5418 I SHANNON_IMS: 0780 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:26:43.887 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.887 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.891 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 351Mbps, sunspot type: 0) -> (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) 11-28 10:26:43.891 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.893 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.894 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.896 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.893 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:26:43.896 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.896 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.897 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.897 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:26:43.897 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:26:43.907 29335 29345 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:26:43.907 29335 29345 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:26:43.913 1569 1946 D ConnectivityService: NetReassign [no changes] [c 2] [a 3] [i 9] 11-28 10:26:43.957 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:43.989 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:44.142 1569 1873 D ActivityManager: freezing 13612 com.instagram.android 11-28 10:26:44.159 1569 1946 D InetDiagMessage: Destroyed 2 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:44.164 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:44.164 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10433} in 12ms 11-28 10:26:45.007 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:45.057 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:45.171 1569 1873 D ActivityManager: freezing 14007 com.instagram.barcelona 11-28 10:26:45.177 1569 1946 D InetDiagMessage: Destroyed 1 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:26:45.181 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:26:45.181 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10386} in 7ms 11-28 10:26:45.201 1093 1093 W TracingMuxer: type=1400 audit(0.0:42701): avc: denied { write } for name="traced_producer" dev="tmpfs" ino=1261 scontext=u:r:gxp_logging:s0 tcontext=u:object_r:traced_producer_socket:s0 tclass=sock_file permissive=0 11-28 10:26:45.715 1094 1094 D AOC : A3:MSG: vsc_controller.cc, 532: VSC: [Significant Motion] requestSensorEvents: sensor 0x20002, period=18446744073709 l 11-28 10:26:45.716 1094 1094 D AOC : A3:MSG: vsc_controller.cc, 550: VSC: [Significant Motion] stopSensorEvents: sensor 0x10001 11-28 10:26:45.719 1094 1094 D AOC : A3:MSG: usf_sensor.cc, 1771: USF: Received start sampling request for ICM45631 Accelerometer (active:5). 11-28 10:26:45.720 1094 1094 D AOC : A3:MSG: icm456xy_device.cc, 410: USF: Icm456xyDevice: Sensor 0, period 20000000 ns, latency 66666666 ns. 11-28 10:26:45.720 1094 1094 D AOC : A3:MSG: icm456xy_device.cc, 1361: USF: Icm456xyDevice: FIFO enabled: 1, ODR: 200, WM: 1, Intr: 200. 11-28 10:26:46.077 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:46.129 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:46.331 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.5015 raw data: VIRTUAL-SKIN:32501.5 VIRTUAL-SKIN-SUB-0:31576.3 VIRTUAL-SKIN-SUB-1:29145.3 VIRTUAL-SKIN-SUB-10:30911.9 VIRTUAL-SKIN-SUB-2:29975.1 VIRTUAL-SKIN-SUB-3:30021.2 VIRTUAL-SKIN-SUB-4:30036 VIRTUAL-SKIN-SUB-5:31547.5 VIRTUAL-SKIN-SUB-6:29250.4 VIRTUAL-SKIN-SUB-7:32093.2 VIRTUAL-SKIN-SUB-8:32127 VIRTUAL-SKIN-SUB-9:32501.5 battery:30200 cam_therm:30570 charge_therm:37805 disp_therm:32529 neutral_therm:34888 north_therm:30125 quiet_therm:30770 soc_therm:36892 usb_pwr_therm:31839 11-28 10:26:46.346 1762 1765 I pixel-thermal: disp_therm:32.529 raw data: disp_therm:32529 11-28 10:26:46.346 1762 1765 I pixel-thermal: cellular-emergency:32.5015 raw data: VIRTUAL-SKIN:32501.5 cellular-emergency:32501.5 11-28 10:26:46.348 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:32.127 raw data: VIRTUAL-SKIN-CHARGE:32127 VIRTUAL-SKIN-CHARGE-PERSIST:32127 VIRTUAL-SKIN-CHARGE-SUB-0:31598.1 VIRTUAL-SKIN-CHARGE-SUB-1:30900.6 VIRTUAL-SKIN-CHARGE-SUB-2:30353.3 VIRTUAL-SKIN-CHARGE-SUB-3:32127 battery:30200 cam_therm:30570 charge_therm:37805 disp_therm:32529 neutral_therm:34888 north_therm:30125 quiet_therm:30770 soc_therm:36892 usb_pwr_therm:31839 11-28 10:26:46.348 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.5015 raw data: VIRTUAL-SKIN:32501.5 VIRTUAL-SKIN-SOC:32501.5 11-28 10:26:46.349 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.2783 raw data: VIRTUAL-SKIN-SPEAKER:28278.3 VIRTUAL-SKIN-SPEAKER-SUB-0:25278.1 VIRTUAL-SKIN-SPEAKER-SUB-1:28103.2 VIRTUAL-SKIN-SPEAKER-SUB-2:28278.3 battery:30200 cam_therm:30570 charge_therm:37805 disp_therm:32529 neutral_therm:34888 north_therm:30125 quiet_therm:30770 soc_therm:36892 usb_pwr_therm:31839 11-28 10:26:46.349 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.5015 raw data: VIRTUAL-SKIN:32501.5 VIRTUAL-SKIN-HINT:32501.5 11-28 10:26:46.350 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.5015 raw data: VIRTUAL-SKIN:32501.5 VIRTUAL-SKIN-CPU-HIGH:32501.5 11-28 10:26:46.352 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.5015 raw data: VIRTUAL-SKIN:32501.5 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32501.5 11-28 10:26:46.352 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.5015 raw data: VIRTUAL-SKIN:32501.5 VIRTUAL-SKIN-GPU:32501.5 11-28 10:26:46.352 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.5015 raw data: VIRTUAL-SKIN:32501.5 VIRTUAL-SKIN-CPU-MID:32501.5 11-28 10:26:46.353 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:32.127 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:32127 VIRTUAL-SKIN-CHARGE-WIRED:32127 thb_hda:0 11-28 10:26:46.881 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:47.002 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 121 ms 11-28 10:26:47.081 1569 1946 D ConnectivityService: NetReassign [no changes] [c 3] [a 4] [i 13] 11-28 10:26:47.150 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:47.182 2180 2258 D ImpulseConnection: timeout didn't happen: com.google.android.apps.turbo 11-28 10:26:47.199 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:47.216 2180 2318 D TemperatureStateSource: sequence=36698 actualDelay=10004 11-28 10:26:47.217 2180 2318 D TemperatureStateSource: Reading temperature: sequence=36699 11-28 10:26:47.227 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.5015 raw data: VIRTUAL-SKIN:32501.5 11-28 10:26:47.228 2180 2318 D TemperatureStateSource: getDeviceTemperatures: sequence=36699 deviceTemperatureType=3 temperatureSource=0 temperatures=[32.501472] 11-28 10:26:47.228 2180 2318 D TemperatureStateSource: sequence=36699 waitTime=10000 11-28 10:26:47.228 2180 2316 D BusinessScope: Start running the #73493 block 11-28 10:26:47.243 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.5015 raw data: VIRTUAL-SKIN:32501.5 11-28 10:26:47.244 2180 2316 I TemperatureStateSource: temperature was set 11-28 10:26:47.245 2180 2316 D ImpulseStateSource: Notify clients: 36745 11-28 10:26:47.245 2180 2316 D BusinessScope: Finish running the #73493 block 11-28 10:26:47.246 2180 2316 D BusinessScope: Start running the #73494 block 11-28 10:26:47.247 2180 2251 D BusinessScope: Finish running the #73494 block 11-28 10:26:47.264 864 2508 I bthal.activity: bt_power: LeAdvStat: 10:26:22:584 - 10:26:47:263, duration: 24679, le_adv_count: 157, total_le_adv_count: 230251, total_event_count: 327915 11-28 10:26:47.382 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:26:48.214 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:48.230 29335 29353 I ActiveUnlock: (REDACTED) StorageMediator database state changed from %s to %s 11-28 10:26:48.236 29335 29353 I ActiveUnlock: (REDACTED) StorageMediator database state changed from %s to %s 11-28 10:26:48.266 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:49.284 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:49.340 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:50.070 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:50.221 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 151 ms 11-28 10:26:50.315 1569 1946 D ConnectivityService: NetReassign [no changes] [c 6] [a 4] [i 16] 11-28 10:26:50.359 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:50.398 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:51.412 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:51.450 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:52.300 884 960 D USF : AP/AOC clock synced: AOC: 415808732363007 ns (10218914129189 tk), AP: 415806613830029 ns, diff = 2118532978 ns 11-28 10:26:52.468 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:52.531 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:52.543 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:52.558 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:52.562 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:52.563 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:52.564 2298 2298 I SHANNON_IMS: 0781 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:52.565 2298 2298 I SHANNON_IMS: 0782 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:52.568 2298 2298 I SHANNON_IMS: 0784 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:52.568 2298 2298 I SHANNON_IMS: 0785 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:52.783 2298 2298 W SHANNON_IMS: 0794 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:52.784 2298 2298 W SHANNON_IMS: 0795 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:53.296 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:53.369 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-SUB-0:31289.7 VIRTUAL-SKIN-SUB-1:28834.9 VIRTUAL-SKIN-SUB-10:30695.3 VIRTUAL-SKIN-SUB-2:29923.1 VIRTUAL-SKIN-SUB-3:29672.3 VIRTUAL-SKIN-SUB-4:30037.1 VIRTUAL-SKIN-SUB-5:31100 VIRTUAL-SKIN-SUB-6:29204.6 VIRTUAL-SKIN-SUB-7:32007.1 VIRTUAL-SKIN-SUB-8:31890 VIRTUAL-SKIN-SUB-9:32128.4 battery:30100 cam_therm:30548 charge_therm:37159 disp_therm:32529 neutral_therm:34644 north_therm:30192 quiet_therm:30837 soc_therm:35757 usb_pwr_therm:31861 11-28 10:26:53.383 1762 1765 I pixel-thermal: disp_therm:32.529 raw data: disp_therm:32529 11-28 10:26:53.383 1762 1765 I pixel-thermal: cellular-emergency:32.1284 raw data: VIRTUAL-SKIN:32128.4 cellular-emergency:32128.4 11-28 10:26:53.384 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:31.89 raw data: VIRTUAL-SKIN-CHARGE:31890 VIRTUAL-SKIN-CHARGE-PERSIST:31890 VIRTUAL-SKIN-CHARGE-SUB-0:31291.9 VIRTUAL-SKIN-CHARGE-SUB-1:30796 VIRTUAL-SKIN-CHARGE-SUB-2:30090.9 VIRTUAL-SKIN-CHARGE-SUB-3:31890 battery:30100 cam_therm:30548 charge_therm:37159 disp_therm:32529 neutral_therm:34644 north_therm:30192 quiet_therm:30837 soc_therm:35757 usb_pwr_therm:31861 11-28 10:26:53.384 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-SOC:32128.4 11-28 10:26:53.386 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.2342 raw data: VIRTUAL-SKIN-SPEAKER:28234.2 VIRTUAL-SKIN-SPEAKER-SUB-0:25237.1 VIRTUAL-SKIN-SPEAKER-SUB-1:28084.3 VIRTUAL-SKIN-SPEAKER-SUB-2:28234.2 battery:30100 cam_therm:30548 charge_therm:37159 disp_therm:32529 neutral_therm:34644 north_therm:30192 quiet_therm:30837 soc_therm:35757 usb_pwr_therm:31861 11-28 10:26:53.386 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-HINT:32128.4 11-28 10:26:53.386 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-CPU-HIGH:32128.4 11-28 10:26:53.387 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32128.4 11-28 10:26:53.387 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-GPU:32128.4 11-28 10:26:53.387 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-CPU-MID:32128.4 11-28 10:26:53.388 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:31.89 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:31890 VIRTUAL-SKIN-CHARGE-WIRED:31890 thb_hda:0 11-28 10:26:53.412 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 117 ms 11-28 10:26:53.511 1569 1946 D ConnectivityService: NetReassign [no changes] [c 5] [a 5] [i 17] 11-28 10:26:53.547 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:53.592 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:53.772 2298 4635 W SHANNON_IMS: 0798 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:53.785 2298 4635 W SHANNON_IMS: 0804 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:53.786 2298 4635 W SHANNON_IMS: 0805 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:54.615 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:54.664 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:55.681 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:55.733 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:56.040 1073 1103 I RFSD : [RfsService::Nv] ProcessMessage : RFS_IO_REQUEST 11-28 10:26:56.041 1073 1103 D RFSD : [RfsService::File] Seek temp file 11-28 10:26:56.046 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.058 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.063 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.069 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.075 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.075 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:56.079 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.082 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:56.083 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.089 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:56.093 2298 2298 I SHANNON_IMS: 0808 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:56.093 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:56.093 2298 2298 I SHANNON_IMS: 0809 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:56.096 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.097 2298 2298 I SHANNON_IMS: 0811 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:56.098 2298 2298 I SHANNON_IMS: 0812 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:56.103 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.111 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.119 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.127 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.132 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.136 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.139 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.142 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.146 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.149 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.153 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.157 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.161 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.165 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.168 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.172 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.176 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.180 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.183 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.189 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.192 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.199 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.202 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.205 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.209 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.214 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.218 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.221 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.226 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.230 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.236 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.240 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.244 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.248 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.255 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.264 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.272 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.279 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.282 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.287 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.292 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.299 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.302 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.307 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.308 2298 2298 W SHANNON_IMS: 0821 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:56.308 2298 2298 W SHANNON_IMS: 0822 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:56.311 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.315 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.318 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.321 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.325 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.328 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.334 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.337 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.343 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.349 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.356 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.363 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.370 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.378 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.386 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.393 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.398 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.401 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.405 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.408 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.414 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.418 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.423 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.426 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.429 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.433 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.438 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.441 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.445 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.448 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.451 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.456 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.460 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.463 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.468 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.470 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.475 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.477 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:56.479 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.484 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.488 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.492 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.498 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.506 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.513 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.519 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.525 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.533 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.537 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.543 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.547 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.553 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.559 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.566 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.575 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.580 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.584 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.588 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 111 ms 11-28 10:26:56.589 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.593 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.598 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.605 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.610 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.614 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.618 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.623 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.627 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.633 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.637 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.642 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.649 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.654 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.658 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.662 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.668 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.669 1569 1946 D ConnectivityService: NetReassign [no changes] [c 2] [a 5] [i 15] 11-28 10:26:56.672 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.676 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.681 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.685 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.689 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.694 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.698 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.701 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.706 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.710 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.716 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.722 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.736 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.740 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.745 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.745 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:56.750 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.755 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.759 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.764 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.767 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.771 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.775 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.778 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.781 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.785 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.789 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.793 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.797 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.804 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.808 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:56.811 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.819 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.823 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.836 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.841 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.844 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.847 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.850 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.854 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.857 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.861 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.865 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.868 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.871 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.874 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.877 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.880 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.881 2163 2172 W droid.bluetooth: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~vf5z6pLCU-3BB7LMjwSXhg==/com.spotify.music-KjOICmWMXzYICDkT6pgdRw==/base.apk' with 1 weak references 11-28 10:26:56.881 2163 2172 W droid.bluetooth: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~vf5z6pLCU-3BB7LMjwSXhg==/com.spotify.music-KjOICmWMXzYICDkT6pgdRw==/split_config.arm64_v8a.apk' with 1 weak references 11-28 10:26:56.882 2163 2172 W droid.bluetooth: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~vf5z6pLCU-3BB7LMjwSXhg==/com.spotify.music-KjOICmWMXzYICDkT6pgdRw==/split_config.en.apk' with 1 weak references 11-28 10:26:56.882 2163 2172 W droid.bluetooth: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~vf5z6pLCU-3BB7LMjwSXhg==/com.spotify.music-KjOICmWMXzYICDkT6pgdRw==/split_config.xxhdpi.apk' with 1 weak references 11-28 10:26:56.883 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.886 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.890 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.892 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.895 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.899 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.902 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.906 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.910 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.915 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.919 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.923 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.927 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.931 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.934 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.938 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.941 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.944 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-32ms what=1 obj=ef96be45-f7bd-401d-897d-a916e379b4a5 target=qea } 11-28 10:26:56.945 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable ef96be45-f7bd-401d-897d-a916e379b4a5 start 11-28 10:26:56.945 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:26:56.947 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.952 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.953 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:26:56.957 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.961 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.961 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:56.964 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:56.965 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.971 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.976 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:26:56.981 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:26:56.982 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.988 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.988 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:56.992 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.995 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:56.995 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:26:56.997 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:26:56.999 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.002 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.004 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:26:57.004 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:26:57.004 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:26:57.006 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.009 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.011 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 7ms 11-28 10:26:57.011 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:26:57.011 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:26:57.012 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:57.013 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.014 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:26:57.015 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:26:57.015 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:26:57.015 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:26:57.015 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 60000 11-28 10:26:57.016 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID b8af9f48-03cf-44a1-8291-7a40f1363821 11-28 10:26:57.016 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration b8af9f48-03cf-44a1-8291-7a40f1363821 in 60000 ms 11-28 10:26:57.017 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration ef96be45-f7bd-401d-897d-a916e379b4a5 11-28 10:26:57.017 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.018 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:57.020 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.024 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.028 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.032 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.036 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.039 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.043 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.046 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.049 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:57.050 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.053 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.053 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:57.057 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.063 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.066 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.070 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:57.075 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.076 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:57.079 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.082 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.083 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.087 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.091 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.093 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.095 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.101 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:57.102 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.108 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.111 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.111 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.116 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.119 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.122 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.123 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.127 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.132 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.136 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.136 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.140 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.142 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:26:57.147 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:57.147 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.150 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.154 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.159 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.163 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:57.165 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.166 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:26:57.171 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.177 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.183 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:26:57.185 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.191 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:26:57.192 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.197 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.198 2180 2251 D ImpulseConnection: timeout didn't happen: com.google.android.apps.turbo 11-28 10:26:57.200 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.206 1073 1103 D RFSD : [RfsService::File] Write temp file 11-28 10:26:57.209 1073 1103 D RFSD : [RfsService::File] Sync temp file 11-28 10:26:57.210 1073 1103 I RFSD : CNvFile::OnWriteDone 11-28 10:26:57.210 1073 1103 D RFSD : CNvFile::OnWriteDone : Write from temp file to nv file 11-28 10:26:57.212 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.216 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:26:57.228 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.229 2180 2318 D TemperatureStateSource: sequence=36699 actualDelay=10001 11-28 10:26:57.229 2180 2318 D TemperatureStateSource: Reading temperature: sequence=36700 11-28 10:26:57.230 1073 1103 W RFSD : [CsumCheckForFileAndForceCrash] /mnt/vendor/efs/nv_normal.bin checksum : verified 11-28 10:26:57.230 1073 1103 I RFSD : [RfsService::Nv] CsumUpdate 11-28 10:26:57.237 1073 1103 I RFSD : [RfsService::Nv] CsumCalc 11-28 10:26:57.240 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.243 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.1284 raw data: VIRTUAL-SKIN:32128.4 VIRTUAL-SKIN-SUB-0:31289.7 VIRTUAL-SKIN-SUB-1:28834.9 VIRTUAL-SKIN-SUB-10:30695.3 VIRTUAL-SKIN-SUB-2:29923.1 VIRTUAL-SKIN-SUB-3:29672.3 VIRTUAL-SKIN-SUB-4:30037.1 VIRTUAL-SKIN-SUB-5:31100 VIRTUAL-SKIN-SUB-6:29204.6 VIRTUAL-SKIN-SUB-7:32007.1 VIRTUAL-SKIN-SUB-8:31890 VIRTUAL-SKIN-SUB-9:32128.4 battery:30100 cam_therm:30548 charge_therm:37159 disp_therm:32529 neutral_therm:34644 north_therm:30192 quiet_therm:30837 soc_therm:35757 usb_pwr_therm:31861 11-28 10:26:57.244 2180 2318 D TemperatureStateSource: getDeviceTemperatures: sequence=36700 deviceTemperatureType=3 temperatureSource=0 temperatures=[32.12842] 11-28 10:26:57.244 2180 2318 D TemperatureStateSource: sequence=36700 waitTime=10000 11-28 10:26:57.244 2180 2318 D BusinessScope: Start running the #73495 block 11-28 10:26:57.251 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.1284 raw data: VIRTUAL-SKIN:32128.4 11-28 10:26:57.252 2180 2318 I TemperatureStateSource: temperature was set 11-28 10:26:57.255 2180 2318 D ImpulseStateSource: Notify clients: 36746 11-28 10:26:57.255 2180 2318 D BusinessScope: Finish running the #73495 block 11-28 10:26:57.255 2180 2318 D BusinessScope: Start running the #73496 block 11-28 10:26:57.261 2180 2258 D BusinessScope: Finish running the #73496 block 11-28 10:26:57.262 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.284 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.299 2298 4635 W SHANNON_IMS: 0825 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:57.301 1073 1103 I RFSD : [RfsService::Nv] ProcessMessage : RFS_OP_STATUS 11-28 10:26:57.301 1073 1103 I RFSD : [RfsService::Nv] ProcessMessage : RFS_STATUS_SUCCESS 11-28 10:26:57.301 14325 14335 I modem_svc: Got userspace log indication 11-28 10:26:57.302 14325 14335 D modem_svc: Modem: [CP2AP][RFSD] [NVTest] pal_RegStoreFlush fileName: ../../../LTESAE/LteL3/LteSae/SAEMM/Code/src/SAEMM_CommonProcedure.c, lineNum: 1881, nvId: 947, nvName: !SAEL3.KSIasme, EfsSyncCount: 1306, actualCP2APCount:51 11-28 10:26:57.309 2298 4635 W SHANNON_IMS: 0831 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:57.309 2298 4635 W SHANNON_IMS: 0832 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:57.315 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.327 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:26:57.387 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:26:57.707 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:57.720 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:57.721 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler: msg.what = EVENT_NETWORK_REGISTRATION_INFO_REQUEST 11-28 10:26:57.731 2584 3074 D IwlanNetworkService$IwlanNetworkServiceHandler[0]: : reg state REGISTRATION_STATE_HOME 11-28 10:26:57.733 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:57.734 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:57.740 2298 2298 I SHANNON_IMS: 0835 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:57.741 2298 2298 I SHANNON_IMS: 0836 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:57.744 2298 2298 I SHANNON_IMS: 0838 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:57.744 2298 2298 I SHANNON_IMS: 0839 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:57.775 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:57.776 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 3005, dataLength = 17, channel = 0) 11-28 10:26:57.780 2298 2298 I SHANNON_IMS: 0842 [NETW] #:PURP:# UNSOL {RILC_UNSOL_IMS_SUPPORT_SERVICE} : VoPS : 0 EMC : 0 SIM_IDX : 0 RAT : 14 REG_STATE : 0 CELL_ID : 26947584 LAC/TAC : 1496 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:26:57.785 2298 2298 I SHANNON_IMS: 0843 [CONN] #:ORNG:# supportService [VoPS : 0/ EMC : 0/ RAT_INFO : 14/ REG_STATE : 0/ CELL_ID : 26947584/ LAC-TAC Info : 1496] [SLID:0 ] (ImsConnectivityMgr$RegistrationListener%supportService:2860) 11-28 10:26:57.787 2298 2298 I SHANNON_IMS: 0845 [CONN] update Cell Location Info, slotId: 0 [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2932) 11-28 10:26:57.787 2298 2298 I SHANNON_IMS: 0846 [CONN] Ignore RAT_UNKNOWN or not connected [com.shannon.imsservice.conn.ImsConnectivityMgr$RegistrationListener@6adc268] (ImsConnectivityMgr$RegistrationListener%updateCellLocation:2935) 11-28 10:26:57.819 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:57.854 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:57.958 2298 2298 W SHANNON_IMS: 0855 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:57.959 2298 2298 W SHANNON_IMS: 0856 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:58.869 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:58.913 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:58.947 2298 4635 W SHANNON_IMS: 0860 [CONN] Timer IMS_SUPPORT_SERVICE_TIMER expired (ConnectionTimer$ConnectionTimerTask%run:73) 11-28 10:26:58.964 2298 4635 W SHANNON_IMS: 0866 [RULE] isLte: false isHomeSupported: false isRoamingSupported: false isImsPdnConnected: false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isRegStateSupported:428) 11-28 10:26:58.964 2298 4635 W SHANNON_IMS: 0867 [RULE] VOC is NOT ready, isRegStateSupported() is false [CellConnectivity VoPS:0 EMC:0 RAT:RAT_LTE RSRP:-99 SLID:0 ] (CellConnectivity%isVocReady:355) 11-28 10:26:59.253 21735 21760 I bcoz : (REDACTED) getHotwordActive::active query: %s, watch: %s, devices connected: %s 11-28 10:26:59.651 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:26:59.805 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 154 ms 11-28 10:26:59.909 1569 1946 D ConnectivityService: NetReassign [no changes] [c 5] [a 8] [i 12] 11-28 10:26:59.930 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:26:59.970 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:00.042 8586 8615 I AiAiEcho: (REDACTED) Predicting[%d]: %s 11-28 10:27:00.042 8586 8615 I AiAiEcho: (REDACTED) EchoTargets: %s 11-28 10:27:00.042 8586 8615 I AiAiEcho: Filtered by AiAi flag check: %s 11-28 10:27:00.043 8586 8615 I AiAiEcho: (REDACTED) #weatherTwiddler: Weather removes SubtitleSupplementalItem in surface: %s 11-28 10:27:00.043 8586 8615 I AiAiEcho: #remoteViewsTwiddler: feature disabled. 11-28 10:27:00.043 8586 8615 I AiAiEcho: (REDACTED) Predicting[%d]: %s 11-28 10:27:00.044 8586 8615 I AiAiEcho: (REDACTED) EchoTargets: %s 11-28 10:27:00.044 8586 8615 I AiAiEcho: Filtered by AiAi flag check: %s 11-28 10:27:00.045 8586 8615 I AiAiEcho: (REDACTED) #weatherTwiddler: Weather removes SubtitleSupplementalItem in surface: %s 11-28 10:27:00.045 8586 8615 I AiAiEcho: #remoteViewsTwiddler: feature disabled. 11-28 10:27:00.049 8586 8615 I AiAiEcho: (REDACTED) #postPredictionTargets: Sending updates to UISurface %s with targets# %s (types=[%s]) 11-28 10:27:00.051 8586 8615 I AiAiEcho: (REDACTED) #postPredictionTargets: Sending updates to UISurface %s with targets# %s (types=[%s]) 11-28 10:27:00.052 2046 2046 I WeatherSmartspaceView: setFormattedContentDescription: text=41°F, iconDescription=Light rain, contentDescription=Light rain, 41°F 11-28 10:27:00.052 2046 2046 I WeatherData: Weather data parsed DRIZZLE ("Light rain") 41°F from Bundle[{description=Light rain, feedback_intent=null, explanation_intent=Supplier{VAL_PARCELABLE@148+1968}, is_gaia_linked_data=true, use_celsius=false, state=11, temperature=41}] 11-28 10:27:00.052 2046 2046 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page. 11-28 10:27:00.054 22016 22016 D SsBaseTemplateCard: No text view can be set up 11-28 10:27:00.056 22016 22016 I SsBaseTemplateCard: setFormattedContentDescription: text=41°F, iconDescription=Light rain, contentDescription=Light rain, 41°F 11-28 10:27:00.056 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:27:00.056 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:27:00.056 22016 22016 I SsBaseTemplateCard: Secondary card pane is null 11-28 10:27:00.405 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.2333 raw data: VIRTUAL-SKIN:32233.3 VIRTUAL-SKIN-SUB-0:31288.9 VIRTUAL-SKIN-SUB-1:28703.3 VIRTUAL-SKIN-SUB-10:30708.9 VIRTUAL-SKIN-SUB-2:30098.6 VIRTUAL-SKIN-SUB-3:29628.1 VIRTUAL-SKIN-SUB-4:29913.8 VIRTUAL-SKIN-SUB-5:31027.4 VIRTUAL-SKIN-SUB-6:29342.2 VIRTUAL-SKIN-SUB-7:32233.3 VIRTUAL-SKIN-SUB-8:31828.5 VIRTUAL-SKIN-SUB-9:32153.4 battery:30200 cam_therm:30615 charge_therm:36936 disp_therm:32551 neutral_therm:35378 north_therm:30058 quiet_therm:30837 soc_therm:35556 usb_pwr_therm:32017 11-28 10:27:00.419 1762 1765 I pixel-thermal: disp_therm:32.551 raw data: disp_therm:32551 11-28 10:27:00.419 1762 1765 I pixel-thermal: cellular-emergency:32.2333 raw data: VIRTUAL-SKIN:32233.3 cellular-emergency:32233.3 11-28 10:27:00.421 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:31.8285 raw data: VIRTUAL-SKIN-CHARGE:31828.5 VIRTUAL-SKIN-CHARGE-PERSIST:31828.5 VIRTUAL-SKIN-CHARGE-SUB-0:31234.4 VIRTUAL-SKIN-CHARGE-SUB-1:30892 VIRTUAL-SKIN-CHARGE-SUB-2:30051.4 VIRTUAL-SKIN-CHARGE-SUB-3:31828.5 battery:30200 cam_therm:30615 charge_therm:36936 disp_therm:32551 neutral_therm:35378 north_therm:30058 quiet_therm:30837 soc_therm:35556 usb_pwr_therm:32017 11-28 10:27:00.421 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.2333 raw data: VIRTUAL-SKIN:32233.3 VIRTUAL-SKIN-SOC:32233.3 11-28 10:27:00.422 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.3636 raw data: VIRTUAL-SKIN-SPEAKER:28363.5 VIRTUAL-SKIN-SPEAKER-SUB-0:25213.1 VIRTUAL-SKIN-SPEAKER-SUB-1:28173.6 VIRTUAL-SKIN-SPEAKER-SUB-2:28363.5 battery:30200 cam_therm:30615 charge_therm:36936 disp_therm:32551 neutral_therm:35378 north_therm:30058 quiet_therm:30837 soc_therm:35556 usb_pwr_therm:32017 11-28 10:27:00.423 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.2333 raw data: VIRTUAL-SKIN:32233.3 VIRTUAL-SKIN-HINT:32233.3 11-28 10:27:00.423 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.2333 raw data: VIRTUAL-SKIN:32233.3 VIRTUAL-SKIN-CPU-HIGH:32233.3 11-28 10:27:00.423 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.2333 raw data: VIRTUAL-SKIN:32233.3 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32233.3 11-28 10:27:00.423 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.2333 raw data: VIRTUAL-SKIN:32233.3 VIRTUAL-SKIN-GPU:32233.3 11-28 10:27:00.424 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.2333 raw data: VIRTUAL-SKIN:32233.3 VIRTUAL-SKIN-CPU-MID:32233.3 11-28 10:27:00.425 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:31.8285 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:31828.5 VIRTUAL-SKIN-CHARGE-WIRED:31828.5 thb_hda:0 11-28 10:27:00.988 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:01.032 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:01.916 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:01.916 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:01.917 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:01.919 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:01.920 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:27:01.923 2298 2298 I SHANNON_IMS: 0870 [DATA] Received mCellStatus [ 1 ] [ band : 0] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:27:01.924 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:27:01.924 2298 2298 I SHANNON_IMS: 0871 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 7 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:27:01.933 927 3169 I WifiHAL : found interface wlan0 11-28 10:27:01.941 2298 2298 I SHANNON_IMS: 0874 [DATA] Received mCellStatus [ 0 ] [ band : 7] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:27:01.942 2298 2298 I SHANNON_IMS: 0875 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 0 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:27:01.944 927 3169 I WifiHAL : Setting Channel Avoidance success 11-28 10:27:01.951 2720 2720 D QnsTelephonyListener_1: onBarringInfoChanged voiceBarringByFactor:false emergencyBarringFactorfalse 11-28 10:27:02.044 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:02.079 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:02.879 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:27:03.016 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 136 ms 11-28 10:27:03.100 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:03.121 1569 1946 D ConnectivityService: NetReassign [no changes] [c 6] [a 8] [i 20] 11-28 10:27:03.143 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:03.948 927 3169 I WifiHAL : found interface wlan0 11-28 10:27:04.009 927 3169 I WifiHAL : Setting Channel Avoidance success 11-28 10:27:04.162 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:04.204 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:04.820 864 2508 I bthal.activity: bt_power: LeAdvStat: 10:26:47:514 - 10:27:04:820, duration: 17305, le_adv_count: 93, total_le_adv_count: 230344, total_event_count: 329992 11-28 10:27:05.229 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:05.273 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:05.579 23918 23918 I BugleDataModel: ActionExecutorImpl: Starting ActionService 11-28 10:27:05.632 23918 23918 I BugleDataModel: ActionExecutorImpl: ACTION_EXECUTE_QUEUED_CountryCodeDetectorAction 11-28 10:27:05.632 23918 10421 I BugleDataModel: ExecuteActionRunnable: running action CountryCodeDetectorAction 11-28 10:27:05.633 23918 23918 I BugleDataModel: ActionExecutorImpl: ACTION_EXECUTE_QUEUED_SelfParticipantsRefreshAction 11-28 10:27:05.636 23918 10421 I BugleDataModel: ActionExecutorImpl: ACTION_BACKGROUND_QUEUED_CountryCodeDetectorAction 11-28 10:27:05.648 23918 10421 I BugleDataModel: ExecuteActionRunnable: running action SelfParticipantsRefreshAction 11-28 10:27:05.649 23918 10421 I BugleDataModel: ActionExecutorImpl: ACTION_BACKGROUND_QUEUED_SelfParticipantsRefreshAction 11-28 10:27:05.655 23918 14921 I Bugle : CountryCodeDetector: updateSmsNetworkCountry from default subscription network country. detected country: de 11-28 10:27:05.656 23918 14921 I BugleDataModel: ActionExecutorImpl: ACTION_RESPONSE_QUEUED_CountryCodeDetectorAction 11-28 10:27:05.670 23918 14921 I BugleDataModel: ParticipantFullRefresh: Start participant refresh. refreshMode: SELF_ONLY 11-28 10:27:05.678 23918 14921 I BugleDataModel: SubscriptionsTracker#refreshSelfParticipantList([2, 16]) 11-28 10:27:05.703 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=2 ] 11-28 10:27:05.712 23918 14921 I Bugle : SubscriptionUtils.getCanonicalForSelf: self=redacted-pii[12-chars], country=US [CONTEXT sub_id=2 ] 11-28 10:27:05.730 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=2 ] 11-28 10:27:05.735 23918 14921 W BugleDataModel: SubscriptionsTracker: Failed to update self participants' subscription info for, subId: -1, updateCount: 0 11-28 10:27:05.744 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=2 ] 11-28 10:27:05.745 23918 14921 I Bugle : SubscriptionUtils.getCanonicalForSelf: self=redacted-pii[12-chars], country=US [CONTEXT sub_id=2 ] 11-28 10:27:05.755 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=2 ] 11-28 10:27:05.759 23918 14921 W BugleDataModel: SubscriptionsTracker: Failed to update self participants' subscription info for, subId: 2, updateCount: 0 11-28 10:27:05.768 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=16 ] 11-28 10:27:05.776 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=16 ] 11-28 10:27:05.781 23918 14921 W BugleDataModel: SubscriptionsTracker: Failed to update self participants' subscription info for, subId: 16, updateCount: 0 11-28 10:27:05.800 23918 14921 I BugleDataModel: SubscriptionsTracker bindToTrackingMap bound participants: [ParticipantId=1 subId=-1, ParticipantId=223 subId=1, ParticipantId=224 subId=2, ParticipantId=233 subId=3, ParticipantId=234 subId=4, ParticipantId=238 subId=5, ParticipantId=241 subId=6, ParticipantId=249 subId=7, ParticipantId=253 subId=8, ParticipantId=261 subId=9, ParticipantId=264 subId=10, ParticipantId=268 subId=11, ParticipantId=276 subId=12, ParticipantId=284 subId=13, ParticipantId=296 subId=14, ParticipantId=303 subId=15, ParticipantId=306 subId=16] 11-28 10:27:05.802 23918 14921 I BugleDataModel: set orderedRowIdAndTokenPairs: [rowId=306 subId= 16 token=892329b7-a06c-4ab8-8c6f-f71fab103492, rowId=224 subId= 2 token=f2414230-17bb-4b44-9f9f-a71a71055260, rowId=1 subId= -1 token=2bf20245-c4bf-47f3-a9b8-5accfead400b, rowId=303 subId= 15 token=87027bc5-647d-4819-a6e4-2b6ed5a11e44, rowId=296 subId= 14 token=03f0f52b-fab0-45e1-9983-25af2b684d1e, rowId=284 subId= 13 token=b384ca48-32c3-4542-b558-a598ba506199, rowId=276 subId= 12 token=ad06088d-7805-4582-a229-208bf65465f8, rowId=268 subId= 11 token=10e07ad7-e3b6-4779-baba-5dbbd7a3a7f5, rowId=264 subId= 10 token=8565f0a4-f913-4396-b89b-77f866cbf355, rowId=261 subId= 9 token=ad5fd46f-cbd9-4ec4-acf4-f34815a2c503, rowId=253 subId= 8 token=a27981ba-2ca3-47b7-a70d-8d5524dcc5f4, rowId=249 subId= 7 token=6a4f9b08-58cd-4a62-b9ca-755908941fef, rowId=241 subId= 6 token=8832d815-f4f9-45b1-beea-c549a63916e1, rowId=238 subId= 5 token=9d1e46bb-18c6-4e65-accf-8b4fbc93f325, rowId=234 subId= 4 token=29f08a78-cf40-4396-ac12-b5d137909811, rowId=233 subId= 3 token=17e4d651-d23a-46f7-8b92-4efda023d39d, rowId=223 subId= 1 token=d329ae96-4791-469a-807c-faca3bdc6a24] 11-28 10:27:05.811 23918 23969 I BugleDataModel: SubscriptionsTracker bindToTrackingMap bound participants: [ParticipantId=1 subId=-1, ParticipantId=223 subId=1, ParticipantId=224 subId=2, ParticipantId=233 subId=3, ParticipantId=234 subId=4, ParticipantId=238 subId=5, ParticipantId=241 subId=6, ParticipantId=249 subId=7, ParticipantId=253 subId=8, ParticipantId=261 subId=9, ParticipantId=264 subId=10, ParticipantId=268 subId=11, ParticipantId=276 subId=12, ParticipantId=284 subId=13, ParticipantId=296 subId=14, ParticipantId=303 subId=15, ParticipantId=306 subId=16] 11-28 10:27:05.817 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=2 ] 11-28 10:27:05.819 23918 14921 I Bugle : SubscriptionUtils.getCanonicalForSelf: self=redacted-pii[12-chars], country=US [CONTEXT sub_id=2 ] 11-28 10:27:05.902 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 1 11-28 10:27:05.921 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=1 ] 11-28 10:27:05.922 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:1} 11-28 10:27:05.925 23918 14921 I Bugle : SubscriptionUtils.getCanonicalForSelf: self=redacted-pii[12-chars], country= [CONTEXT sub_id=1 ] 11-28 10:27:05.927 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:1} 11-28 10:27:05.929 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:05.965 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 223 11-28 10:27:05.970 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=2 ] 11-28 10:27:05.971 23918 14921 I Bugle : SubscriptionUtils.getCanonicalForSelf: self=redacted-pii[12-chars], country=US [CONTEXT sub_id=2 ] 11-28 10:27:05.972 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.019 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 224 11-28 10:27:06.024 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=3 ] 11-28 10:27:06.025 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:3} 11-28 10:27:06.028 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.068 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 233 11-28 10:27:06.073 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=4 ] 11-28 10:27:06.074 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:4} 11-28 10:27:06.077 23918 23972 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.083 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:27:06.106 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 234 11-28 10:27:06.109 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=5 ] 11-28 10:27:06.110 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:5} 11-28 10:27:06.116 23918 23972 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.144 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 238 11-28 10:27:06.150 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=6 ] 11-28 10:27:06.153 23918 23972 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.158 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:6} 11-28 10:27:06.165 1569 1863 D ActivityManager: sync unfroze 6853 com.google.android.apps.youtube.music for 6 11-28 10:27:06.167 1569 1863 W ProcessStats: Tracking association SourceState{ce06ba7 system/1000 ImpBg #1098435} whose proc state 6 is better than process ProcessState{adc1b47 com.google.android.apps.youtube.music/10205 pkg=com.google.android.apps.youtube.music} proc state 14 (1 skipped) 11-28 10:27:06.207 1569 1863 W JobServiceContext: Sending onNetworkChanged for a job that isn't started. JobStatus{65abea androidx.work.systemjobscheduler:u0a205/32824 @androidx.work.systemjobscheduler@com.google.android.apps.youtube.music/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10205 TIME=-41s74ms:none NET READY} 11-28 10:27:06.214 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 241 11-28 10:27:06.217 6853 6893 D TrafficStats: tagSocket(135) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.219 1569 3132 D ConnectivityService: Returning UNBLOCKED NetworkInfo to uid=10205 11-28 10:27:06.222 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=7 ] 11-28 10:27:06.222 23918 23972 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.224 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:7} 11-28 10:27:06.226 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 143 ms 11-28 10:27:06.233 1569 1569 W JobScheduler: Job didn't exist in JobStore: 102b569 {SyncManager} #1000/365 @SyncManager@com.android.contacts/com.google:android 11-28 10:27:06.245 1569 1569 W JobScheduler: Job didn't exist in JobStore: 9a36bee {SyncManager} #1000/366 @SyncManager@com.android.contacts/com.google:android 11-28 10:27:06.252 26444 14923 I FSA2_GmsContactsSyncAdapter: @onPerformSync 11-28 10:27:06.252 26444 14923 W FSA2_ContactsSyncAdapter: @onPerformSync Sync started 11-28 10:27:06.258 26444 14923 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:27:06.264 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 249 11-28 10:27:06.268 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=8 ] 11-28 10:27:06.270 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -67 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:27:06.270 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.270 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:27:06.271 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:27:06.271 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.271 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.271 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-67 11-28 10:27:06.271 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.271 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:8} 11-28 10:27:06.271 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.272 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.272 2298 5418 W SHANNON_IMS: 0881 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:06.272 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.272 2298 5418 I SHANNON_IMS: 0882 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:06.272 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.272 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.272 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.272 29335 29345 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:27:06.272 29335 29345 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:27:06.273 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.275 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:06.275 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:27:06.275 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:27:06.275 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:06.275 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:06.275 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:06.275 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:06.276 2298 6069 W SHANNON_IMS: 0883 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:06.276 2298 6069 I SHANNON_IMS: 0884 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:06.277 2274 4225 D SHANNON_RCS: 1276 [0][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:06.278 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 390Mbps, sunspot type: 0) -> (is connected: true, signal level: 72%, link speed: 390Mbps, sunspot type: 0) 11-28 10:27:06.279 2707 3239 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.279 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.279 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.279 2992 23362 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.280 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.280 2274 4225 D SHANNON_RCS: 1277 [1][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:06.280 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.281 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.281 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.281 12081 12194 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.281 4392 4392 D TrafficStats: tagSocket(256) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.281 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.282 29335 29817 D TrafficStats: tagSocket(109) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.282 19760 19859 D WM-NetworkStateTracker: Network capabilities changed: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: UnderlyingNetworks: Null] 11-28 10:27:06.282 4121 4167 I Tycho.VoiceLibrary: VpnMonitor.NetworkCallback.onCapabilitiesChanged 11-28 10:27:06.282 3283 4717 I BugleRcsEngine: handleMessage processing message:[NOTIFY_UPTIME_IGNORE_STATE_CHANGED] with [non-null]:RcsEngineImpl reference [CONTEXT log_prefix="RcsEngineImpl[DUAL_REG]:[520d16d4-cc17]>Handler" thread_id=61 ] 11-28 10:27:06.283 5708 5791 D TrafficStats: tagSocket(176) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.283 3283 4066 I BugleRcsEngine: Connected state: [1], networkType: [WIFI] [CONTEXT thread_id=54 ] 11-28 10:27:06.284 19760 19870 D TrafficStats: tagSocket(366) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.284 26444 26914 D TrafficStats: tagSocket(122) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.284 6853 6853 W JobService: onNetworkChanged() not implemented in androidx.work.impl.background.systemjob.SystemJobService. Must override in a subclass. 11-28 10:27:06.284 4392 9184 D TrafficStats: tagSocket(354) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.285 19760 19760 D TrafficStats: tagSocket(422) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.285 27288 27326 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.285 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:27:06.285 2400 4204 D TrafficStats: tagSocket(138) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.286 29335 29401 I NearbyMediums: WifiNetwork defaultNetworkCallback onCapabilitiesChanged network:420 [ WIFI VPN ] isNonBypassable:true 11-28 10:27:06.287 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:06.287 23918 26148 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.288 1569 1569 W JobService: onNetworkChanged() not implemented in com.android.server.content.SyncJobService. Must override in a subclass. 11-28 10:27:06.289 3283 4717 I BugleRcsEngine: Cannot use CS.apk as it's battery optimized [CONTEXT thread_id=61 ] 11-28 10:27:06.293 6853 6893 D TrafficStats: tagSocket(135) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:06.295 1569 1706 D ActivityManager: sync unfroze 6449 com.google.android.apps.privacy.wildlife for 3 11-28 10:27:06.297 6449 6449 I Wildlife_WildlifeVpnReceiver: ACTION_WIFI_STATE_CHANGED 11-28 10:27:06.301 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.301 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.301 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.301 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.301 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.301 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.302 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.302 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 253 11-28 10:27:06.302 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.302 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:27:06.302 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.302 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.303 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=9 ] 11-28 10:27:06.304 4121 4121 I Tycho.VoiceLibrary: onVpnStateChange: VpnState{connected=true, pingLatencies=[], estimatedBandwidthBps=-1, pingTotalTimeMillis=-1, pingResultGeneratedTimeMillis=-1} 11-28 10:27:06.304 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:9} 11-28 10:27:06.305 4121 4121 I VoiceLibrary: [2] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:06.305 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:06.308 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.308 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.309 1569 1946 D ConnectivityService: NetReassign [no changes] [c 0] [a 2] [i 4] 11-28 10:27:06.311 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:06.313 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:06.313 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:06.313 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:06.313 845 992 E Netd : uid 10176 can't select networks other than 420. 11-28 10:27:06.314 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: Failed to bind socket to 1(wlan0), duration 1ms 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: java.net.SocketException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:442) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:409) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at pvp.g(PG:81) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at ppu.r(PG:151) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at pqc.q(PG:33) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at pqc.m(PG:19) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at ppv.doInBackground(PG:241) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at android.os.AsyncTask$3.call(AsyncTask.java:394) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.FutureTask.run(FutureTask.java:264) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at java.lang.Thread.run(Thread.java:1012) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: Caused by: android.system.ErrnoException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:441) 11-28 10:27:06.314 4121 9389 W Tycho.VoiceLibrary: ... 11 more 11-28 10:27:06.314 4121 9389 I Tycho.VoiceLibrary: Can not bind to WiFi network 11-28 10:27:06.315 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:06.316 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:06.316 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:06.316 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:06.317 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:06.320 6449 6449 I Wildlife_WildlifeVpnManagerImpl: toggleVpnByFeaturePreferences, 69, 1, 69, 1 11-28 10:27:06.320 6449 6449 I Wildlife_WildlifeVpnManagerImpl: handleFirstTimePromptNotification() Same network. Ignored. 11-28 10:27:06.320 6449 6449 I Wildlife_WildlifeVpnManagerImpl: restoreSettingsFromBackupIfNecessary() false, false, false 11-28 10:27:06.323 3283 4717 I BugleRcsEngine: Rcs is enabled from user settings: true [CONTEXT log_prefix="ProvisioningEngineDataRetriever" thread_id=61 ] 11-28 10:27:06.325 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 9ms 11-28 10:27:06.325 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:06.325 4121 9389 I Tycho.VoiceLibrary: No enough registration credit for network 17 11-28 10:27:06.326 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:06.329 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.329 26444 14923 W FSA2_GoogleAccountUtil: Syncing device contacts is off. 11-28 10:27:06.329 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 261 11-28 10:27:06.330 26444 14923 I People_AppSearchUtilities: Using PlatformStorage API 11-28 10:27:06.332 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:06.332 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=10 ] 11-28 10:27:06.333 26444 14923 I CpgSchemaBuilder: Creating session 11-28 10:27:06.333 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:06.334 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:10} 11-28 10:27:06.335 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:06.335 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:06.335 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.335 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:06.336 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:06.337 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:06.337 4121 9389 I Tycho.VoiceLibrary: Find the network 17 that has enough registration credit, restart registration 11-28 10:27:06.337 4121 9389 I VoiceLibrary: [7388] qee.k: (MMTel): : Restarting the IMS connection manager, reason: CONNECTIVITY_CHANGE 11-28 10:27:06.337 4121 9389 I VoiceLibrary: [7388] qee.o: (MMTel): : Schedule to stop IMS connection, reason: CONNECTIVITY_CHANGE 11-28 10:27:06.337 4121 9389 I VoiceLibrary: [7388] qea.a: (MMTel): : Cancelling pending registration 11-28 10:27:06.338 4121 9389 I Tycho.VoiceLibrary: ResetRetryCounter at TerminationReason: CONNECTIVITY_CHANGE. 11-28 10:27:06.338 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-1ms what=3 obj=qdw@215382b target=qea } 11-28 10:27:06.338 4121 9389 I VoiceLibrary: [7388] qei.: (MMTel): : Created RegistrationRunnable with ID 1ef94a24-7a76-4627-a8ee-23cb01d3e382 11-28 10:27:06.338 4121 4177 W VoiceLibrary: [80] qdw.run: (MMTel): : Current network interface is null 11-28 10:27:06.338 4121 9389 I VoiceLibrary: [7388] qea.b: (MMTel): : Scheduling registration 1ef94a24-7a76-4627-a8ee-23cb01d3e382 in 0 ms 11-28 10:27:06.338 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=0 what=1 obj=1ef94a24-7a76-4627-a8ee-23cb01d3e382 target=qea } 11-28 10:27:06.338 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable 1ef94a24-7a76-4627-a8ee-23cb01d3e382 start 11-28 10:27:06.338 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:27:06.339 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:27:06.342 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.342 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.345 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:06.347 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:06.347 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.348 26444 14923 I CpgSchemaBuilder: GroupContactOrder schema exists already. 11-28 10:27:06.348 26444 14923 I CpgSchemaBuilder: GroupContactOrder schema exists and visible to Contacts app. 11-28 10:27:06.349 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.351 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:06.352 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:06.353 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 264 11-28 10:27:06.354 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:06.354 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:06.354 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=11 ] 11-28 10:27:06.355 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:11} 11-28 10:27:06.355 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.355 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:06.355 26444 14923 I FSA2_FirstFullSyncsDetector: First full syncs finished before. 11-28 10:27:06.356 26444 14923 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:27:06.357 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 3ms 11-28 10:27:06.357 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:06.357 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:27:06.358 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:06.358 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:27:06.358 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:27:06.358 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:27:06.358 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:27:06.358 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.358 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 5000 11-28 10:27:06.359 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID 936ed8bf-ffc3-4294-8431-4c3a2cbfcc35 11-28 10:27:06.359 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration 936ed8bf-ffc3-4294-8431-4c3a2cbfcc35 in 5000 ms 11-28 10:27:06.359 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration 1ef94a24-7a76-4627-a8ee-23cb01d3e382 11-28 10:27:06.360 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:06.366 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:06.367 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:06.369 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 268 11-28 10:27:06.371 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=12 ] 11-28 10:27:06.371 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:12} 11-28 10:27:06.371 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:06.373 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.373 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:06.375 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.378 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.379 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:06.381 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.383 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 276 11-28 10:27:06.383 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.384 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=13 ] 11-28 10:27:06.384 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:13} 11-28 10:27:06.386 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.386 26444 14923 I FSA2_SyncState: @readSyncState: # dfaf@870c0f79 11-28 10:27:06.386 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.388 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:06.389 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:06.394 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:06.394 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:06.395 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 284 11-28 10:27:06.397 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=14 ] 11-28 10:27:06.397 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:14} 11-28 10:27:06.398 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:06.399 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.400 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:06.402 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.405 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.406 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:06.407 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 296 11-28 10:27:06.407 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.408 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=15 ] 11-28 10:27:06.409 23918 14921 I Bugle : TelephonySubscriptionInfoAsOfLMR1: getActiveSubscriptionInfo(): empty sub info for subscription{id:15} 11-28 10:27:06.410 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.412 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.413 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.416 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.419 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.421 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 303 11-28 10:27:06.422 23918 14921 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=16 ] 11-28 10:27:06.423 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:06.425 23918 23975 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.435 23918 14921 I BugleDataModel: ParticipantRefresh: No update made to participant: 306 11-28 10:27:06.435 23918 14921 I BugleDataModel: ParticipantFullRefresh: Number of participants refreshed: 17 11-28 10:27:06.437 23918 23950 E BugleDataModel: ParticipantDatabaseOperations: Failed to update participants' color. 11-28 10:27:06.443 23918 14921 I BugleDataModel: ActionExecutorImpl: ACTION_RESPONSE_QUEUED_SelfParticipantsRefreshAction 11-28 10:27:06.444 26444 14923 I FSA2_RawContactSyncer: contact count. before sweep: -1, before sync: 0, after sync down: -1, after sync up: 0 11-28 10:27:06.444 23918 10421 I BugleDataModel: ActionExecutorImpl: Stopping ActionService 11-28 10:27:06.444 26444 14923 W FSA2_ContactsSyncAdapter: @onPerformSync Sync finished successfully 11-28 10:27:06.450 29335 30090 I FacsCacheGmsModule: (REDACTED) Receiving API connection to FACS API from package '%s'... 11-28 10:27:06.451 29335 30090 I FacsCacheGmsModule: API connection successful! 11-28 10:27:06.452 29335 30090 I FacsCacheGmsModule: (REDACTED) Received 'getActivityControlsSettings' request from package '%s', instance id '%s', version '%d'... 11-28 10:27:06.452 26444 14923 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:27:06.452 29335 30090 I FacsCacheGmsModule: Operation 'getActivityControlsSettings' dispatched! 11-28 10:27:06.453 29335 13293 I FacsCacheGmsModule: (REDACTED) Executing operation '%s'... 11-28 10:27:06.453 26444 14923 W ChimeraUtils: Module com.google.android.gms.people missing resource null(0) 11-28 10:27:06.457 23918 14927 I Bugle : getRawTelephonyPhoneNumber redacted-pii[12-chars] [CONTEXT sub_id=2 ] 11-28 10:27:06.458 29335 13293 I FacsCacheGmsModule: (REDACTED) Operation '%s' successful! 11-28 10:27:06.458 23918 14927 I Bugle : SubscriptionUtils.getCanonicalForSelf: self=redacted-pii[12-chars], country=US [CONTEXT sub_id=2 ] 11-28 10:27:06.460 23918 14927 I Bugle : getRawTelephonyPhoneNumber redacted-pii[0-chars] [CONTEXT sub_id=16 ] 11-28 10:27:06.461 26444 26444 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.facs.internal.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsInternalApiService } 11-28 10:27:06.461 26444 26444 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.facs.internal.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsInternalApiService } 11-28 10:27:06.464 23918 14927 I BugleSelfIdentity: Phone number does not change [CONTEXT sub_id=2 ] 11-28 10:27:06.465 23918 14927 I BugleSelfIdentity: Phone number does not change [CONTEXT sub_id=16 ] 11-28 10:27:06.465 26444 4062 I FacsCacheGmsModule: Receiving API connection to internal FACS API... 11-28 10:27:06.466 26444 4062 I FacsCacheGmsModule: API connection successful! 11-28 10:27:06.492 6853 6909 W YouTubeMusic: Empty persistent device token received from InnerTube. 11-28 10:27:06.988 2298 2298 I SHANNON_IMS: 0885 [PROX] Received onSignalStrengthsChanged [CellSignalStrengthLte: rssi=-67 rsrp=-96 rsrq=-9 rssnr=13 cqiTableIndex=1 cqi=15 ta=4 level=4 parametersUseForLevel=0] [SLID:0 APM:false] (ImsConnectivityProxyListener$ImsPhoneStateListener%onSignalStrengthsChanged:413) 11-28 10:27:06.997 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:27:07.071 6853 6862 W s.youtube.music: Reducing the number of considered missed Gc histogram windows from 288 to 100 11-28 10:27:07.226 2180 2316 D ImpulseConnection: timeout didn't happen: com.google.android.apps.turbo 11-28 10:27:07.245 2180 2251 D TemperatureStateSource: sequence=36700 actualDelay=10001 11-28 10:27:07.246 2180 2251 D TemperatureStateSource: Reading temperature: sequence=36701 11-28 10:27:07.261 1762 1762 I pixel-thermal: VIRTUAL-SKIN:32.0752 raw data: VIRTUAL-SKIN:32075.2 VIRTUAL-SKIN-SUB-0:31228.4 VIRTUAL-SKIN-SUB-1:28698.1 VIRTUAL-SKIN-SUB-10:30630.4 VIRTUAL-SKIN-SUB-2:29977.2 VIRTUAL-SKIN-SUB-3:29546.5 VIRTUAL-SKIN-SUB-4:30030.6 VIRTUAL-SKIN-SUB-5:30930 VIRTUAL-SKIN-SUB-6:29238.1 VIRTUAL-SKIN-SUB-7:32075.2 VIRTUAL-SKIN-SUB-8:31798.2 VIRTUAL-SKIN-SUB-9:32021.6 battery:30200 cam_therm:30704 charge_therm:36847 disp_therm:32507 neutral_therm:34799 north_therm:30214 quiet_therm:30904 soc_therm:35200 usb_pwr_therm:31861 11-28 10:27:07.263 2180 2251 D TemperatureStateSource: getDeviceTemperatures: sequence=36701 deviceTemperatureType=3 temperatureSource=0 temperatures=[32.075245] 11-28 10:27:07.264 2180 2251 D TemperatureStateSource: sequence=36701 waitTime=10000 11-28 10:27:07.264 2180 2251 D BusinessScope: Start running the #73497 block 11-28 10:27:07.264 2180 2251 D ImpulseStateSource: Notify clients: 36747 11-28 10:27:07.265 2180 2251 D BusinessScope: Finish running the #73497 block 11-28 10:27:07.265 2180 2251 D BusinessScope: Start running the #73498 block 11-28 10:27:07.265 2180 2251 D BusinessScope: Finish running the #73498 block 11-28 10:27:07.336 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:07.381 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:07.391 29335 13293 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle. 11-28 10:27:07.430 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.0752 raw data: VIRTUAL-SKIN:32075.2 11-28 10:27:07.446 1762 1765 I pixel-thermal: disp_therm:32.507 raw data: disp_therm:32507 11-28 10:27:07.447 1762 1765 I pixel-thermal: cellular-emergency:32.0752 raw data: VIRTUAL-SKIN:32075.2 cellular-emergency:32075.2 11-28 10:27:07.448 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:31.7982 raw data: VIRTUAL-SKIN-CHARGE:31798.2 VIRTUAL-SKIN-CHARGE-PERSIST:31798.2 VIRTUAL-SKIN-CHARGE-SUB-0:31175.9 VIRTUAL-SKIN-CHARGE-SUB-1:30785.3 VIRTUAL-SKIN-CHARGE-SUB-2:30003.3 VIRTUAL-SKIN-CHARGE-SUB-3:31798.2 battery:30200 cam_therm:30704 charge_therm:36847 disp_therm:32507 neutral_therm:34799 north_therm:30214 quiet_therm:30904 soc_therm:35200 usb_pwr_therm:31861 11-28 10:27:07.448 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.0752 raw data: VIRTUAL-SKIN:32075.2 VIRTUAL-SKIN-SOC:32075.2 11-28 10:27:07.449 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.2931 raw data: VIRTUAL-SKIN-SPEAKER:28293.1 VIRTUAL-SKIN-SPEAKER-SUB-0:25271.1 VIRTUAL-SKIN-SPEAKER-SUB-1:28137.2 VIRTUAL-SKIN-SPEAKER-SUB-2:28293.1 battery:30200 cam_therm:30704 charge_therm:36847 disp_therm:32507 neutral_therm:34799 north_therm:30214 quiet_therm:30904 soc_therm:35200 usb_pwr_therm:31861 11-28 10:27:07.450 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.0752 raw data: VIRTUAL-SKIN:32075.2 VIRTUAL-SKIN-HINT:32075.2 11-28 10:27:07.450 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.0752 raw data: VIRTUAL-SKIN:32075.2 VIRTUAL-SKIN-CPU-HIGH:32075.2 11-28 10:27:07.451 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.0752 raw data: VIRTUAL-SKIN:32075.2 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32075.2 11-28 10:27:07.451 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.0752 raw data: VIRTUAL-SKIN:32075.2 VIRTUAL-SKIN-GPU:32075.2 11-28 10:27:07.451 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.0752 raw data: VIRTUAL-SKIN:32075.2 VIRTUAL-SKIN-CPU-MID:32075.2 11-28 10:27:07.452 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:31.7982 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:31798.2 VIRTUAL-SKIN-CHARGE-WIRED:31798.2 thb_hda:0 11-28 10:27:08.402 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:08.430 2298 2298 I SHANNON_IMS: 0887 [PROX] Received onSignalStrengthsChanged [CellSignalStrengthLte: rssi=-87 rsrp=-120 rsrq=-9 rssnr=2 cqiTableIndex=1 cqi=11 ta=0 level=1 parametersUseForLevel=0] [SLID:1 APM:false] (ImsConnectivityProxyListener$ImsPhoneStateListener%onSignalStrengthsChanged:413) 11-28 10:27:08.433 1569 3411 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:08.442 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:08.446 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:27:08.448 23918 23918 I BugleDataModel: ActionExecutorImpl: Starting ActionService 11-28 10:27:08.453 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:08.453 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:08.454 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:08.454 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:08.454 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:08.454 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:08.457 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:08.458 4121 4167 I Tycho.VoiceLibrary: CellMonitor(16).: onCapabilities changed for network: NetId: 447, Capabilities: [ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=2576Kbps LinkDnBandwidth>=2576Kbps Specifier: SubscriptionIds: {16} UnderlyingNetworks: Null] capabilities: [ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=2576Kbps LinkDnBandwidth>=2576Kbps Specifier: SubscriptionIds: {16} UnderlyingNetworks: Null] 11-28 10:27:08.459 23918 23918 I BugleDataModel: ActionExecutorImpl: ACTION_EXECUTE_QUEUED_GenericWorkerQueueAction 11-28 10:27:08.460 23918 14927 I BugleDataModel: ExecuteActionRunnable: running action GenericWorkerQueueAction 11-28 10:27:08.461 23918 14927 I BugleDataModel: ActionExecutorImpl: ACTION_BACKGROUND_QUEUED_GenericWorkerQueueAction 11-28 10:27:08.467 23918 10421 I BugleJobs: GenericWorkerQueueAction: Bailing early, no work found, no failed work found 11-28 10:27:08.468 23918 10421 I BugleDataModel: ActionExecutorImpl: ACTION_RESPONSE_QUEUED_GenericWorkerQueueAction 11-28 10:27:08.472 23918 14927 I BugleDataModel: ActionExecutorImpl: Stopping ActionService 11-28 10:27:09.279 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:27:09.444 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 164 ms 11-28 10:27:09.472 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:09.515 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:27:09.516 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:27:09.516 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:27:09.517 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -66 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:27:09.517 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:27:09.520 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:09.521 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-66 11-28 10:27:09.522 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.522 2298 6069 W SHANNON_IMS: 0891 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:09.523 2298 6069 I SHANNON_IMS: 0892 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:09.528 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.529 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.529 2298 5418 W SHANNON_IMS: 0893 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:09.530 2298 5418 I SHANNON_IMS: 0894 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:09.530 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.530 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.530 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.531 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.531 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.531 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 72%, link speed: 390Mbps, sunspot type: 0) -> (is connected: true, signal level: 74%, link speed: 351Mbps, sunspot type: 0) 11-28 10:27:09.532 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:27:09.534 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:09.534 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:09.534 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:09.534 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:09.534 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:09.540 3283 4066 I BugleRcsEngine: Connected state: [1], networkType: [WIFI] [CONTEXT thread_id=54 ] 11-28 10:27:09.541 2707 3239 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.541 3283 4717 I BugleRcsEngine: handleMessage processing message:[NOTIFY_UPTIME_IGNORE_STATE_CHANGED] with [non-null]:RcsEngineImpl reference [CONTEXT log_prefix="RcsEngineImpl[DUAL_REG]:[520d16d4-cc17]>Handler" thread_id=61 ] 11-28 10:27:09.542 12081 12194 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.542 2400 4204 D TrafficStats: tagSocket(138) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.543 2274 4225 D SHANNON_RCS: 1278 [0][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:09.543 2274 4225 D SHANNON_RCS: 1279 [1][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:09.543 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:27:09.544 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.545 19760 19870 D TrafficStats: tagSocket(366) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.545 2992 23362 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.546 3283 4717 I BugleRcsEngine: Cannot use CS.apk as it's battery optimized [CONTEXT thread_id=61 ] 11-28 10:27:09.546 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.546 5708 5791 D TrafficStats: tagSocket(176) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.551 29335 29401 I NearbyMediums: WifiNetwork defaultNetworkCallback onCapabilitiesChanged network:420 [ WIFI VPN ] isNonBypassable:true 11-28 10:27:09.553 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.553 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.553 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.553 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.554 26444 26914 D TrafficStats: tagSocket(122) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.554 4121 4167 I Tycho.VoiceLibrary: VpnMonitor.NetworkCallback.onCapabilitiesChanged 11-28 10:27:09.554 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.554 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.554 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.554 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.554 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.555 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.555 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.555 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.555 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.555 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.555 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:09.556 4392 4392 D TrafficStats: tagSocket(256) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.556 19760 19859 D WM-NetworkStateTracker: Network capabilities changed: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] 11-28 10:27:09.557 19760 19760 D TrafficStats: tagSocket(366) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.557 6853 6893 D TrafficStats: tagSocket(135) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.558 1569 1946 D ConnectivityService: NetReassign [no changes] [c 0] [a 1] [i 2] 11-28 10:27:09.559 4392 9184 D TrafficStats: tagSocket(354) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.559 4121 4121 I Tycho.VoiceLibrary: onVpnStateChange: VpnState{connected=true, pingLatencies=[], estimatedBandwidthBps=-1, pingTotalTimeMillis=-1, pingResultGeneratedTimeMillis=-1} 11-28 10:27:09.560 4121 4121 I VoiceLibrary: [2] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:09.562 23918 26148 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.562 6449 6449 I Wildlife_WildlifeVpnReceiver: ACTION_WIFI_STATE_CHANGED 11-28 10:27:09.563 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:09.563 29335 29817 D TrafficStats: tagSocket(120) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.565 27288 27326 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:09.568 29335 29362 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:27:09.568 29335 29362 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:27:09.573 3283 4717 I BugleRcsEngine: Rcs is enabled from user settings: true [CONTEXT log_prefix="ProvisioningEngineDataRetriever" thread_id=61 ] 11-28 10:27:09.578 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.582 6449 6449 I Wildlife_WildlifeVpnManagerImpl: toggleVpnByFeaturePreferences, 69, 1, 69, 1 11-28 10:27:09.582 6449 6449 I Wildlife_WildlifeVpnManagerImpl: handleFirstTimePromptNotification() Same network. Ignored. 11-28 10:27:09.582 6449 6449 I Wildlife_WildlifeVpnManagerImpl: restoreSettingsFromBackupIfNecessary() false, false, false 11-28 10:27:09.584 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:09.589 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:09.589 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:09.589 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:09.591 845 992 E Netd : uid 10176 can't select networks other than 420. 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: Failed to bind socket to 1(wlan0), duration 3ms 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: java.net.SocketException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:442) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:409) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at pvp.g(PG:81) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at ppu.r(PG:151) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at pqc.q(PG:33) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at pqc.m(PG:19) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at ppv.doInBackground(PG:241) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at android.os.AsyncTask$3.call(AsyncTask.java:394) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.FutureTask.run(FutureTask.java:264) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at java.lang.Thread.run(Thread.java:1012) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: Caused by: android.system.ErrnoException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:441) 11-28 10:27:09.593 4121 9389 W Tycho.VoiceLibrary: ... 11 more 11-28 10:27:09.593 4121 9389 I Tycho.VoiceLibrary: Can not bind to WiFi network 11-28 10:27:09.594 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:09.597 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:09.598 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:09.598 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:09.601 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 3ms 11-28 10:27:09.602 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:09.605 4121 9389 I Tycho.VoiceLibrary: No enough registration credit for network 17 11-28 10:27:09.605 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:09.611 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.616 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:09.617 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:09.620 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:09.620 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:09.620 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:09.622 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:09.622 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:09.623 4121 9389 I Tycho.VoiceLibrary: Find the network 17 that has enough registration credit, restart registration 11-28 10:27:09.624 4121 9389 I VoiceLibrary: [7388] qee.k: (MMTel): : Restarting the IMS connection manager, reason: CONNECTIVITY_CHANGE 11-28 10:27:09.624 4121 9389 I VoiceLibrary: [7388] qee.o: (MMTel): : Schedule to stop IMS connection, reason: CONNECTIVITY_CHANGE 11-28 10:27:09.624 4121 9389 I VoiceLibrary: [7388] qea.a: (MMTel): : Cancelling pending registration 11-28 10:27:09.625 4121 9389 I Tycho.VoiceLibrary: ResetRetryCounter at TerminationReason: CONNECTIVITY_CHANGE. 11-28 10:27:09.625 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-1ms what=3 obj=qdw@fe929fb target=qea } 11-28 10:27:09.625 4121 9389 I VoiceLibrary: [7388] qei.: (MMTel): : Created RegistrationRunnable with ID fc14cf05-7933-4abf-8f26-27e287d78f64 11-28 10:27:09.625 4121 4177 W VoiceLibrary: [80] qdw.run: (MMTel): : Current network interface is null 11-28 10:27:09.625 4121 9389 I VoiceLibrary: [7388] qea.b: (MMTel): : Scheduling registration fc14cf05-7933-4abf-8f26-27e287d78f64 in 0 ms 11-28 10:27:09.626 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-1ms what=1 obj=fc14cf05-7933-4abf-8f26-27e287d78f64 target=qea } 11-28 10:27:09.626 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable fc14cf05-7933-4abf-8f26-27e287d78f64 start 11-28 10:27:09.626 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:27:09.628 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:27:09.629 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.634 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.639 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.641 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:09.645 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:09.648 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.649 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.652 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:09.654 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:09.656 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:09.656 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:09.657 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:09.658 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:09.658 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:09.658 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:27:09.659 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:09.660 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:27:09.660 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:27:09.660 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:27:09.660 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:27:09.661 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 5000 11-28 10:27:09.661 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID 40b9b19c-ad13-486e-b615-edd12f17a31c 11-28 10:27:09.661 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:09.662 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration 40b9b19c-ad13-486e-b615-edd12f17a31c in 5000 ms 11-28 10:27:09.662 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration fc14cf05-7933-4abf-8f26-27e287d78f64 11-28 10:27:09.668 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:09.670 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:09.678 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:09.682 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:09.687 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.694 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.696 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:09.702 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.708 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.717 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.721 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:09.725 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:09.734 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:09.736 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:09.749 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:09.753 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:09.759 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.766 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.769 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:09.777 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.786 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.797 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.807 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.818 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:09.829 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:10.303 868 908 D CHRE : @ 415826.720: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 8 11-28 10:27:10.346 2149 2164 I deeptouch: I0000 00:00:1732786030.346315 2164 tf_lite_classifier.cc:413] Event stream classified as kNone 11-28 10:27:10.348 868 908 D CHRE : @ 415826.779: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 6 11-28 10:27:10.362 1569 1965 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_ORIENTATION_OVERRIDE 11-28 10:27:10.362 1569 1965 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@7c64c8ea does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:27:10.362 1569 1965 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES 11-28 10:27:10.362 1569 1965 W OptProp : Cannot read opt property android.window.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE 11-28 10:27:10.372 1569 1965 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity bnds=[779,745][963,1042]} with LAUNCH_MULTIPLE from uid 10227 (BAL_ALLOW_VISIBLE_WINDOW) result code=0 11-28 10:27:10.373 22016 22016 D StatsLog: LAUNCHER_APP_LAUNCH_TAP 11-28 10:27:10.375 22016 22016 W SplitSelectStateCtor: Missing session instanceIds 11-28 10:27:10.375 22016 22016 D StatsLog: LAUNCHER_SPLIT_SELECTION_EXIT_INTERRUPTED 11-28 10:27:10.376 22016 22034 D QuickstepModelDelegate: notifyAppTargetEvent action=1 launchLocation=all-apps 11-28 10:27:10.377 2046 2065 V WindowManagerShell: Transition requested (#4392): android.os.BinderProxy@bcb9afc TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48131 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415824685 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@9d1f585} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{1123fda org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@d5cc0b] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@ab56ae8, appThread = android.app.IApplicationThread$Stub$Proxy@d416501, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4392 } 11-28 10:27:10.378 2046 2065 V WindowManagerShell: RemoteTransition directly requested for (#4392) android.os.BinderProxy@bcb9afc: RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@ab56ae8, appThread = android.app.IApplicationThread$Stub$Proxy@d416501, debugName = QuickstepLaunch } 11-28 10:27:10.378 22016 22016 I TopTaskTracker: onTaskMovedToFront: (moved taskInfo to front) taskId=48131, baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } 11-28 10:27:10.378 1569 1695 V GrammaticalInflectionUtils: AttributionSource: android.content.AttributionSource@7c64c8ea does not have READ_SYSTEM_GRAMMATICAL_GENDER permission. 11-28 10:27:10.383 1569 3132 D CoreBackPreview: Window{eb88672 u0 Splash Screen org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@7e0ee79, mPriority=0, mIsAnimationCallback=false} 11-28 10:27:10.385 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:27:10.385 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:27:10.388 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#4490(BLAST Consumer)4490: File name too long 11-28 10:27:10.389 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#4490(BLAST Consumer)4490: File name too long 11-28 10:27:10.390 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#4490(BLAST Consumer)4490: File name too long 11-28 10:27:10.390 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#4490(BLAST Consumer)4490: File name too long 11-28 10:27:10.391 846 846 D Zygote : Forked child process 14930 11-28 10:27:10.392 1569 1707 I ActivityManager: Start proc 14930:org.thoughtcrime.securesms/u0a269 for next-top-activity {org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} 11-28 10:27:10.392 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#4490(BLAST Consumer)4490: File name too long 11-28 10:27:10.393 2046 2061 V WindowManagerShell: onTransitionReady(transaction=6738803958999) 11-28 10:27:10.394 2046 2065 V WindowManagerShell: onTransitionReady (#4392) android.os.BinderProxy@bcb9afc: {id=4392 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@6a9bb2c} m=OPEN f=NONE leash=Surface(name=Task=48131)/@0xa64b339 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@d5449f5} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x291dd7e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}]} 11-28 10:27:10.394 2046 2065 V WindowManagerShell: Playing animation for (#4392) android.os.BinderProxy@bcb9afc@0 11-28 10:27:10.394 2046 2065 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:27:10.394 2046 2065 V WindowManagerShell: Mixed transition for opening an intent with a remote transition and PIP #4392 11-28 10:27:10.394 2046 2065 V WindowManagerShell: Delegate animation for (#4392) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@ab56ae8, appThread = android.app.IApplicationThread$Stub$Proxy@d416501, debugName = QuickstepLaunch } 11-28 10:27:10.394 1569 1691 V WindowManager: Sent Transition (#4392) createdAt=11-28 10:27:10.363 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=48131 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity } baseActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} topActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} origActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity} realActivity=ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.MainActivity} numActivities=1 lastActiveTime=415824685 supportsMultiWindow=true resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{e6e71ca Task{8b1c328 #48131 type=standard A=10269:org.thoughtcrime.securesms}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 113 - 0, 0) topActivityInfo=ActivityInfo{7ee2f3b org.thoughtcrime.securesms.RoutingActivity} launchCookies=[android.os.BinderProxy@5704658] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false locusId=null displayAreaFeatureId=1 isTopActivityTransparent=false appCompatTaskInfo=AppCompatTaskInfo { topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= falseisLetterboxEducationEnabled= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=1008 topActivityLetterboxHeight=2244 isUserFullscreenOverrideEnabled=false isSystemFullscreenOverrideEnabled=false cameraCompatTaskInfo=CameraCompatTaskInfo { cameraCompatControlState=hidden freeformCameraCompatMode=inactive}}}, pipTask = null, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@64cf3b1, appThread = android.app.IApplicationThread$Stub$Proxy@ce9e096, debugName = QuickstepLaunch }, displayChange = null, flags = 0, debugId = 4392 } 11-28 10:27:10.394 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:27:10.394 1569 1691 V WindowManager: info={id=4392 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:27:10.394 1569 1691 V WindowManager: {WCT{RemoteToken{e6e71ca Task{8b1c328 #48131 type=standard A=10269:org.thoughtcrime.securesms}}} m=OPEN f=NONE leash=Surface(name=Task=48131)/@0xe0497be sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:27:10.394 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1} 11-28 10:27:10.394 1569 1691 V WindowManager: ]} 11-28 10:27:10.394 2046 2065 V WindowManagerShell: animated by firstHandler 11-28 10:27:10.397 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:27:10.397 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:27:10.397 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:27:10.398 1569 2208 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:27:10.399 14930 14930 I crime.securesms: Using CollectorTypeCMC GC. 11-28 10:27:10.401 14930 14930 E crime.securesms: Not starting debugger since process cannot load the jdwp agent. 11-28 10:27:10.403 14930 14930 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 11-28 10:27:10.405 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:27:10.410 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10269 is in foreground: true 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:27:10.410 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:27:10.410 14930 14930 D CompatChangeReporter: Compat change id reported: 242716250; UID 10269; state: ENABLED 11-28 10:27:10.411 21735 21762 I ewfc : (REDACTED) appOpsListener %s %s 11-28 10:27:10.411 21735 21762 I ewfc : (REDACTED) Ignoring irrelevant audio permission changes for package %s 11-28 10:27:10.415 14930 14930 D nativeloader: Configuring clns-7 for other apk /system_ext/framework/com.google.android.camerax.extensions.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64:/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/org.thoughtcrime.securesms 11-28 10:27:10.415 14930 14930 D nativeloader: Extending system_exposed_libraries: libedgetpu_dba.google.so 11-28 10:27:10.415 14930 14930 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/org.apache.http.legacy.jar 11-28 10:27:10.415 14930 14930 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar 11-28 10:27:10.415 14930 14930 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar 11-28 10:27:10.438 14930 14930 D nativeloader: Configuring clns-8 for other apk /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64:/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/org.thoughtcrime.securesms 11-28 10:27:10.443 14930 14930 V GraphicsEnvironment: Currently set values for: 11-28 10:27:10.443 14930 14930 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon] 11-28 10:27:10.443 14930 14930 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native] 11-28 10:27:10.443 14930 14930 V GraphicsEnvironment: org.thoughtcrime.securesms is not listed in per-application setting 11-28 10:27:10.443 14930 14930 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 11-28 10:27:10.448 14930 14930 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] 11-28 10:27:10.450 14930 14930 I FirebaseInitProvider: FirebaseApp initialization successful 11-28 10:27:10.454 14930 14930 D CompatChangeReporter: Compat change id reported: 263076149; UID 10269; state: ENABLED 11-28 10:27:10.459 14930 14930 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libsqlcipher.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes5.dex): ok 11-28 10:27:10.478 14930 14930 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.481 14930 14930 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.486 14930 14930 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libsignal_jni.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:27:10.486 14930 14930 I libsignal: rust/bridge/jni/src/logging.rs:171: Initializing libsignal version:0.62.0 11-28 10:27:10.486 14930 14930 I ApplicationContext: onCreate() 11-28 10:27:10.486 14930 14930 I ApplicationContext: Initializing AppDependencies. 11-28 10:27:10.488 14930 14930 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libaesgcm.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:27:10.488 14930 14930 I ApplicationContext: Installed AesGcmProvider: 1 11-28 10:27:10.489 14930 14930 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libconscrypt_jni.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:27:10.489 14930 14930 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods... 11-28 10:27:10.490 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.490 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.490 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.490 14930 14951 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.491 14930 14930 I ApplicationContext: Installed Conscrypt provider: 2 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.492 14930 14951 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.499 14930 14957 D JobManager: Starting initialization: Thread[signal-JobManager,5,main] 11-28 10:27:10.499 14930 14930 D ApplicationMigrations: Not an update. Skipping. 11-28 10:27:10.499 14930 14930 I ApplicationContext: App is no longer visible. 11-28 10:27:10.499 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14955 W CellServiceConstraintOb: [API 35] Cell service unavailable. State: 1 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.500 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.501 14930 14957 I JobDatabase: onOpen() 11-28 10:27:10.502 14930 14957 D FastJobStorage: [init] fetch-min-jobs: 2.04, sort-min-jobs: 0.00, fetch-full-jobs: 0.40, fetch-constraints: 0.06, fetch-dependencies: 0.07, total: 2.58 11-28 10:27:10.502 14930 14930 W RemoteConfig: Tried to read android.internalUser before initialization. Initializing now. 11-28 10:27:10.503 14930 14930 I RemoteConfig: init() {android.animatedStickerMinMemory=193, android.animatedStickerMinTotalMemory=3072, android.attachments.maxCount=32, android.automaticSessionReset.2=true, android.calling.fieldTrial.anyAddressPortsKillSwitch=true, android.calling.hardwareAecBlockList=Redmi Note 5,FP2,M1901F7*,ASUS_I006D,motorola one power,FP3,FP4,S22 FLIP,Mi Note 10,SM-S215DL, android.calling.oboeDeployment=true, android.calling.softwareAecBlockList=false, android.calling.telecomAllowList=false, android.calling.telecomModelBlockList=SM-G930F,SM-G950F,SM-N950*,SM-J737V,SC-02*,SM-A105*,SM-A530*, android.calling.useActiveCallManager.6=true, android.calling.useHardwareAecIfOlderThanApi29=false, android.calling.useSoftwareAecForOboe=ONEPLUS A5010,POCO F1, android.cameraXMixedModelBlockList=Pixel 3,Pixel 4,Pixel 4 XL,SM-G930T,SM-G930V,YAL-L21,YAL-AL00,YAL-TL00,VOG-L29,VOG-L09,VOG-AL00,VOG-TL00,VOG-L04,VOG-AL10,HW-02L,EVR-L29,EVR-AL00,EVR-TL00,CPH2583,CPH2573,CPH2581,SM-A336E,MAR-LX1A,FP4,NX769J, android.cameraXModelBlockList=ALE-L21,GT-N7100,GT-N8000,COL-L29,C66,C66_EEA,Xperia 10 IV,RMX2193, android.cds.hardLimit=50000, android.cds.libsignal.4=true, android.connectivityWarningConfig={"thresholdHours":72,"percentDebugPrompt":3}, android.crashPromptConfig.2=[{"name":"RuntimeException","percent":1},{"name":"MissingRecipientException","percent":1}], android.defaultMaxBackoff=60, android.deviceSpecificNotificationConfig=[{"model":"AI2202*","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"model":"AI2302","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"manufacturer":"asus","link":"https://support.signal.org/hc/articles/7821813263386-Zenfone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"huawei","link":"https://support.signal.org/hc/articles/7739243072026-Huawei-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"ANE-*","link":"https://support.signal.org/hc/en-us/articles/7739243072026-Huawei-P20-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"xiaomi","link":"https://support.signal.org/hc/articles/7821674889242-Xiaomi-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"M2003J15S*","link":"https://support.signal.org/hc/articles/7698371275034-Xiaomi-Redmi-Note-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"samsung","link":"https://support.signal.org/hc/articles/7874157231002-Samsung-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"SM-A546*","link":"https://support.signal.org/hc/articles/7874151545114-Samsung-A54-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CPH24*","link":"https://support.signal.org/hc/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"PHB110","link":"https://support.signal.org/hc/en-us/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"oneplus","link":"https://support.signal.org/hc/articles/7923742948250-OnePlus-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"GC3VE","link":"https://support.signal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"G1MNW","link":"https://support.sig 11-28 10:27:10.503 14930 14930 I RemoteConfig: nal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"google","link":"https://support.signal.org/hc/articles/8170803067546-Pixel-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"XT2*","link":"https://support.signal.org/hc/articles/8175307068314-Moto-G-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"motorola","link":"https://support.signal.org/hc/articles/8175287697306-Motorola-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CRT-NX1","link":"https://support.signal.org/hc/articles/8182039587482-Honor-90-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"honor","link":"https://support.signal.org/hc/articles/8182011945242-Honor-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"RMX3521","link":" https://support.signal.org/hc/articles/8209226788378-Realme-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"realme","link":" https://support.signal.org/hc/articles/8209219957402-Realme-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"FP4*","link":" https://support.signal.org/hc/articles/8209567593114-Fairphone-4-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"fairphone","link":" https://support.signal.org/hc/articles/8209534136474-Fairphone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1}], android.ideal.donations.5=true, android.inlinePinnedChats.2=false, android.internalUser=false, android.libsignalWebSocketEnabled=false, android.linkAndSync.2=false, android.linkedDeviceLifespanSeconds=3888000, android.logs.promptNotifications=*:2000, android.media.audioRemux.1=true, android.media.sourceTranscodeVideo.maxBytes=4294967296, android.media.videoCaptureDefaultZoom=true, android.mediaQuality.levels=1:2,61:2,81:2,82:2,65:2,31:2,47:2,41:2,32:2,385:2,971:2,974:2,49:2,33:2,*:1, android.messageProcessor.alarmIntervalMins=180, android.notificationThumbnailProductBlocklist=begonia,daisy, android.okhttpAutomaticRetry=true, android.oneTimePayPalDonations.2=true, android.payments.requestActivateFlow=true, android.promptBatterySaver=*:250000, android.recurringPayPalDonations.3=true, android.retryReceipts=true, android.retryRespondMaxAge=2592000000, android.senderKeyMaxAge=1209600000, android.sepa.debit.donations.5=true, android.ssre2=false, cds.foregroundSyncInterval.seconds=14400, cds.syncInterval.seconds=86400, global.attachments.maxBytes=104857600, global.calling.maxGroupCallRingSize=16, global.donations.ccDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375, global.donations.gpayDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 242,1 246,1 264,1 284,1 340,1 345,1 441,1 473,1 649,1 664,1 670,1 671,1 721,1 758,1 767,1 784,1 787,1 939,1 868,1 869,1 876,211,216,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,250,251,252,253,255,256,257,258,260,261,263,264,265,266,267,268,269,290,291,297,298,299,350,354,356,357,373,374,376,377,378,379,381,382,383,386,387,389,423,44 1481,44 1534,44 1624,500,501,502,503,504,505,506,508,509,53,58,591,592,593,594,595,596,597,670,672,673,674,675,676,677,678,679,680,681,682,683,685,686,687,688,689,690,691,692,82,850,853,855,856,86,880,91,93,95,960,963,964,967,970,975,976,977,98,992,993,995,996,998, global.donations.idealEnabledRegions=31, global.donations.paypalDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 340,1 670,1 671,1 684,1 721,1 787,1 939,211,218,231,233,236,240 11-28 10:27:10.503 14930 14930 I RemoteConfig: ,246,249,350,383,509,53,670,672,690,850,853,880,90,92,93,95,961,963,964,970,98,998, global.donations.sepaEnabledRegions=30,32,33,34,36,39,351,352,353,354,356,357,358,359,370,371,372,376,377,378,379,385,386,40,41,43,44,45,46,47,48,49,420,421,423, global.groupsv2.groupSizeHardLimit=1001, global.groupsv2.maxGroupSize=151, global.payments.disabledRegions=98,963,53,850,7 978,7 365,7 869,7 941} 11-28 10:27:10.504 14930 14930 D DeadlockDetector: Ending deadlock monitoring. 11-28 10:27:10.505 14930 14930 D MemoryTracker: Ending memory monitoring. 11-28 10:27:10.505 14930 14930 I IncomingMessageObserver: Initializing! (98023957) 11-28 10:27:10.505 14930 14965 I IncomingMessageObserver: Waiting for websocket state change.... 11-28 10:27:10.506 1569 3132 D CompatChangeReporter: Compat change id reported: 161145287; UID 10269; state: ENABLED 11-28 10:27:10.506 14930 14965 D CompatChangeReporter: Compat change id reported: 247079863; UID 10269; state: ENABLED 11-28 10:27:10.511 1569 3132 D ConnectivityService: requestNetwork for uid/pid:10269/14930 activeRequest: null callbackRequest: 36680 [NetworkRequest [ REQUEST id=36681, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 isUidTracked: false declaredMethods: 0x834 11-28 10:27:10.512 14930 14930 D DynamicTheme: Setting to follow system expecting: 32 11-28 10:27:10.512 14930 14957 D JobManager: Initialized 11-28 10:27:10.512 14930 14930 D CachedInflater: Clearing view cache. 11-28 10:27:10.512 14930 14930 I RemoteConfig: init() {android.animatedStickerMinMemory=193, android.animatedStickerMinTotalMemory=3072, android.attachments.maxCount=32, android.automaticSessionReset.2=true, android.calling.fieldTrial.anyAddressPortsKillSwitch=true, android.calling.hardwareAecBlockList=Redmi Note 5,FP2,M1901F7*,ASUS_I006D,motorola one power,FP3,FP4,S22 FLIP,Mi Note 10,SM-S215DL, android.calling.oboeDeployment=true, android.calling.softwareAecBlockList=false, android.calling.telecomAllowList=false, android.calling.telecomModelBlockList=SM-G930F,SM-G950F,SM-N950*,SM-J737V,SC-02*,SM-A105*,SM-A530*, android.calling.useActiveCallManager.6=true, android.calling.useHardwareAecIfOlderThanApi29=false, android.calling.useSoftwareAecForOboe=ONEPLUS A5010,POCO F1, android.cameraXMixedModelBlockList=Pixel 3,Pixel 4,Pixel 4 XL,SM-G930T,SM-G930V,YAL-L21,YAL-AL00,YAL-TL00,VOG-L29,VOG-L09,VOG-AL00,VOG-TL00,VOG-L04,VOG-AL10,HW-02L,EVR-L29,EVR-AL00,EVR-TL00,CPH2583,CPH2573,CPH2581,SM-A336E,MAR-LX1A,FP4,NX769J, android.cameraXModelBlockList=ALE-L21,GT-N7100,GT-N8000,COL-L29,C66,C66_EEA,Xperia 10 IV,RMX2193, android.cds.hardLimit=50000, android.cds.libsignal.4=true, android.connectivityWarningConfig={"thresholdHours":72,"percentDebugPrompt":3}, android.crashPromptConfig.2=[{"name":"RuntimeException","percent":1},{"name":"MissingRecipientException","percent":1}], android.defaultMaxBackoff=60, android.deviceSpecificNotificationConfig=[{"model":"AI2202*","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"model":"AI2302","link":"https://support.signal.org/hc/articles/7516008763674-Zenfone-9-and-Zenfone-10-Notifications","showConditionCode":"has-battery-optimization-on","localePercent":"*:1000000","version":1},{"manufacturer":"asus","link":"https://support.signal.org/hc/articles/7821813263386-Zenfone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"huawei","link":"https://support.signal.org/hc/articles/7739243072026-Huawei-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"ANE-*","link":"https://support.signal.org/hc/en-us/articles/7739243072026-Huawei-P20-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"xiaomi","link":"https://support.signal.org/hc/articles/7821674889242-Xiaomi-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"M2003J15S*","link":"https://support.signal.org/hc/articles/7698371275034-Xiaomi-Redmi-Note-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"samsung","link":"https://support.signal.org/hc/articles/7874157231002-Samsung-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"SM-A546*","link":"https://support.signal.org/hc/articles/7874151545114-Samsung-A54-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CPH24*","link":"https://support.signal.org/hc/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"PHB110","link":"https://support.signal.org/hc/en-us/articles/7923771909274-OnePlus-11-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"oneplus","link":"https://support.signal.org/hc/articles/7923742948250-OnePlus-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"GC3VE","link":"https://support.signal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"G1MNW","link":"https://support.sig 11-28 10:27:10.512 14930 14930 I RemoteConfig: nal.org/hc/articles/8170850969882-Pixel-8-Pro-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"google","link":"https://support.signal.org/hc/articles/8170803067546-Pixel-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"XT2*","link":"https://support.signal.org/hc/articles/8175307068314-Moto-G-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"motorola","link":"https://support.signal.org/hc/articles/8175287697306-Motorola-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"CRT-NX1","link":"https://support.signal.org/hc/articles/8182039587482-Honor-90-Lite-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"honor","link":"https://support.signal.org/hc/articles/8182011945242-Honor-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"RMX3521","link":" https://support.signal.org/hc/articles/8209226788378-Realme-9-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"realme","link":" https://support.signal.org/hc/articles/8209219957402-Realme-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"model":"FP4*","link":" https://support.signal.org/hc/articles/8209567593114-Fairphone-4-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1},{"manufacturer":"fairphone","link":" https://support.signal.org/hc/articles/8209534136474-Fairphone-Notifications","showConditionCode":"has-slow-notifications","localePercent":"*:1000000","version":1}], android.ideal.donations.5=true, android.inlinePinnedChats.2=false, android.internalUser=false, android.libsignalWebSocketEnabled=false, android.linkAndSync.2=false, android.linkedDeviceLifespanSeconds=3888000, android.logs.promptNotifications=*:2000, android.media.audioRemux.1=true, android.media.sourceTranscodeVideo.maxBytes=4294967296, android.media.videoCaptureDefaultZoom=true, android.mediaQuality.levels=1:2,61:2,81:2,82:2,65:2,31:2,47:2,41:2,32:2,385:2,971:2,974:2,49:2,33:2,*:1, android.messageProcessor.alarmIntervalMins=180, android.notificationThumbnailProductBlocklist=begonia,daisy, android.okhttpAutomaticRetry=true, android.oneTimePayPalDonations.2=true, android.payments.requestActivateFlow=true, android.promptBatterySaver=*:250000, android.recurringPayPalDonations.3=true, android.retryReceipts=true, android.retryRespondMaxAge=2592000000, android.senderKeyMaxAge=1209600000, android.sepa.debit.donations.5=true, android.ssre2=false, cds.foregroundSyncInterval.seconds=14400, cds.syncInterval.seconds=86400, global.attachments.maxBytes=104857600, global.calling.maxGroupCallRingSize=16, global.donations.ccDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375, global.donations.gpayDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 242,1 246,1 264,1 284,1 340,1 345,1 441,1 473,1 649,1 664,1 670,1 671,1 721,1 758,1 767,1 784,1 787,1 939,1 868,1 869,1 876,211,216,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,250,251,252,253,255,256,257,258,260,261,263,264,265,266,267,268,269,290,291,297,298,299,350,354,356,357,373,374,376,377,378,379,381,382,383,386,387,389,423,44 1481,44 1534,44 1624,500,501,502,503,504,505,506,508,509,53,58,591,592,593,594,595,596,597,670,672,673,674,675,676,677,678,679,680,681,682,683,685,686,687,688,689,690,691,692,82,850,853,855,856,86,880,91,93,95,960,963,964,967,970,975,976,977,98,992,993,995,996,998, global.donations.idealEnabledRegions=31, global.donations.paypalDisabledRegions=98,963,53,850,7 978,7 365,7 869,7 941,7,375,1 340,1 670,1 671,1 684,1 721,1 787,1 939,211,218,231,233,236,240 11-28 10:27:10.512 14930 14930 I RemoteConfig: ,246,249,350,383,509,53,670,672,690,850,853,880,90,92,93,95,961,963,964,970,98,998, global.donations.sepaEnabledRegions=30,32,33,34,36,39,351,352,353,354,356,357,358,359,370,371,372,376,377,378,379,385,386,40,41,43,44,45,46,47,48,49,420,421,423, global.groupsv2.groupSizeHardLimit=1001, global.groupsv2.maxGroupSize=151, global.payments.disabledRegions=98,963,53,850,7 978,7 365,7 869,7 941} 11-28 10:27:10.513 14930 14930 D CallManager: Loading ringrtc library 11-28 10:27:10.513 14930 14967 D BlobProvider: No attachment drafts exist. Skipping. 11-28 10:27:10.513 14930 14967 I BlobProvider: Initialized. 11-28 10:27:10.513 14930 14966 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onAvailable() 11-28 10:27:10.514 14930 14930 D nativeloader: Load /data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64/libringrtc.so using ns clns-8 from class loader (caller=/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!classes4.dex): ok 11-28 10:27:10.514 14930 14930 I CallManager: CallManager.initialize(): (release build, field trials = RingRTC-AnyAddressPortsKillSwitch/Enabled/WebRTC-Bwe-ProbingConfiguration/skip_if_est_larger_than_fraction_of_max:0.99/RingRTC-PruneTurnPorts/Enabled/) 11-28 10:27:10.514 14930 14930 I org.webrtc.Logging: NativeLibrary: Loading native library: jingle_peerconnection_so 11-28 10:27:10.514 14930 14930 I CallManager: CallManager.initialize() returned 11-28 10:27:10.515 14930 14930 D AppStartup: [init] sqlcipher-init: 20, signal-store: 6, logging: 3, app-dependencies: 0, anr-detector: 0, security-provider: 4, crash-handling: 0, rx-init: 0, event-bus: 0, scrubber: 0, first-launch: 0, app-migrations: 8, lifecycle-observer: 6, message-retriever: 7, dynamic-theme: 0, proxy-init: 0, blob-provider: 0, remote-config: 1, ring-rtc: 2, glide: 0, tracer: 0, schedule-non-blocking: 0, total: 57 11-28 10:27:10.515 14930 14930 D ApplicationContext: onCreate() took 58 ms 11-28 10:27:10.515 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.515 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 14930 14955 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.516 1569 1926 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36681, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:27:10.516 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.517 1569 1926 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36681, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:27:10.517 14930 14969 D PreKeysSyncJob: No prekey job needed. Time since last full refresh: 48181236 ms 11-28 10:27:10.517 14930 14969 I PersistentAlarmManagerL: [RotateSignedPreKeyListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:27:10.517 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.517 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.517 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.518 14930 14969 I PersistentAlarmManagerL: [RotateSignedPreKeyListener] scheduling alarm for: 1732908759097 11-28 10:27:10.518 14930 14969 I PersistentAlarmManagerL: [DirectoryRefreshListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:27:10.519 14930 14930 I JobManager: onConstraintMet(ChargingAndBatteryIsNot) 11-28 10:27:10.519 1569 1926 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36681, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:27:10.519 1569 3132 D ConnectivityService: Returning UNBLOCKED NetworkInfo to uid=10269 11-28 10:27:10.519 14930 14969 I PersistentAlarmManagerL: [DirectoryRefreshListener] scheduling alarm for: 1732822359051 11-28 10:27:10.519 14930 14930 I JobManager: onConstraintMet(NetworkConstraintObserv) 11-28 10:27:10.520 14930 14969 I PersistentAlarmManagerL: [RotateSenderCertificateListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:27:10.520 1569 1946 D ConnectivityService: NetReassign [36681 : null → 420] [c 0] [a 3] [i 5] 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.521 14930 14955 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.521 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.522 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.522 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.522 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.522 14930 14955 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.522 14930 14969 I PersistentAlarmManagerL: [RotateSenderCertificateListener] scheduling alarm for: 1732822359064 11-28 10:27:10.524 14930 14974 D vulkan : searching for layers in '/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/lib/arm64' 11-28 10:27:10.524 14930 14969 I RoutineMessageFetchRece: Alarm scheduled to repeat at interval 10800000 11-28 10:27:10.524 14930 14969 I PersistentAlarmManagerL: [AnalyzeDatabaseAlarmListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:27:10.524 14930 14974 D vulkan : searching for layers in '/data/app/~~Mo6BWY7fIbPbDZF4y5FVIA==/org.thoughtcrime.securesms-btamAdxY01-P8fY7pcq_Iw==/base.apk!/lib/arm64-v8a' 11-28 10:27:10.525 14930 14969 I PersistentAlarmManagerL: [AnalyzeDatabaseAlarmListener] scheduling exact alarm for: 1732848757000 hasManagerPermission: true 11-28 10:27:10.525 14930 14955 D StorageSyncHelper: No need for sync. Last sync was 466512 ms ago. 11-28 10:27:10.526 14930 14930 W crime.securesms: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) 11-28 10:27:10.526 14930 14930 W crime.securesms: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) 11-28 10:27:10.526 14930 14930 W crime.securesms: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) 11-28 10:27:10.526 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:10.527 14930 14930 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found 11-28 10:27:10.527 14930 14969 I PersistentAlarmManagerL: [ApkUpdateRefreshListener] onReceive(signal.ACTION_SCHEDULE) 11-28 10:27:10.527 14930 14969 I PersistentAlarmManagerL: [ApkUpdateRefreshListener] scheduling alarm for: 1732807159817 11-28 10:27:10.530 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.531 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.531 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.532 14930 14930 I AppStartup: Received first critical render event. 11-28 10:27:10.532 14930 14972 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.533 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.533 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.533 14930 14930 D DynamicTheme: Previous night mode has changed previous: 0 now: 32 11-28 10:27:10.533 14930 14930 D CachedInflater: Clearing view cache. 11-28 10:27:10.533 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.534 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.534 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.535 14930 14930 D PassphraseRequiredActiv: routeApplicationState(), state: 0 11-28 10:27:10.535 14930 14930 D BaseActivity: [MainActivity] onCreate() 11-28 10:27:10.535 14930 14969 D EmojiFiles: Verifying all name files exist. 11-28 10:27:10.536 14930 14969 D EmojiFiles: All names exist? true 11-28 10:27:10.540 14930 14966 D NetworkConnectionListen: ConnectivityManager.NetworkCallback onBlockedStatusChanged() 11-28 10:27:10.541 14930 14965 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 0 ms (within limit), FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:27:10.541 14930 14965 I IncomingMessageObserver: Making websocket connection.... 11-28 10:27:10.542 14930 14965 D IncomingMessageObserver: WebSocket State: DISCONNECTED 11-28 10:27:10.543 14930 14965 I OkHttpWebSocketConnection: [normal:112693541] connect() 11-28 10:27:10.543 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.543 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.543 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.543 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.543 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.544 14930 14971 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.550 14930 14930 D CachedInflater: Clearing view cache. 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14930 D BaseActivity: [MainActivity] onStart() 11-28 10:27:10.553 14930 14990 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.553 14930 14990 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.557 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.558 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.558 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.558 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.558 14930 14930 D LoggingFragment: [ConversationListFragmen] onCreate() 11-28 10:27:10.562 14930 14965 I OkHttpWebSocketConnection: [unidentified:257232458] connect() 11-28 10:27:10.563 14930 14967 D IncomingMessageObserver: WebSocket State: CONNECTING 11-28 10:27:10.565 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:10.565 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.565 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.565 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.565 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.565 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14968 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.566 14930 14996 D TrafficStats: tagSocket(159) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.574 14930 14993 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.577 14930 14986 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.578 14930 14965 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 73 ms (within limit), FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:27:10.578 14930 14965 D IncomingMessageObserver: Reading message... 11-28 10:27:10.582 14930 14999 D TrafficStats: tagSocket(164) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:10.583 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.584 14930 14972 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.591 2298 2298 I SHANNON_IMS: 0895 [PROX] Received onSignalStrengthsChanged [CellSignalStrengthLte: rssi=-71 rsrp=-99 rsrq=-10 rssnr=12 cqiTableIndex=1 cqi=11 ta=4 level=3 parametersUseForLevel=0] [SLID:0 APM:false] (ImsConnectivityProxyListener$ImsPhoneStateListener%onSignalStrengthsChanged:413) 11-28 10:27:10.591 14930 14968 I ApplicationContext: Deleted 0 abandoned attachments. 11-28 10:27:10.592 14930 14971 D PendingRetryReceiptMana: No pending receipts to schedule. 11-28 10:27:10.592 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.599 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.601 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.602 14930 15001 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.602 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.602 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.602 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.602 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.602 14930 15001 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.604 14930 15001 I MegaphoneDatabase: onOpen() 11-28 10:27:10.608 14930 15013 D ConversationListDataSou: [size(), UnarchivedConversationListDataSource, OFF] 1 ms 11-28 10:27:10.612 14930 14930 D LoggingFragment: [ConversationListFragmen] onStart() 11-28 10:27:10.614 1569 3601 D ConnectivityService: requestNetwork for uid/pid:10269/14930 activeRequest: null callbackRequest: 36682 [NetworkRequest [ REQUEST id=36683, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 isUidTracked: false declaredMethods: 0x14 11-28 10:27:10.614 14930 14930 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-28 10:27:10.614 14930 14930 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-28 10:27:10.615 14930 14930 I ApplicationContext: App is now visible. 11-28 10:27:10.615 14930 14930 D FrameRateTracker: Beginning frame rate tracking. Screen refresh rate: 120.00 hz, or 8.33 ms per frame. 11-28 10:27:10.616 14930 14930 D DeadlockDetector: Beginning deadlock monitoring. 11-28 10:27:10.616 1569 1926 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36683, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:27:10.616 1569 1926 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36683, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:27:10.616 14930 14930 D ApplicationContext: onStart() took 1 ms 11-28 10:27:10.616 14930 14969 I BackupRefreshJob: Backups are not enabled in remote config. Exiting. 11-28 10:27:10.617 14930 14969 I RemoteConfig: Skipping remote config refresh. Refreshed 470073 ms ago. 11-28 10:27:10.617 14930 14969 I RetrieveProfileJob: Too soon to refresh. Did the last refresh 470414 ms ago. 11-28 10:27:10.617 14930 14969 D MemoryTracker: Beginning memory monitoring. 11-28 10:27:10.618 14930 14930 I VoiceNoteMediaControlle: Postponing media controller creation. (RoutingActivity}) 11-28 10:27:10.618 14930 14930 I ContentCaptureHelper: Setting logging level to OFF 11-28 10:27:10.619 1569 1926 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=36683, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] 11-28 10:27:10.619 1569 1946 D ConnectivityService: NetReassign [36683 : null → 420] [c 0] [a 2] [i 3] 11-28 10:27:10.648 14930 15020 D NotificationChannels: ensureCustomChannelConsistency() 11-28 10:27:10.657 1569 1965 D CoreBackPreview: Window{ee7d9f7 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@1f90ec9, mPriority=0, mIsAnimationCallback=false} 11-28 10:27:10.659 14930 14970 I ViewOnceMessageManager: No messages to schedule. 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.674 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.675 14930 15003 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.675 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.675 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.675 492 492 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. 11-28 10:27:10.678 538 556 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:27:10.680 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.680 14930 14930 D IncomingMessageObserver: Background service started. 11-28 10:27:10.680 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.680 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.681 14930 14930 D MainActivityListHostFra: Initializing profile icon 11-28 10:27:10.681 538 556 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:27:10.683 538 556 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.684 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.685 538 556 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:27:10.685 14930 15003 I SQLiteConnection: Database keying operation returned:0 11-28 10:27:10.685 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.685 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.685 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.685 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.685 14930 15003 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:10.687 538 556 W gralloc4: Unable to set buffer name VRI[RoutingActivity]#0(BLAST Consumer)0: File name too long 11-28 10:27:10.688 14930 15014 D ConversationListDataSou: [load(0, 45), UnarchivedConversationListDataSource, OFF] cursor: 59.92, cache-recipients: 1.09, recipient-resolve: 19.05, total: 80.07 11-28 10:27:10.715 14930 14930 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 11-28 10:27:10.715 14930 14930 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 11-28 10:27:10.721 535 584 I BpBinder: onLastStrongRef automatically unlinking death recipients: 11-28 10:27:10.723 14930 14930 I AppStartup: First render has finished. Cold Start: 267 ms, Render Time: 191 ms 11-28 10:27:10.723 14930 14930 D ConversationListFragmen: [startup] data-set: 119, first-render: 46, total: 165 11-28 10:27:10.723 14930 14930 I VoiceNoteMediaControlle: Finishing postponed media controller creation. (RoutingActivity}) 11-28 10:27:10.725 14930 14955 D RefreshSvrCredentialsJo: Do not need to refresh credentials. Last refresh: 1732289280765 11-28 10:27:10.725 14930 14955 D EmojiSearchIndexDownloa: Do not need to check. It's been 129785322 ms since the last check. 11-28 10:27:10.726 14930 14955 I RetrieveRemoteAnnouncem: Too soon to check for updated release notes 11-28 10:27:10.726 14930 14968 I AndroidTelecomUtil: Registering phone account 11-28 10:27:10.727 14930 14955 I Job : [JOB::bc195da6-761a-4c82-86b1-e1143a593dbc][FontDownloaderJob] onSubmit() (Time Since Submission: 1 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:27:10.727 14930 14969 D GroupV2UpdateSelfProfil: Too soon. Last check was 53212017 ms ago. 11-28 10:27:10.727 1569 1691 I ActivityTaskManager: Displayed org.thoughtcrime.securesms/.RoutingActivity for user 0: +359ms 11-28 10:27:10.727 1569 3132 D CompatChangeReporter: Compat change id reported: 261072174; UID 10269; state: ENABLED 11-28 10:27:10.728 1569 2036 W Telecom : TelecomServiceImpl$1: registerPhoneAccount - attempt to set a group from a non-system caller.: TSI.rPA(ots)@AZA 11-28 10:27:10.728 1569 2036 I Telecom : TelecomServiceImpl$1: registerPhoneAccount: account=[[ ] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@AZA 11-28 10:27:10.728 1569 2036 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0}]: TSI.rPA(ots)@AZA 11-28 10:27:10.728 1569 2036 I Telecom : AppLabelProxy: package org.thoughtcrime.securesms: name is Signal: TSI.rPA(ots)@AZA 11-28 10:27:10.730 1569 2036 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.service.webrtc.AndroidCallConnectionService}, ***, UserHandle{0} Capabilities: SelfManaged Video Audio Routes: BESW Schemes: tel Extras: null GroupId: *** SC Restrictions: [NONE]]: TSI.rPA(ots)@AZA 11-28 10:27:10.730 14930 14968 I AndroidTelecomUtil: Phone account registered successfully 11-28 10:27:10.732 14930 14977 I JobRunner: [JOB::bc195da6-761a-4c82-86b1-e1143a593dbc][FontDownloaderJob][1] Running job. (Time Since Submission: 6 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:27:10.733 14930 14969 I Job : [JOB::07a59f1a-23da-4a38-a871-f1bd24d4929f][GroupRingCleanupJob] onSubmit() (Time Since Submission: 5 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:27:10.733 14930 14978 I JobRunner: [JOB::07a59f1a-23da-4a38-a871-f1bd24d4929f][GroupRingCleanupJob][2] Running job. (Time Since Submission: 1 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:27:10.735 14930 14968 I JobSchedulerScheduler: JobScheduler enqueue of NETWORK (-1733499378) 11-28 10:27:10.737 14930 14968 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:27:10.737 14930 14978 I JobRunner: [JOB::07a59f1a-23da-4a38-a871-f1bd24d4929f][GroupRingCleanupJob][2] Job finished with result SUCCESS in 4 ms. (Time Since Submission: 5 ms, Lifespan: 3600000 ms, Run Attempt: 1/1, Queue: GroupRingCleanupJob) 11-28 10:27:10.740 1569 1965 D CompatChangeReporter: Compat change id reported: 271850009; UID 10269; state: ENABLED 11-28 10:27:10.740 1569 1965 D CompatChangeReporter: Compat change id reported: 253665015; UID 10269; state: ENABLED 11-28 10:27:10.740 14930 14930 I ExoPlayerImpl: Init f48ee3a [AndroidXMedia3/1.3.1] [husky, Pixel 8 Pro, Google, 35] 11-28 10:27:10.742 14930 14977 D Fonts : Getting Script for Latn 11-28 10:27:10.746 14930 14977 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:27:10.746 14930 14977 I FontVersion: Deleting 0 files 11-28 10:27:10.753 14930 14977 D Fonts : Loaded manifest. 11-28 10:27:10.753 14930 14977 D Fonts : Getting Script for LATIN 11-28 10:27:10.753 14930 14977 D Fonts : Loaded script for locale. 11-28 10:27:10.757 14930 14977 D Fonts : Local font version found, returning immediate. 11-28 10:27:10.757 934 1588 D AudioFlinger: ro.audio.silent is ignored since no output device is set 11-28 10:27:10.758 14930 14977 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:27:10.758 14930 14977 I FontVersion: Deleting 0 files 11-28 10:27:10.758 14930 14977 D Fonts : Loaded manifest. 11-28 10:27:10.758 14930 14977 D Fonts : Getting Script for LATIN 11-28 10:27:10.758 14930 14977 D Fonts : Loaded script for locale. 11-28 10:27:10.758 14930 14977 D Fonts : Local font version found, returning immediate. 11-28 10:27:10.759 14930 14977 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:27:10.759 14930 14977 I FontVersion: Deleting 0 files 11-28 10:27:10.760 14930 14977 D Fonts : Loaded manifest. 11-28 10:27:10.760 14930 14977 D Fonts : Getting Script for LATIN 11-28 10:27:10.760 14930 14977 D Fonts : Loaded script for locale. 11-28 10:27:10.760 14930 14977 D Fonts : Local font version found, returning immediate. 11-28 10:27:10.761 934 6828 D AudioFlinger: ro.audio.silent is ignored since no output device is set 11-28 10:27:10.761 14930 14977 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:27:10.761 14930 14977 I FontVersion: Deleting 0 files 11-28 10:27:10.761 14930 14977 D Fonts : Loaded manifest. 11-28 10:27:10.761 14930 14977 D Fonts : Getting Script for LATIN 11-28 10:27:10.761 14930 14977 D Fonts : Loaded script for locale. 11-28 10:27:10.761 14930 14977 D Fonts : Local font version found, returning immediate. 11-28 10:27:10.766 14930 14977 I FontVersion: Timeout interval not exceeded, using what we have. 11-28 10:27:10.767 14930 14977 I FontVersion: Deleting 0 files 11-28 10:27:10.767 14930 14977 D Fonts : Loaded manifest. 11-28 10:27:10.767 14930 14977 D Fonts : Getting Script for LATIN 11-28 10:27:10.767 14930 14977 D Fonts : Loaded script for locale. 11-28 10:27:10.767 14930 14977 D Fonts : Local font version found, returning immediate. 11-28 10:27:10.767 14930 14977 I FontDownloaderJob: Already downloaded fonts for locale. 11-28 10:27:10.769 14930 14977 I JobRunner: [JOB::bc195da6-761a-4c82-86b1-e1143a593dbc][FontDownloaderJob][1] Job finished with result SUCCESS in 37 ms. (Time Since Submission: 43 ms, Lifespan: 2592000000 ms, Run Attempt: 1/Unlimited, Queue: null) 11-28 10:27:10.769 1569 1965 I MediaSessionStack: addSession to bottom of stack | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) 11-28 10:27:10.771 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.771 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.772 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.776 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.776 1569 2199 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415825090, actions=7339655, custom actions=[], active item id=0, error=null} 11-28 10:27:10.776 1569 2199 D MediaSessionService: onSessionActiveStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415825090, actions=7339655, custom actions=[], active item id=0, error=null} 11-28 10:27:10.777 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.777 1569 2199 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415825090, actions=7339655, custom actions=[], active item id=0, error=null} 11-28 10:27:10.777 14930 14930 D KeyClearedReceiver: Creating media controller… 11-28 10:27:10.778 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.781 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.783 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.783 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.785 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.786 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:10.789 14930 14955 I EmojiPageCache: Loading page EmojiPageRequest(emojiPage=Disk(uri=content://org.thoughtcrime.securesms/emoji/People_0), inSampleSize=1) 11-28 10:27:10.790 14930 14955 D EmojiFiles: Verifying all name files exist. 11-28 10:27:10.791 14930 14955 D EmojiFiles: All names exist? true 11-28 10:27:10.793 2163 2163 E MediaControlProfile: onCurrentPlayerStateUpdated: base actions not supported, player actions= 2e2bb3, expected at least= 7f 11-28 10:27:10.793 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:27:10.793 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:27:10.793 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:27:10.793 2163 2163 W MediaControlGattService: Feature TRACK_POSITION(BIT 7) support: true 11-28 10:27:10.793 2163 2163 W MediaControlGattService: Feature TRACK_POSITION_NOTIFY support: true 11-28 10:27:10.793 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:10.793 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:10.793 14930 14930 D CompatChangeReporter: Compat change id reported: 170233598; UID 10269; state: ENABLED 11-28 10:27:10.794 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:27:10.794 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:27:10.794 2163 2163 E BluetoothMcpService: MCS access not permited 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature MEDIA_CONTROL_POINT_OPCODES_SUPPORTED(BIT 19) support: true 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:27:10.794 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:27:10.809 14930 14930 D KeyClearedReceiver: Successfully created media controller. 11-28 10:27:10.811 14930 14930 D KeyClearedReceiver: Successfully registered. 11-28 10:27:10.815 1569 1898 I ImeTracker: org.thoughtcrime.securesms:4833eacd: onRequestHide at ORIGIN_SERVER reason HIDE_UNSPECIFIED_WINDOW fromUser false 11-28 10:27:10.815 1569 1898 I ImeTracker: org.thoughtcrime.securesms:4833eacd: onCancelled at PHASE_SERVER_SHOULD_HIDE 11-28 10:27:10.815 2163 2163 I bluetooth: system/btif/avrcp/avrcp_service.cc:537 SendMediaUpdate: track_changed=false : play_state=true : queue=false 11-28 10:27:10.819 14930 14930 I JobSchedulerScheduler: Waking due to job: -1733499378 11-28 10:27:10.819 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:10.822 1569 1965 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415825136, actions=4718215, custom actions=[], active item id=0, error=null} 11-28 10:27:10.823 1569 1965 D MediaSessionService: onSessionPlaybackStateChanged: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=415825137, actions=4718215, custom actions=[], active item id=0, error=null} 11-28 10:27:10.827 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3095 11-28 10:27:10.828 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 0, locked = false 11-28 10:27:10.828 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1911 onStartInput(EditorInfo{EditorInfo{packageName=org.thoughtcrime.securesms, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false) 11-28 10:27:10.828 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 1, locked = false 11-28 10:27:10.829 2707 2707 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 11-28 10:27:10.831 1569 3601 W PackageConfigPersister: App-specific configuration not found for packageName: org.thoughtcrime.securesms and userId: 0 11-28 10:27:10.833 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:27:10.833 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:27:10.833 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:10.839 14930 14930 D VoiceNoteMediaControlle: MediaController successfully initialized. (RoutingActivity) 11-28 10:27:10.848 1569 1862 W UsageStatsService: Unexpected activity event reported! (org.telegram.messenger/org.telegram.ui.LaunchActivity event : 23 instanceId : 83199100) 11-28 10:27:10.850 2163 2163 I bluetooth: system/btif/avrcp/avrcp_service.cc:537 SendMediaUpdate: track_changed=false : play_state=false : queue=false 11-28 10:27:10.852 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48096 11-28 10:27:10.852 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48096 11-28 10:27:10.855 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:10.872 14930 14968 D LiveRecipientCache: Warming up 93 thread recipients. 11-28 10:27:10.913 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4392) android.os.BinderProxy@bcb9afc@0 11-28 10:27:10.914 1569 1691 V WindowManager: Finish Transition (#4392): created at 11-28 10:27:10.363 collect-started=0.115ms request-sent=8.318ms started=17.452ms ready=27.507ms sent=29.583ms finished=550.878ms 11-28 10:27:10.915 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:27:10.915 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:27:10.915 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:27:10.916 1569 2199 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:27:10.924 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:27:10.924 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: false 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10269 is in foreground: true 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:27:10.925 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:27:10.928 22016 22016 D VRI[NexusLauncherActivity]: visibilityChanged oldVisibility=true newVisibility=false 11-28 10:27:10.933 22016 22016 D BaseDepthController: setSurface: 11-28 10:27:10.933 22016 22016 D BaseDepthController: mWaitingOnSurfaceValidity: false 11-28 10:27:10.933 22016 22016 D BaseDepthController: mSurface: null 11-28 10:27:10.933 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:27:10.933 22016 22016 D StatsLog: LAUNCHER_ONSTOP 11-28 10:27:10.933 22016 22055 D OneSearchSuggestProvider: Shut down the binder channel 11-28 10:27:10.933 22016 22066 D GmsPlayProvider: Shut down the binder channel 11-28 10:27:10.934 22016 22016 D StatsLog: LAUNCHER_GOOGLE_SEARCH_RESTORE_LIST_SIZE_AFTER_ACTIVITY_RESTART 11-28 10:27:10.934 22016 22016 D NexusLauncherModelDelegate: notifySmartspaceEvent: SmartspaceTargetEvent{mSmartspaceTarget=null, mSmartspaceActionId='null', mEventType=7} 11-28 10:27:10.935 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:27:10.936 22016 22016 D NexusLauncherModelDelegate: notifySmartspaceEvent: SmartspaceTargetEvent{mSmartspaceTarget=null, mSmartspaceActionId='null', mEventType=7} 11-28 10:27:10.966 14930 14968 D LiveRecipientCache: Warmed up 50 contact recipient. 11-28 10:27:10.967 14930 14968 D LiveRecipientCache: [recipient-warm-up] thread: 145, contact: 94, total: 239 11-28 10:27:10.984 22016 22016 W FrameTracker: Missing HWUI jank callback for vsyncId: 49468741, CUJ=J 11-28 10:27:10.984 22016 22016 W FrameTracker: Missing HWUI jank callback for vsyncId: 49468785, CUJ=J 11-28 10:27:11.062 14930 14996 I OkHttpWebSocketConnection: [normal:112693541] onOpen() connected 11-28 10:27:11.063 14930 14968 D IncomingMessageObserver: WebSocket State: CONNECTED 11-28 10:27:11.065 14930 14965 I IncomingMessageObserver: Decryptions newly-drained. 11-28 10:27:11.065 14930 14965 I JobManager: onConstraintMet(DecryptionsDrainedConst) 11-28 10:27:11.066 14930 14965 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: true, Time Since Last Interaction: N/A, FCM: true, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false 11-28 10:27:11.066 14930 14965 D IncomingMessageObserver: Reading message... 11-28 10:27:11.069 14930 14999 I OkHttpWebSocketConnection: [unidentified:257232458] onOpen() connected 11-28 10:27:11.076 2046 2070 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@dea4d94 11-28 10:27:11.077 1569 2199 D CoreBackPreview: Window{eb88672 u0 Splash Screen org.thoughtcrime.securesms EXITING}: Setting back callback null 11-28 10:27:11.077 1569 2036 W InputManager-JNI: Input channel object 'eb88672 Splash Screen org.thoughtcrime.securesms (client)' was disposed without first being removed with the input manager! 11-28 10:27:11.132 29335 29361 I FontLog : (REDACTED) Received query %s, URI %s 11-28 10:27:11.132 29335 29361 I FontLog : (REDACTED) Query [%s] resolved to %s 11-28 10:27:11.133 29335 29361 I FontLog : (REDACTED) Fetch %s end status %s 11-28 10:27:11.134 29335 29361 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d 11-28 10:27:11.135 29335 29361 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d 11-28 10:27:11.148 2231 3006 D GRIL-S : marginalCoverageInfoChanged 11-28 10:27:11.149 2720 4024 D QNS_AccessNetworkEvaluator_1_ims: handleMessage msg=10013 11-28 10:27:11.149 31615 23170 D ConnectivityMonitorStateMachine: [onMarginalCoverageInfoChanged] {subId=2} coverageInfo= MarginalCoverageInfo { slotId=1 inMarginalCoverage=true marginalCoverageTriggerEvent=2} 11-28 10:27:11.149 31615 32668 D ConnectivityMonitorStateMachine: [onMarginalCoverageInfoChanged] {subId=16} coverageInfo= MarginalCoverageInfo { slotId=1 inMarginalCoverage=true marginalCoverageTriggerEvent=2} 11-28 10:27:11.149 31615 32668 D ConnectivityMonitorStateMachine: [onMarginalCoverageInfoChanged] {subId=16} sendMessage(MARGINAL_COVERAGE_INDICATION) id=d03d543f-b45d-48fd-bad3-e45363a5ad85 11-28 10:27:11.149 31615 31717 D ConnectivityMonitorStateMachine: [InService] {subId=16} processMessage(MARGINAL_COVERAGE_INDICATION) CMMessage{id=d03d543f-b45d-48fd-bad3-e45363a5ad85, obj=MarginalCoverageInfo { slotId=1 inMarginalCoverage=true marginalCoverageTriggerEvent=2}, timestamp=2024-11-28T09:27:11.149Z} 11-28 10:27:11.150 31615 31717 I MarginalCoverageInfoHandler: MarginalCoverageInfo =inMarginalCoverage: true, Trigger Event: 2 11-28 10:27:11.150 31615 23170 D ConnectivityMonitorStateMachine: [onMarginalCoverageInfoChanged] {subId=2} sendMessage(MARGINAL_COVERAGE_INDICATION) id=84c64718-1fe5-4fca-a6f5-1c4d9265f4c2 11-28 10:27:11.150 31615 31717 D ConnectivityMonitorStateMachine: [Default] {subId=2} messageUnhandled(MARGINAL_COVERAGE_INDICATION) id=84c64718-1fe5-4fca-a6f5-1c4d9265f4c2 11-28 10:27:11.158 14930 15034 D MessageTable: deleteMessage(282511) 11-28 10:27:11.158 14930 15034 D AttachmentTable: [deleteAttachmentsForMessage] mmsId: 282511 11-28 10:27:11.159 14930 14969 D VoiceNotePlaybackServic: Database attachment observer invoked. 11-28 10:27:11.159 14930 14930 D VoiceNotePlaybackServic: Current item is null or playback properties are null. 11-28 10:27:11.168 14930 15034 E SQLiteLog: (267) statement aborts at 10: [DELETE FROM message WHERE _id = ?] database disk image is malformed 11-28 10:27:11.293 14930 15003 D SlowNotificationHeurist: insufficient service start events 11-28 10:27:11.295 14930 14949 D LocalMetrics: [cold-start-conversation-list] total: 267 | application-create: 58, start-activity: 17, data-loaded: 145, render: 46 11-28 10:27:11.310 14930 15003 W SlowNotificationHeurist: User has high average message latency of 20923904 ms over 473 events over threshold of 7200000 ms 11-28 10:27:11.310 14930 15003 W SlowNotificationHeurist: User seems to be having delayed notifications: failed-service-starts=false failedQueueDrains=false longMessageLatency=true 11-28 10:27:11.328 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:27:11.329 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:27:11.329 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10205} in 2ms 11-28 10:27:11.329 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:27:11.330 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:27:11.330 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20205} in 1ms 11-28 10:27:11.488 14930 14954 I AnrDetector: Thread shutting down during intervals. 11-28 10:27:11.702 14930 15003 D SlowNotificationHeurist: insufficient service start events 11-28 10:27:11.714 14930 15003 W SlowNotificationHeurist: User has high average message latency of 20923904 ms over 473 events over threshold of 7200000 ms 11-28 10:27:11.714 14930 15003 W SlowNotificationHeurist: User seems to be having delayed notifications: failed-service-starts=false failedQueueDrains=false longMessageLatency=true 11-28 10:27:11.857 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:11.889 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:11.932 14930 14953 D LogDatabase: [trim] keepers-size: 104, binary-search: 781, delete: 12, total: 897 11-28 10:27:12.049 3283 4649 I BugleRcsEngine: delay time out, reset attempts 3 and process SIM event [CONTEXT thread_id=60 ] 11-28 10:27:12.052 4112 4978 I CarrierServices: [40] fmd.run:18 delay time out, reset attempts 3 and process SIM event 11-28 10:27:12.053 3283 4649 I BugleRcsEngine: process intent: android.intent.action.SIM_STATE_CHANGED [CONTEXT log_prefix="(Sim)" thread_id=60 ] 11-28 10:27:12.054 23918 23965 I BugleRcsEngine: delay time out, reset attempts 3 and process SIM event [CONTEXT thread_id=183 ] 11-28 10:27:12.055 23918 23965 I BugleRcsEngine: process intent: android.intent.action.SIM_STATE_CHANGED [CONTEXT log_prefix="(Sim)" thread_id=183 ] 11-28 10:27:12.055 4112 4978 I CarrierServices: [40] fmc.a:17 (Sim): process intent: android.intent.action.SIM_STATE_CHANGED 11-28 10:27:12.061 4112 4978 E CarrierServices: [40] fmc.u:158 (Sim): Permission is required for SubscriptionManager 11-28 10:27:12.061 23918 23965 I BugleRcsEngine: Processing an intent [CONTEXT log_prefix="(Sim)" thread_id=183 ] 11-28 10:27:12.061 3283 4649 I BugleRcsEngine: Processing an intent [CONTEXT log_prefix="(Sim)" thread_id=60 ] 11-28 10:27:12.062 3283 4649 I BugleRcsEngine: Ignoring duplicate SIM state: LOADED [CONTEXT log_prefix="(Sim)" thread_id=60 ] 11-28 10:27:12.062 23918 23965 I BugleRcsEngine: Ignoring duplicate SIM state: LOADED [CONTEXT log_prefix="(Sim)" thread_id=183 ] 11-28 10:27:12.326 14930 15034 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:12.508 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:27:12.598 14930 15034 D sqlcipher: ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12 11-28 10:27:12.628 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:27:12.628 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:27:12.628 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:27:12.631 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-67 11-28 10:27:12.632 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -67 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:27:12.632 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:27:12.632 2298 5418 W SHANNON_IMS: 0898 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:12.632 2298 5418 I SHANNON_IMS: 0899 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:12.633 2298 6069 W SHANNON_IMS: 0901 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:12.634 2298 6069 I SHANNON_IMS: 0902 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:12.634 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.636 29335 29361 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:27:12.636 29335 29361 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:27:12.638 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 74%, link speed: 351Mbps, sunspot type: 0) -> (is connected: true, signal level: 72%, link speed: 351Mbps, sunspot type: 0) 11-28 10:27:12.639 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:27:12.640 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:27:12.640 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.643 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.644 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.645 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.645 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.645 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.646 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:12.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:12.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:12.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:12.649 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:12.654 3283 4066 I BugleRcsEngine: Connected state: [1], networkType: [WIFI] [CONTEXT thread_id=54 ] 11-28 10:27:12.654 3283 4717 I BugleRcsEngine: handleMessage processing message:[NOTIFY_UPTIME_IGNORE_STATE_CHANGED] with [non-null]:RcsEngineImpl reference [CONTEXT log_prefix="RcsEngineImpl[DUAL_REG]:[520d16d4-cc17]>Handler" thread_id=61 ] 11-28 10:27:12.655 3283 4717 I BugleRcsEngine: Cannot use CS.apk as it's battery optimized [CONTEXT thread_id=61 ] 11-28 10:27:12.659 2400 4204 D TrafficStats: tagSocket(138) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.660 2274 4225 D SHANNON_RCS: 1280 [0][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:12.661 2274 4225 D SHANNON_RCS: 1281 [1][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:12.661 2992 23362 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.662 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.662 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.662 19760 19870 D TrafficStats: tagSocket(366) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.662 4121 4167 I Tycho.VoiceLibrary: VpnMonitor.NetworkCallback.onCapabilitiesChanged 11-28 10:27:12.662 5708 5791 D TrafficStats: tagSocket(176) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.665 2707 3239 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.665 29335 29401 I NearbyMediums: WifiNetwork defaultNetworkCallback onCapabilitiesChanged network:420 [ WIFI VPN ] isNonBypassable:true 11-28 10:27:12.665 4392 4392 D TrafficStats: tagSocket(256) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.667 4392 9184 D TrafficStats: tagSocket(354) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.668 19760 19760 D TrafficStats: tagSocket(422) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.668 19760 19859 D WM-NetworkStateTracker: Network capabilities changed: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=28929Kbps LinkDnBandwidth>=46956Kbps TransportInfo: UnderlyingNetworks: Null] 11-28 10:27:12.669 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.669 23918 26148 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.669 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.669 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.669 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.669 12081 12194 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.669 29335 29817 D TrafficStats: tagSocket(107) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.670 26444 26914 D TrafficStats: tagSocket(122) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.670 27288 27326 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.671 1569 3414 D ConnectivityService: Returning BLOCKED NetworkInfo to uid=10205 11-28 10:27:12.672 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.673 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.674 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.674 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.674 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.676 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.676 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:12.676 4121 4121 I Tycho.VoiceLibrary: onVpnStateChange: VpnState{connected=true, pingLatencies=[], estimatedBandwidthBps=-1, pingTotalTimeMillis=-1, pingResultGeneratedTimeMillis=-1} 11-28 10:27:12.675 6853 6893 D TrafficStats: tagSocket(135) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:12.677 4121 4121 I VoiceLibrary: [2] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:12.677 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:12.688 3283 4717 I BugleRcsEngine: Rcs is enabled from user settings: true [CONTEXT log_prefix="ProvisioningEngineDataRetriever" thread_id=61 ] 11-28 10:27:12.689 1569 1946 D ConnectivityService: NetReassign [no changes] [c 3] [a 2] [i 7] 11-28 10:27:12.687 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.691 6449 6449 I Wildlife_WildlifeVpnReceiver: ACTION_WIFI_STATE_CHANGED 11-28 10:27:12.696 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:12.699 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:12.699 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:12.699 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:12.700 845 992 E Netd : uid 10176 can't select networks other than 420. 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: Failed to bind socket to 1(wlan0), duration 2ms 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: java.net.SocketException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:442) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:409) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at pvp.g(PG:81) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at ppu.r(PG:151) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at pqc.q(PG:33) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at pqc.m(PG:19) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at ppv.doInBackground(PG:241) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at android.os.AsyncTask$3.call(AsyncTask.java:394) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.FutureTask.run(FutureTask.java:264) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at java.lang.Thread.run(Thread.java:1012) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: Caused by: android.system.ErrnoException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:441) 11-28 10:27:12.701 4121 9389 W Tycho.VoiceLibrary: ... 11 more 11-28 10:27:12.701 4121 9389 I Tycho.VoiceLibrary: Can not bind to WiFi network 11-28 10:27:12.703 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:12.706 6449 6449 I Wildlife_WildlifeVpnManagerImpl: toggleVpnByFeaturePreferences, 69, 1, 69, 1 11-28 10:27:12.706 6449 6449 I Wildlife_WildlifeVpnManagerImpl: handleFirstTimePromptNotification() Same network. Ignored. 11-28 10:27:12.706 6449 6449 I Wildlife_WildlifeVpnManagerImpl: restoreSettingsFromBackupIfNecessary() false, false, false 11-28 10:27:12.707 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:12.707 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:12.707 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:12.709 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:12.709 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:12.711 4121 9389 I Tycho.VoiceLibrary: No enough registration credit for network 17 11-28 10:27:12.711 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:12.714 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.717 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:12.718 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:12.721 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:12.721 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:12.721 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:12.724 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 3ms 11-28 10:27:12.725 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:12.725 4121 9389 I Tycho.VoiceLibrary: Find the network 17 that has enough registration credit, restart registration 11-28 10:27:12.726 4121 9389 I VoiceLibrary: [7388] qee.k: (MMTel): : Restarting the IMS connection manager, reason: CONNECTIVITY_CHANGE 11-28 10:27:12.726 4121 9389 I VoiceLibrary: [7388] qee.o: (MMTel): : Schedule to stop IMS connection, reason: CONNECTIVITY_CHANGE 11-28 10:27:12.726 4121 9389 I VoiceLibrary: [7388] qea.a: (MMTel): : Cancelling pending registration 11-28 10:27:12.727 4121 9389 I Tycho.VoiceLibrary: ResetRetryCounter at TerminationReason: CONNECTIVITY_CHANGE. 11-28 10:27:12.727 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-1ms what=3 obj=qdw@4752b45 target=qea } 11-28 10:27:12.727 4121 4177 W VoiceLibrary: [80] qdw.run: (MMTel): : Current network interface is null 11-28 10:27:12.728 4121 9389 I VoiceLibrary: [7388] qei.: (MMTel): : Created RegistrationRunnable with ID dcba64f8-7845-4291-9e8e-87e1f671ab2f 11-28 10:27:12.728 4121 9389 I VoiceLibrary: [7388] qea.b: (MMTel): : Scheduling registration dcba64f8-7845-4291-9e8e-87e1f671ab2f in 0 ms 11-28 10:27:12.728 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=0 what=1 obj=dcba64f8-7845-4291-9e8e-87e1f671ab2f target=qea } 11-28 10:27:12.729 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable dcba64f8-7845-4291-9e8e-87e1f671ab2f start 11-28 10:27:12.729 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:27:12.729 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:27:12.731 2339 2700 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.732 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.735 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:12.737 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.739 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:12.743 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.744 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.748 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:12.748 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:12.750 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:12.750 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:12.750 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:12.752 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:12.752 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:12.752 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:27:12.752 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:12.753 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:27:12.753 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:27:12.753 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:27:12.753 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:27:12.753 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 5000 11-28 10:27:12.754 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID dad2ac3d-12b5-4cc2-a3a1-dd34c98bacd8 11-28 10:27:12.754 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration dad2ac3d-12b5-4cc2-a3a1-dd34c98bacd8 in 5000 ms 11-28 10:27:12.754 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration dcba64f8-7845-4291-9e8e-87e1f671ab2f 11-28 10:27:12.754 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:12.760 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:12.761 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:12.768 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:12.771 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:12.773 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.777 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.778 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:12.781 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.785 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.789 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.792 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:12.794 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:12.799 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:12.801 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:12.807 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:12.809 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:12.812 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.817 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.818 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:12.822 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.826 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.832 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.838 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.843 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.846 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: Database 'signal.db' corrupted! 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: Diagnostic results: 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: ===== PRAGMA integrity_check (same-connection) ===== 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: ok 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: ===== PRAGMA cipher_integrity_check (same-connection) ===== 11-28 10:27:12.869 14930 15034 E SqlCipherErrorHandler: 11-28 10:27:12.870 14930 15034 E AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 11-28 10:27:12.870 14930 15034 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 14930 11-28 10:27:12.870 14930 15034 E AndroidRuntime: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at Database 'signal.db' corrupted!.(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at Diagnostics results:.(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at ok.(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at .(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-28 10:27:12.870 14930 15034 E AndroidRuntime: at .(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: org.thoughtcrime.securesms.database.SqlCipherErrorHandler$DatabaseCorruptedError_BothChecksPass 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SqlCipherErrorHandler.onCorruption(SqlCipherErrorHandler.kt:52) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteDatabase.onCorruption(SQLiteDatabase.java:348) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteProgram.onCorruption(SQLiteProgram.java:117) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:93) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at net.zetetic.database.sqlcipher.SQLiteDatabase.delete(SQLiteDatabase.java:1794) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.lambda$delete$14(SQLiteDatabase.java:394) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.$r8$lambda$tw0Fv9xDoZzgnkzgX2fwZPNTwog(SQLiteDatabase.java:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.traceSql(SQLiteDatabase.java:113) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:394) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.SQLiteDatabase.delete(SQLiteDatabase.java:256) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.signal.core.util.DeleteBuilderPart2.run(SQLiteDatabaseExtensions.kt:493) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3298) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage$default(MessageTable.kt:3288) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.database.MessageTable.deleteMessage(MessageTable.kt:3284) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at org.thoughtcrime.securesms.service.ExpiringMessageManager$ProcessTask.run(ExpiringMessageManager.java:112) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at java.lang.Thread.run(Thread.java:1012) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at [[ ↑↑ Original Trace ↑↑ ]].(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at [[ ↓↓ Inferred Trace ↓↓ ]].(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at Database 'signal.db' corrupted!.(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at [sqlite] FullCode: 267 | ErrorCode: 11 | ExtendedErrorCode: 1 | Message: database disk image is malformed | ExtraMessage: null.(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at Diagnostics results:.(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at ===== PRAGMA integrity_check (same-connection) =====.(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at ok.(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at .(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at ===== PRAGMA cipher_integrity_check (same-connection) =====.(:0) 11-28 10:27:12.870 14930 15034 E SignalUncaughtException: at .(:0) 11-28 10:27:12.893 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:12.920 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:12.974 14930 15034 I JobManager: Successfully flushed. 11-28 10:27:12.976 1569 3132 W ActivityTaskManager: Force finishing activity org.thoughtcrime.securesms/.RoutingActivity 11-28 10:27:12.977 2046 2065 V WindowManagerShell: Transition requested (#4393): android.os.BinderProxy@d05d830 TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4393 } 11-28 10:27:12.981 1569 1692 I ActivityManager: Showing crash dialog for package org.thoughtcrime.securesms u0 11-28 10:27:12.986 22016 22016 I TopTaskTracker: onTaskMovedToFront: (moved taskInfo to front) taskId=47753, baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.apps.nexuslauncher/.NexusLauncherActivity } 11-28 10:27:12.988 535 535 I BpBinder: onLastStrongRef automatically unlinking death recipients: 11-28 10:27:12.991 22016 22016 D NexusLauncherModelDelegate: notifySmartspaceEvent: SmartspaceTargetEvent{mSmartspaceTarget=null, mSmartspaceActionId='null', mEventType=6} 11-28 10:27:12.993 22016 22016 D BaseDepthController: mSurface is null and mCurrentBlur is: 0 11-28 10:27:13.002 22016 22016 D BaseDepthController: setSurface: 11-28 10:27:13.002 22016 22016 D BaseDepthController: mWaitingOnSurfaceValidity: false 11-28 10:27:13.002 22016 22016 D BaseDepthController: mSurface: Surface(name=com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity)/@0x53b72ec 11-28 10:27:13.002 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#65(BLAST Consumer)65: File name too long 11-28 10:27:13.003 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#65(BLAST Consumer)65: File name too long 11-28 10:27:13.004 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#65(BLAST Consumer)65: File name too long 11-28 10:27:13.007 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#65(BLAST Consumer)65: File name too long 11-28 10:27:13.008 538 556 W gralloc4: Unable to set buffer name VRI[NexusLauncherActivity]#65(BLAST Consumer)65: File name too long 11-28 10:27:13.009 22016 22016 D StatsLog: LAUNCHER_ONRESUME 11-28 10:27:13.010 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:27:13.010 1569 1691 D HintManagerService: Sent cleanup message for uid 10269 11-28 10:27:13.010 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:27:13.010 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:27:13.010 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10269 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: Foreground UID status: 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10120 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10121 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10144 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10148 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10163 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10177 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10179 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10180 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10188 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10200 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10205 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10227 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10240 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10250 is in foreground: true 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10269 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10298 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10308 is in foreground: false 11-28 10:27:13.011 3297 3833 D ForegroundUtils: UID: 10367 is in foreground: true 11-28 10:27:13.015 1569 3601 W ParceledListSlice: Element #9 is 18032 bytes. 11-28 10:27:13.018 2046 20475 V WindowManagerShell: onTransitionReady(transaction=6738803959060) 11-28 10:27:13.019 2046 2065 V WindowManagerShell: onTransitionReady (#4393) android.os.BinderProxy@d05d830: {id=4393 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@30c9a65} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x87bdca9 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@286b33a} m=CLOSE f=NONE leash=Surface(name=Task=48131)/@0xdaea22e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x65941cf sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:27:13.019 2046 2065 V WindowManagerShell: Playing animation for (#4393) android.os.BinderProxy@d05d830@0 11-28 10:27:13.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@79b4cf1 11-28 10:27:13.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@1f760d6 11-28 10:27:13.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@1599f57 11-28 10:27:13.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@5ff8a44 11-28 10:27:13.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@e86c72d 11-28 10:27:13.019 2046 2065 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 11-28 10:27:13.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@9e0b462 11-28 10:27:13.019 2046 2065 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:27:13.019 2046 2065 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=4393 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@30c9a65} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x87bdca9 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@286b33a} m=CLOSE f=NONE leash=Surface(name=Task=48131)/@0xdaea22e sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0x65941cf sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0}]} 11-28 10:27:13.019 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=undefined independent=true modes=[OPEN,TO_FRONT] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=undefined independent=true modes=[CLOSE,TO_BACK] flags=IN_TASK_WITH_EMBEDDED_ACTIVITY mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@92f031a, appThread = android.app.IApplicationThread$Stub$Proxy@c126e4b, debugName = OverlaySwipeBack }} 11-28 10:27:13.019 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x0 checks=[{atype=dream independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null},{atype=home independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@a760028, appThread = android.app.IApplicationThread$Stub$Proxy@f3a7141, debugName = LauncherToDream }} 11-28 10:27:13.019 22016 22034 D QuickstepModelDelegate: notifyAppTargetEvent action=1 launchLocation= 11-28 10:27:13.019 2046 2065 V WindowManagerShell: Checking filter Pair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:27:13.019 2046 2065 D RemoteTransitionHandler: Found filterPair{{types=[] flags=0x0] notFlags=0x100 checks=[{atype=home independent=true modes=[OPEN,TO_FRONT] flags=NONE mustBeTask=false order=TOP topActivity=ComponentInfo{com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity} launchCookie=null},{atype=standard independent=true modes=[CLOSE,TO_BACK] flags=NONE mustBeTask=false order=ANY topActivity=null launchCookie=null}]} RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome }} 11-28 10:27:13.019 2046 2065 V WindowManagerShell: Delegate animation for (#4393) to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@3aa36e6, appThread = android.app.IApplicationThread$Stub$Proxy@817a427, debugName = QuickstepLaunchHome } 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: queryLength=0 size=45 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack line level line in line out recording processing,input_query=android.app.search.Query@5c3157c,group_id=web415827323,zero_state_cache=[B@e841e05,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack line level line in line out recording processing searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c2fcd8bc-5c22-4ade-84d7-8b1975c82116 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mutable instruments rings clone,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=mutable instruments rings clone searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 70a8b48a-f665-4dd5-a577-1f372f00680f 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=after later monsoon vs cumulus,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=after later monsoon vs cumulus searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 6cf8adbb-6bdc-4cb9-bead-de9937118d29 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=after later audio rings,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=after later audio rings searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: b4c22032-7e5b-4b6f-8383-8fab0cf8b167 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mua,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=mua searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: f82625ce-dafd-421f-a7f0-424f68614917 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=befaco plethora techno,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=befaco plethora techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 95fb916d-fc7f-473d-8dfc-cd0ac6309ba5 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=befaco percall techno,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=befaco percall techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 9fd85e0e-30a0-4813-aac6-a2be4bb657d9 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=torso s4 techno,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=torso s4 techno searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 2ba91918-06ac-4d49-b201-c1a8e7bc0b24 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=morphagene,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=morphagene searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c9d8e551-3429-45a5-8ce5-5adc93f6358d 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=winter storm warning,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=winter storm warning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 847c0b50-4dc0-48c1-91cb-af189c7b66f5 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=metal fetishist,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=metal fetishist searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: c36c7a93-a235-4ee2-ae08-11cb77b5f075 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=behringer batumi,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=behringer batumi searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 6bedeabf-c581-4a0b-bf76-98e2b420db0c 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=fl studio templates song form arrangement,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=fl studio templates song form arrangement searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 3a3b744f-fb0d-4afa-8b32-0e7c1af36529 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=signal crashes android,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=signal crashes android searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 3e8dfb61-5633-4637-8e16-5a04939b9dcb 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit meris lvx,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit meris lvx searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 43bde0d2-d8f9-46bd-8356-d91dbdf129eb 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=signal crashing android,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=signal crashing android searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: b2702ab0-fff3-491a-a2f2-c8a20371274a 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=buy oxytocin europe peptides,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=buy oxytocin europe peptides searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: a7610a49-6664-4a4d-8bc0-f730e39912fc 11-28 10:27:13.020 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack tx6,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack tx6 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 8612bbcb-4e67-49c2-a54b-1fe15d3532d8 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=2400 euro to usd,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=2400 euro to usd searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 25b8f7ef-3891-4710-995f-c313e394dc9a 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=eurorack sources for ambient,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=eurorack sources for ambient searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: bc9f7517-b2d2-4675-9705-d964f128d7f8 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=qibit stardust review,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=qibit stardust review searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 813a236c-1e9c-4d4f-998e-3414721938a5 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit meris reverb delay,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit meris reverb delay searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 36b3ceb4-8140-4d1c-bede-5260d9bc2eab 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=kma cirrus,,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=kma cirrus, searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 1e05c068-a429-4ae0-b69a-a93795d6b5f4 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=best ambient pedals reddit,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=best ambient pedals reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 13261a12-2889-44c8-9d5b-0aacc71900c1 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=buy empress echosystem,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=buy empress echosystem searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: e23c363c-8853-48ea-8547-f01f2f3d6d02 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit delay reverb pedal for ambient music,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit delay reverb pedal for ambient music searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 4c6f7ef6-2823-4401-8d99-a7fe9d009249 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=pedals like chroma console,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=pedals like chroma console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 949058c8-b490-4e9d-9819-ea1d930b9f02 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=get logs with android sdk platform tools,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=get logs with android sdk platform tools searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 65f43ae6-3e1f-4fb8-806b-87b32dbd2460 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=teenage engineering ground lift,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=teenage engineering ground lift searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 9bbe5a31-c3e7-42b5-8f27-b570c99ba256 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=reddit synth ground loop cable box,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=true,} searchAction=reddit synth ground loop cable box searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: 1d79ea44-ac73-49b2-b7f8-ab6f1427fef1 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=daily horoscopes for november 27 2024,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=daily horoscopes for november 27 2024 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 3f316443-8ba8-45f5-bdaf-80f3e676dc55 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=today wordle answer,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=today wordle answer searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: d188cf5a-3089-4e70-b45c-1b803796e4ae 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=dollar general thanksgiving hours,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=dollar general thanksgiving hours searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 81eea5aa-e853-4eba-9599-c3a98f3fa687 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=best streamers,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=best streamers searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: a038cddd-93a4-4967-b5a7-bca1a45196db 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=queen never cry meme origin,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=queen never cry meme origin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 5c3a1e6f-2d78-44db-aa3c-90a5d6845815 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=college football playoff rankings,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=college football playoff rankings searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: d859390a-2ebe-4cd1-8443-77abe47056f8 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin price,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=bitcoin price searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: f5e224c7-af42-4c9c-8273-ff6fd1064a23 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=ripple xrp,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=ripple xrp searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 2b2d0d1b-6658-4ad1-b617-183bc963d16b 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=aurora borealis northern lights forecast,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=aurora borealis northern lights forecast searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 1078dda0-0d55-4f93-b717-d467605673fd 11-28 10:27:13.021 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAG4AbgMBIgACEQEDEQH/xAAcAAACAwEBAQEAAAAAAAAAAAAFBgMEBwABAgj/xABDEAACAQIEAwUFAwkFCQAAAAABAgMEEQAFEiEGEzEHIkFRYRRxgZHBI0KhFTJSorGywtHhJTNDYoIWJERjcnOS4vH/xAAZAQADAQEBAAAAAAAAAAAAAAABAgMABAX/xAAgEQACAgIDAQADAAAAAAAAAAAAAQIRITEDEkEiBBNC/9oADAMBAAIRAxEAPwDccdjsdjGOx2Ox2MY7HY7HYxjsAuMB/ZT+dsHcA+LhfK39ATgx2B6BWTf8Sf8AmfRce5y39nVFuug2x5lJt7RfYcz+EYiz4sMkzBlNn5D2PlthpGiKWTVecVL1dLw9BCyhwKmrmNkhNvzR5tve2J8xHFVGOZBm9LM4FzEY9Ia3gD4YoZPxC2U8LU1NSUReSTVNJrYgDUSbsQCbkW28reYxQq+Is1mhieKg5IlYrzXXWtwAbKLg3sR1HzxzOTs7IccayPPCmdJn+V+0CLkSxSNDUQeKSDqD+344MyEAbkD3nCj2eGVUzRpheWaoWUjTp30BTtc7d3r6/NuKX3fc/sxWznqmNGOxFTSrNTRyo6urqGDKQQfUWxFGXqlniqYUVAdFlctqFh6C3XBEIazM44Tpj0k/pMbD+uM24h7SEmzRcry7M4o31abxDdm8tXQfO+FztWoYuGJ5loOfzawhYXkbU0aEEtoPXzF+v7TlDylLWTlld1Om2GS9AzfoONc9pgA8kc4A/wARB+0WwTpe0uKnnjizqk5ayDaWDcL71P0+WMryzMKiqoYahZ33/OF79Bv19bfPHxmFTC0qSVsyDlrezMF1Dy+eKdUxbo/ROUZ1lucxGTLKyKoUfnBTuvvB3GKnFqa8re/Sx2+GPz1l/GU2S5vDXZfJEBE/92i6VkTxU7CwP9euN4nzSLPeEaXNIFKR1UAlCE3K3G4+BwnWmG7RVylR9v12ewuendGOzdDJltVGrhC0ZGoqDp9bHbHuVkfb/wDX/CMdmgvQ1N+nLONMMMNMTZTRZblawXiURBlPLH958uvuws1VfUpMkUupqWE61pyqhlB+8R1v1PxwxcQcH5rLR0mZ0kXPjbvyRKTqUeFh7rYV6uesr6409OgkZ1KctQb/ABxyuDO+PMqHjs+0VMtbWxL9mFWINfx3JH7PnhvdvBQWPjbwwF4Ny6DLciho4HDGNiJyuxMu2q/09AN8HSAFAAAHliqVKjllLs7Mz7OKjPMl4qgyJqiaehkZpacajymS45m3gRfVa/X341fMM4hydJp6tW5L1SxGRbERlggUt42uQLi9r77b4/KWT5rmGSZ1TZnFJKKmlkWVRITcjxBv4EEg+/Gh8c8W0PE1QxoZZpaUhe7rePQzBbgALZzsLgm+2w2vhksCN28FftVzp83zeKrhUpyLxjqVex36+I2v78RRcIflXhemr+YtNJUr/u8WgaAPASSbEk+fhfocRTZlT5bw2ckzLL/aatpEaOKdQTGQPTcMSbEHfqOnXQKCmzvPuz40eY5QaauELxU4dVhv3fs3C/cIv5D82+C7WgpJ7M7yKFpuHs0oo8v5k1DU/b1azd03uAlulhovcXvgE2Q19dUUsYijpqeViBNOSkV73F29egsOvvwY7PaOtq+JKyhiqPyUsML+0whjZyhsqlT1Ibr0Nr2IOPeMY8xp879kzWojaWSn7skLXWxJ0t023vt7/C2Asy2HH69EVR2cZ5TNrT2NgNtPPNz+rjTOzzOsuq+AfyPSOI6yg5iSxMRdiWZtajxXfGUSZ3xVW5a9PHUVE1KkX2rRpqZFvaxYb2vf16+V8T9n6rFWz1RYMKeAnUDfSzd0fhqxTDI0/Ta0r4qBZDUMLltlXqdh/XA6fiMS8waVUXto6k4VoMwNSIQ7XcMVZifLx+W+KbZgsz6oUIVidJbyw1Bs2Xhupat4apWjIV1QxlrX0lSV6fDGUZRFI3avU5eM9rmRDLoZ59XNkFiyFTsQO/tb7u2HvszreZltbT3uY5g49Aw/mpxknMky7tPEu4dM6a59GmIP4McKlkw3camuyDiJaugmaBKyMO4jJAd12JI6dNOPij48r0j01cEM/k47p+Ntvwwf7XKdfyXQVIG6Tsl/Rlv/AA4y95dFsNSezW0C+IsrNRw7R8Q08VoZxplI30te37wtinkmaJRQwxMy8ltpDpLaNzc6ehO+xsSANuuHTJpqeo7GqqkqP8NZSPeJCw/HGV8xoroANjYHEhjT+AkygVRzvMKqKpzBGIpaRe80VjYMV8z4em/Xpo8HHMUE8oqwFhUAEvcSMfEhetvfjIOyfLo8wz6p9qGsikLgHwOtR/PALMHrKXN6+nirasJDPLGgWdtgrEDx9MZS8D1vKH3j6qioOJKfiPhTMKdZK8ETxlQ3fUANdT4MCPDqCQb4TsyzCXN82nzTOnGoqEWOMEBQBsLHfzOFx6uslcGaeaRxsCzlj8PkMeBJnbSzEWNjv0wbV2C3VD7wrxqMsFRTVloqN1AUpHsrKDbYeJB/DF7IJlqqfNK+JW0z1Vgb7kBf82++o9fPGfxUXLY8w3YdN8PfD6LDw1GQG+1mkayn10/w4MY/Vhc249SGSrjpFq41BVnTuA+F9jb4Y+6Y/YwrcgHbAuqPNzAqB1WwHxGCkoMaIi7MBf3YoTHzszq3hzqqph1mptQB/wAh/wDY4ROO1fL+OMwmY3eKpWe49yvhk4EqVHE2XShj9uHjI/R7p2+YwL7WYlHGVcoGzxRfuAfTACaF2qsG4Zi8jOjj5N/PGN1EneG/h4Y1zjaT27s+oKsG4kjhf/yUYxuc/aN77Y3hvT6p82y0dnU+VTVojrTMzpDy2JbcEbgWHzwpEBjFYblADv1INvoMRv1+GJ44ZGpBVpbTFKsRF97tqYbf6WxJjGi9kL6M+qU0aR7GWJPh3k2/HCjm8gmzfMJUI79TM1/QuTi/wlnS5PmlZUOZTK0DQwxpHr1Em+/xUfM4B6ZQoMqMGYElmFr4nLaLcemVA3LrFbSG0uGseh6YI1NdUV09TV1AQSVBBOlAALWsB5W0jpgfBE0lQ2kXCKzHTvsAT9MTqdCoHvGSo2YbMMViQZOx13YncWFtreP8sOkbGDhzLoroCYFc7/pd4nb1PTCLINNOXX85iQN/IDw+OHzNgkUSQq2rloECrYWsLdf/ALh4gYApJwM2tYN3D0B8/XByZtRLemFilY/lhQF0gKRthoCFkHTfzwyAybhyoahzqgk30e1RtfyuwB/A4tdq7M3GdQQNuTF+7ik7rTtCRFJIOYoPLFyL+PuBx52j1HM4uqS7Xblx/ujAYUPNbKJOyLLpDuI6eK489O30xkpa+56nc40+AmXsgXUdlgkIPudsZcxHQeGAzCu/XDJwNJA89RRVNOkyztGw1qCFK6t/1sLL4PcESMufRIOjqb/Df6YlLQ8djhNk9Dl2Zx1sUKwqp+7sN/TE+eyLmGWzUtLGrySgBpmN9Av54MxUQzPNaGhO61MyowvbuXu36t/jbAudY1zOtaFAkEU8nIS+yjUbfIWGOXOy6rQE4FyJYeI/ZK7QzVlJVUsNh95omufTuhh8ce+zczII3lTuGAECw2uPC/vw9dn1NFJnU80kKySU9OvLZkB0Mx6g+BIuPXfCdkkPPyOnV9WtIlHqNvp0x6P4ktnH 11-28 10:27:13.022 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=spotify wrapped 2024,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=spotify wrapped 2024 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 7e2422ec-2868-4a9f-a0e5-bb3ad27bd013 11-28 10:27:13.022 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABXCAMAAADS8ICsAAAAllBMVEV7r9T///99std/tdoAADUAADMAADEAADcADzlhjK/b3eFdh6lQdpcACTdvn8Njj7IAFj3w8fNpl7pLb5A6WXnHytD29/ggOFnT1trh4+azt792qM0uSmoACjwAHUQ/YICprrcmQGEOJ0pSXXJeaHuhprA3RWBrdIUYL1FXf6EuPVqIjpx9hJO8wMcAIkc/TGWWm6YAACub5uAsAAAH8klEQVRogb2aiZKivBaAIQtENIgIAooguICtIv3+L3cDuJAQgf7HuqdqqqaR8HFy1iQo6v9VlP6fg/Lg/v2ht9t/wa2OJw1R7c+8i4b1TD7qM87PMCLhdG7pwd9oCy2f5RSn5WI8bn3C1JttIIBTEonjFoHh+67r+n6wWHWGZnQKoR1bup51XlSO26WIOjYEChM4oz+Py4F7vB5OkY40DdeiaRra5vusXPuvVzKwBxUFQOWcU+1gDOPWBbLiTQOreDG9q4v15Y40jBC18sRx4uVyOWP/Yif0UsIuYy09HGt7Hei8GQngJGHAoB/n/9Qw5S3QsSwNISt3ZlN7A2AloJH6/4ppn5dhQRFG9/KmJ6+xAM4Z8Lrqwbm/lsPBqmFJ5MxspYYoMqm5m+kyoWhrzVv3MA3zly1kuAs9Q8nz4AeQAN1M4oQfDmCuLT7jDJwPP7gHCYXRYEL3fba70tm/8Dr8FAd9uJVefJN2phe1D6eW6IvqgVRf9ePU6HvqMeVKtR93y8n5W+rBNDr0a5dha/YlGNPOTOj29hlnpDQxJYH3n3nwbOHsE26HyVKMnH8UaHrotJDirriYf1G1RgBwKDEkuIOeb8bkqkdqfmbqwRFwRh49QRu3R4kyPNacT2fLOHYqYXXozIpEnbx7eRNLuwm4PQpHWA2cf6MI1ZW1rrGIlcDIc2bzDewxOrQt7HK4TA9HmQ3OrMI1gmCxCFgP4a6Pl8PPlpVD6sWTnrdkPL+FK1Ey0iNhTA5isAa3y50WUc/7wjkhixfO1fJxsGpkiDKRVyGR0zc98Mze8oFbbC1zfLiBBJdd3K0/tTP3fOH20hr+WXJt18Fd0LwHx2jFczLXeJybPAVs0m5zfaCbXlrVrja4yOre2Tu3wLSQ0EKqecEPaYcia1aLxTMQSn3ZUQ52L3HPqh2NE8w3RWBuv/5uZvKBW5Giq0qI+2iVo9Gca9gDjXdMMGPN+4tmNe9W4Y4dlwKKV0QDrgqXrLluiYuX3AAYF2QGGxp9LjMqXG51nuURL5oMRAZ0cDvc14jvAWCYsrYAvrzkifM1MTxZHF9vaLCDqG5740ohDmBaLCwyB++ZbHCdeGHTdFB9YW4Uydxy4X5Fwh3WXTX0SGEz+W40Ge4nEh5ikpxZHse85WNZEOfa+hV2mA+mDXtndYc8K+La2oUmhDgMqxBeCJEPZqSrH9hEr3DfU+Gl65k+/LZpDOdi3i+B2TT1uhBG5yjtlnpWV55r6VMk/ILq9plfwCosDHgXBMu6EKok53HTKJUUDTh5OrmX8o+ZI0kaVzomhvm2/iVNedwkyi1JSWTh7jX3i6+Hulmc4UQTK48FUh4JOQntDlRS0Z7hXog4vJbhBBMr5iOYPBGHj+qJxhKeg6pwj7xxOMINZiZu5tyzRO1KdZU/8hLPq8NdxJ3/pl1nMpl2KssTU0ml8NhvI7X7aLtCglMNZNmS8Eu1mzfOdh3P9HS5Z+La01wsKRXAjKKRntmNO1Q3vOTD5OywPNzTcXEn1inFbBy7k1XwY512QZ5IY3Mytfg17zOr+Cse182ZTvXgbs7Ez+yYIUkjBWe//AUTVy5313SDw6knsbpurGilGmJFWGr+c9BeGu6xyT+lqgilnkRbg8NdBONVeeku6QVamz8nImuceA8H1ok9pFAmpMVjOKNbzR2UidWcxfLbCquUDLbBMC8CndjVhuh7Pqte5YeIXSYISRoJvYBXtGwQUDIZ4LFeJapzQptX4XaoMzUgjCzeFKDg+i4fS8Kdx7FOrMlALV7d1kbdVgw6Gn9hI6x6btpAZ8jK/3Od/+bVuGNXPeYvfNQ+wugtR9y/kAf2+3UYr/GXZo2Qy/oQ/q9uCrwMLEDbP8IprXkNztWSAcO3w+4p2Xb8uukxn4/13YFK6hh3e6h1t/D3smr7mbcNnrhVRPodDaZeh1aFUP86SeDtX2tzHxe9hjdpZ/lfvWUxHO4v3Ixm752HHZbk+ZeAKbX0/eVmCDMaRKRvhcwrV6xa+yrXXkfbzJcJQVhD+f5a7m6ubzDxXfcaDS3MHrQ5qfrf1q5RpvftUQEAFfschylBCNXnMbjaNSKRRcyPg960CdF9lcMxnte/A1dvvSmmPTlXBzLVucx5Ord7NgBetDNBdRxxO35XnI7ZOgW8jKAtG93E/cxSs2R93b8JUEKaPlYmwm7tTSfxmPf9g0A71/dPhxb3ooMflNtfVBCwidTeyV1yKKOReIT1R9Jsj6atZCs5R/C/eY6QW1yZlOBWJP2a9Vg2ugzgLsNbHOOFO72T4Rboe8rV6mW9uIx+Ubmqg9OMHpzfLeydE8e/CLDJvQd3YXWdb4omaTxRRpy9VhlV0vIAr+/s1f8lodkGwiTCiCTLqQk/HS3XxyasXjgpFnoQAM7Ftk87Ndhj4ryBYE4PRnnHGNEijM8Tc/M6kXmIsrGnS8ezENKKlGuuWcOeU729zJOdTro/DPj4BIEpV5t65ZZZqjVnInkSOk5ciRNWHwXQ6qMA/XRdB9xaGoLqM4SrsL6Tye2EaTKtXARMWk3KyliX1/2p0FF9JlMdy+gkv2eXnfvci3IfzTWAm2WB0VXYQP70RYe7xyhdMnPlWPL9yKo+kakOZjrdYL2WhmASEkQunU9IPn+vEly3iCYxuX68Qy4lSuy4QNpJshPQ//HPjam47XazA5IxUxYXcdt/BI5ltNufaWyxcvn4vdAA7tvyP6kuls8ccEoyAAAAAElFTkSuQmCC,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=north carolina tar heels football,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=North Carolina Tar Heels football searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 07b0821c-5e71-45fa-b6b6-e752dcc91d40 11-28 10:27:13.022 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt crossword clues,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=nyt crossword clues searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 05fbcfdf-dcf4-4942-be84-b3ad569bc427 11-28 10:27:13.022 22016 22016 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAE8AbgMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAACAIDBQYHAQT/xAA2EAABAwMCAwUFBgcAAAAAAAABAAIDBAURBiESMUEHE1FhgRQiMnGRFSNCobGyCCc0UmLB0f/EABoBAQADAQEBAAAAAAAAAAAAAAACAwQBBgX/xAAkEQACAgEEAgEFAAAAAAAAAAAAAQIRAxITITEEBUEUUXGBwf/aAAwDAQACEQMRAD8A7iiIgCIiAIi03WfaLZtLRubI8VVXg8MEL25zy3Odt+fzQG5Io+XDtyv07HNobfRUeSeFziZSB0G+B6rJWzt5kZEGXKxiR4aPvIKjHF45BCA7iiwmldVWnVNvZV2qpa8ke/C44kjPg5vP15FZtAEREAREQBERAEREBiNW3OSzabuNxhx3lPTvkYXN4gCBtkZGR6qJ0hrdRXWqr5izvqmQyyuAw3JOcAKY7mh7S1wBB5gjmo1ahoWW/V98paaJrI21j3taxmA0O3AAHIDKjJ0icEm+TXmaUkMeXVG/T3dlZqNMzwDLJmuOOowt2oo+/iBjqYnkfGzOC1fNczE3EJqmvlO/dsYTj1VOt32aXijV0a72e2+8za1t9NZpDBWtlEj3F5azgaQ53Fggubty68lLJcG7HYf5hOe4btt8v74/+rvKvTtGWSp0ERF0iEREAREQBERAFHGodNddQV1ZUz8c5ncJD8IfwjhGzcdAPopHKN2u2yaW13cYCzMU7/aoNti1+T+Tg4eiryJtcFuGST5LsFHIK6JkTWBzYgHPccd5tzcTtkqmlpCTNHIyNw74Oc9u526ZHNp6r4qFk13mMk8rS4DIa1zW7fqVbrJZrPI8QTAjGXt4g702VOl32a21puuDLaek+yNX2r2Wd0YkqGRyGJxHE0vaS35HA2UiQo79ldM3UmvGGfvGx0UXteWY+Nr2cIORy3P0UiFdji0uTJlkpPgIiKwqCIiAIiIAiLHXq+W2x0vtN1q46eP8Icfef5NaNyfkl0djFydJcmRXGP4hLYKqay1MPC2YMmY49XDLC0fuVeou1urqXGDT1N7JHn+pnAc8jybyHrn0XPKusrK69z1VyqJKipnwRJIckgbcI8APAeKq3U+Eb5etz48W7NUr/ZiKe5+wx9zW0bZS3Yd4MqmquP2hGKejpWxtONmDC2ttJDNGC6NpPmq46OGJhc2No8MBR3EVbUurMj2Lz0OndRTPutbFTmppu6a+U8LXPL24bn681IFRRugbNMKVu7nn3vJvUrY7Lre/WCXhpa01EG2aeqJezbw3y30K7updmnD6vL5GOWSHxx+SRaLRdNdp9juwZDXu+zao7ETu+7cfJ/L64W8tcHNDmkEEZBB5q1ST6MGXDkxS0zVM9REXSoLwkAEkgAdSvVpXaxeHWzS8lNFnva8mnB/tbjLj9NvVcbpWW4MUs2SOOPbMBrPtVbA99FpgMmeMtfWvGWA/4D8XzO3zXKq6qrLlVvrLjUS1E7/ikldk/LyHkNlXDTjiAds3yVUkZgO4D2ciscpuXZ7nxPW4fGjwufufKMeiuPjFRCG8Ra9pyx45gqt8QLe8hzjqD0XrWFoDnczyCgnRteJTi4TVpmTtdwicGw1YZFONveOGv8wf9Kiuuwlb3Vuja7feZx9wfLx/RZHR9VRwXMury1jXNAjcWcWH8QI6EjruqdX1dHPdi63EvijjDC5zcZcCc7eqs406vk+FH1aXl7TT0Vd/yzWmRCAOfkukecvkdzcVTgHchfQ5hflw38lbEfFu44aoXfZ9xYYwioQVJFkx8XJZ3TGrLzpmVpoqh0lKD79JKSY3DrgfhPmPzWKaOL4Rhq9DQ84Gw8UTa6IZfFx5Y6ZqyRek9TUWqLaKyi4mPaeGaF/xRu8PMeB6/ULOLh3ZHdHWvUnsJJMFeO7Pk9oJaf3D1XcVsxy1Rs8N7DxPpc7h8do//9k=,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=shaq barrett,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=Shaq Barrett searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 78586c81-3ff5-4cd4-9cea-f639fd79756c 11-28 10:27:13.022 22016 22016 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt strands november 27,input_query=android.app.search.Query@5c3157c,group_id=web415827323,response_id=f4136c4e-05bf-4aca-bd96-b12e2c68f549,support_query_builder=false,} searchAction=nyt strands november 27 searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=2,}ParentID: null targetID: 78eafb77-b441-42ae-bc2c-3ad87374631c 11-28 10:27:13.030 1569 1691 V WindowManager: Sent Transition (#4393) createdAt=11-28 10:27:12.976 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 4393 } 11-28 10:27:13.030 1569 1691 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 11-28 10:27:13.030 1569 1691 V WindowManager: info={id=4393 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[ 11-28 10:27:13.030 1569 1691 V WindowManager: {WCT{RemoteToken{d300578 Task{2b58008 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x406b266 sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:27:13.030 1569 1691 V WindowManager: {WCT{RemoteToken{e6e71ca Task{8b1c328 #48131 type=standard A=10269:org.thoughtcrime.securesms}}} m=CLOSE f=NONE leash=Surface(name=Task=48131)/@0xe0497be sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0 taskParent=-1}, 11-28 10:27:13.030 1569 1691 V WindowManager: {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{a542f31 token=android.os.Binder@f693fd8})/@0xc8f57de sb=Rect(0, 0 - 1008, 2244) eb=Rect(0, 0 - 1008, 2244) d=0} 11-28 10:27:13.030 1569 1691 V WindowManager: ]} 11-28 10:27:13.032 1569 1692 D CoreBackPreview: Window{c1f468f u0 Application Error: org.thoughtcrime.securesms}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.WindowOnBackInvokedDispatcher$OnBackInvokedCallbackWrapper@22538d9, mPriority=0, mIsAnimationCallback=false} 11-28 10:27:13.033 8586 8615 I AiAiEcho: (REDACTED) Predicting[%d]: %s 11-28 10:27:13.033 2046 2065 V WindowManagerShell: animated by com.android.wm.shell.transition.RemoteTransitionHandler@16ed9f3 11-28 10:27:13.034 8586 8615 I AiAiEcho: (REDACTED) EchoTargets: %s 11-28 10:27:13.034 8586 8615 I AiAiEcho: Filtered by AiAi flag check: %s 11-28 10:27:13.035 8586 8615 I AiAiEcho: (REDACTED) #weatherTwiddler: Weather removes SubtitleSupplementalItem in surface: %s 11-28 10:27:13.035 8586 8615 I AiAiEcho: #remoteViewsTwiddler: feature disabled. 11-28 10:27:13.041 8586 8615 I AiAiEcho: (REDACTED) #postPredictionTargets: Sending updates to UISurface %s with targets# %s (types=[%s]) 11-28 10:27:13.042 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#597(BLAST Consumer)597: File name too long 11-28 10:27:13.043 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:322d6c86: onRequestHide at ORIGIN_SERVER reason HIDE_UNSPECIFIED_WINDOW fromUser false 11-28 10:27:13.043 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:322d6c86: onCancelled at PHASE_SERVER_SHOULD_HIDE 11-28 10:27:13.043 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#597(BLAST Consumer)597: File name too long 11-28 10:27:13.045 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3095 11-28 10:27:13.046 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 0, locked = false 11-28 10:27:13.046 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1911 onStartInput(EditorInfo{EditorInfo{packageName=com.google.android.apps.nexuslauncher, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false) 11-28 10:27:13.047 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 1, locked = false 11-28 10:27:13.047 2707 2707 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 11-28 10:27:13.047 1569 2208 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:27:13.049 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#597(BLAST Consumer)597: File name too long 11-28 10:27:13.050 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#597(BLAST Consumer)597: File name too long 11-28 10:27:13.052 538 556 W gralloc4: Unable to set buffer name VRI[securesms]#597(BLAST Consumer)597: File name too long 11-28 10:27:13.101 1569 2208 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:27:13.356 22016 22016 D SsBaseTemplateCard: No text view can be set up 11-28 10:27:13.357 22016 22016 I SsBaseTemplateCard: setFormattedContentDescription: text=41°F, iconDescription=Light rain, contentDescription=Light rain, 41°F 11-28 10:27:13.357 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:27:13.357 22016 22016 D SsBaseTemplateCard: Passed-in item info is null 11-28 10:27:13.357 22016 22016 I SsBaseTemplateCard: Secondary card pane is null 11-28 10:27:13.358 2046 2065 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#4393) android.os.BinderProxy@d05d830@0 11-28 10:27:13.361 1569 1691 V WindowManager: Finish Transition (#4393): created at 11-28 10:27:12.976 collect-started=0.073ms request-sent=0.122ms started=4.541ms ready=6.639ms sent=40.297ms finished=384.455ms 11-28 10:27:13.363 14930 14930 D VRI[RoutingActivity]: visibilityChanged oldVisibility=true newVisibility=false 11-28 10:27:13.364 2046 2065 V WindowManagerShell: Track 0 became idle 11-28 10:27:13.364 2046 2065 V WindowManagerShell: All active transition animations finished 11-28 10:27:13.364 1569 1965 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:27:13.367 1569 1965 W UserManagerService: Requested status bar icon for non-badged user 0 11-28 10:27:13.495 14930 14934 I crime.securesms: Background concurrent mark compact GC freed 80MB AllocSpace bytes, 150(6096KB) LOS objects, 75% free, 23MB/94MB, paused 9.170ms,15.225ms total 625.046ms 11-28 10:27:13.500 14930 14930 D BaseActivity: [MainActivity] onStop() 11-28 10:27:13.503 14930 14930 D CompatChangeReporter: Compat change id reported: 258825825; UID 10269; state: ENABLED 11-28 10:27:13.504 14930 14930 D LoggingFragment: [ConversationListFragmen] onStop() 11-28 10:27:13.511 14930 14930 D BaseActivity: [MainActivity] onDestroy() 11-28 10:27:13.532 14930 14930 D LoggingFragment: [ConversationListFragmen] onDestroy() 11-28 10:27:13.535 14930 14930 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@c51ab18 11-28 10:27:13.535 1569 1965 D CoreBackPreview: Window{ee7d9f7 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}: Setting back callback null 11-28 10:27:13.539 1569 2036 W InputManager-JNI: Input channel object 'ee7d9f7 org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity (client)' was disposed without first being removed with the input manager! 11-28 10:27:13.557 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48131 11-28 10:27:13.557 22016 22016 I TopTaskTracker: onTaskRemoved: taskId=48131 11-28 10:27:13.560 14930 14930 I ExoPlayerImpl: Release f48ee3a [AndroidXMedia3/1.3.1] [husky, Pixel 8 Pro, Google, 35] [media3.common, media3.exoplayer, media3.decoder, media3.session] 11-28 10:27:13.562 1569 3601 I MediaSessionStack: removeSession | record: org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) 11-28 10:27:13.562 1569 3601 D MediaSessionService: destroySessionLocked: record=org.thoughtcrime.securesms/androidx.media3.session.id.VoiceNotePlayback/343 (userId=0) 11-28 10:27:13.569 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:13.572 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:13.574 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:13.575 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:13.576 29335 29335 I Dtdi : (REDACTED) [MediaControllerFilter] packageName=%s resolved=%s 11-28 10:27:13.582 2163 2163 I bluetooth: system/btif/avrcp/avrcp_service.cc:537 SendMediaUpdate: track_changed=false : play_state=true : queue=false 11-28 10:27:13.590 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:13.598 2163 2163 E MediaControlProfile: onCurrentPlayerStateUpdated: base actions not supported, player actions= 2e2bb3, expected at least= 7f 11-28 10:27:13.598 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:27:13.598 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:27:13.598 2163 2163 W MediaControlGattService: Feature PLAYBACK_SPEED(BIT 8) support: true 11-28 10:27:13.598 2163 2163 W MediaControlGattService: Feature TRACK_POSITION(BIT 7) support: true 11-28 10:27:13.598 2163 2163 W MediaControlGattService: Feature TRACK_POSITION_NOTIFY support: true 11-28 10:27:13.598 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:13.598 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:13.599 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:27:13.601 2163 2163 I AdapterProperties: getBondedDevices: length=20 11-28 10:27:13.601 2163 2163 E BluetoothMcpService: MCS access not permited 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature PLAYER_NAME(BIT 1) support: true 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature MEDIA_CONTROL_POINT_OPCODES_SUPPORTED(BIT 19) support: true 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature MEDIA_STATE(BIT 17) support: true 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:27:13.601 2163 2163 W MediaControlGattService: Feature SEEKING_SPEED(BIT 9) support: true 11-28 10:27:13.633 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:13.681 14930 14930 I ApplicationContext: App is no longer visible. 11-28 10:27:13.682 14930 14930 D DeadlockDetector: Ending deadlock monitoring. 11-28 10:27:13.682 14930 14930 D MemoryTracker: Ending memory monitoring. 11-28 10:27:14.015 1569 1875 D HintManagerService: Starts cleaning for 10269 11-28 10:27:14.425 868 908 D CHRE : @ 415830.852: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 8 11-28 10:27:14.467 1762 1765 I pixel-thermal: VIRTUAL-SKIN:32.2262 raw data: VIRTUAL-SKIN:32226.2 VIRTUAL-SKIN-SUB-0:31323.2 VIRTUAL-SKIN-SUB-1:28653.2 VIRTUAL-SKIN-SUB-10:30836 VIRTUAL-SKIN-SUB-2:30123.3 VIRTUAL-SKIN-SUB-3:29664 VIRTUAL-SKIN-SUB-4:29870.4 VIRTUAL-SKIN-SUB-5:31071 VIRTUAL-SKIN-SUB-6:29315.9 VIRTUAL-SKIN-SUB-7:32226.2 VIRTUAL-SKIN-SUB-8:31805.1 VIRTUAL-SKIN-SUB-9:32185.1 battery:30500 cam_therm:30592 charge_therm:36781 disp_therm:32596 neutral_therm:35000 north_therm:30014 quiet_therm:30859 soc_therm:35556 usb_pwr_therm:32017 11-28 10:27:14.475 1762 1765 I pixel-thermal: disp_therm:32.596 raw data: disp_therm:32596 11-28 10:27:14.475 1762 1765 I pixel-thermal: cellular-emergency:32.2262 raw data: VIRTUAL-SKIN:32226.2 cellular-emergency:32226.2 11-28 10:27:14.476 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-PERSIST:31.8051 raw data: VIRTUAL-SKIN-CHARGE:31805.1 VIRTUAL-SKIN-CHARGE-PERSIST:31805.1 VIRTUAL-SKIN-CHARGE-SUB-0:31213.4 VIRTUAL-SKIN-CHARGE-SUB-1:30907.3 VIRTUAL-SKIN-CHARGE-SUB-2:30072.3 VIRTUAL-SKIN-CHARGE-SUB-3:31805.1 battery:30500 cam_therm:30592 charge_therm:36781 disp_therm:32596 neutral_therm:35000 north_therm:30014 quiet_therm:30859 soc_therm:35556 usb_pwr_therm:32017 11-28 10:27:14.476 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SOC:32.2262 raw data: VIRTUAL-SKIN:32226.2 VIRTUAL-SKIN-SOC:32226.2 11-28 10:27:14.477 1762 1765 I pixel-thermal: VIRTUAL-SKIN-SPEAKER:28.4246 raw data: VIRTUAL-SKIN-SPEAKER:28424.5 VIRTUAL-SKIN-SPEAKER-SUB-0:25205.9 VIRTUAL-SKIN-SPEAKER-SUB-1:28241.2 VIRTUAL-SKIN-SPEAKER-SUB-2:28424.5 battery:30500 cam_therm:30592 charge_therm:36781 disp_therm:32596 neutral_therm:35000 north_therm:30014 quiet_therm:30859 soc_therm:35556 usb_pwr_therm:32017 11-28 10:27:14.477 1762 1765 I pixel-thermal: VIRTUAL-SKIN-HINT:32.2262 raw data: VIRTUAL-SKIN:32226.2 VIRTUAL-SKIN-HINT:32226.2 11-28 10:27:14.477 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-HIGH:32.2262 raw data: VIRTUAL-SKIN:32226.2 VIRTUAL-SKIN-CPU-HIGH:32226.2 11-28 10:27:14.477 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-LIGHT-ODPM:32.2262 raw data: VIRTUAL-SKIN:32226.2 VIRTUAL-SKIN-CPU-LIGHT-ODPM:32226.2 11-28 10:27:14.477 1762 1765 I pixel-thermal: VIRTUAL-SKIN-GPU:32.2262 raw data: VIRTUAL-SKIN:32226.2 VIRTUAL-SKIN-GPU:32226.2 11-28 10:27:14.478 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CPU-MID:32.2262 raw data: VIRTUAL-SKIN:32226.2 VIRTUAL-SKIN-CPU-MID:32226.2 11-28 10:27:14.478 1762 1765 I pixel-thermal: VIRTUAL-SKIN-CHARGE-WIRED:31.8051 raw data: IS_WLC:0 VIRTUAL-SKIN-CHARGE:31805.1 VIRTUAL-SKIN-CHARGE-WIRED:31805.1 thb_hda:0 11-28 10:27:14.490 1569 1692 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@6628352 11-28 10:27:14.490 1569 1692 D CoreBackPreview: Window{c1f468f u0 Application Error: org.thoughtcrime.securesms}: Setting back callback null 11-28 10:27:14.490 1569 3132 I ActivityManager: Killing 14930:org.thoughtcrime.securesms/u0a269 (adj 905): crash 11-28 10:27:14.490 2149 2164 I deeptouch: I0000 00:00:1732786034.489343 2164 tf_lite_classifier.cc:413] Event stream classified as kNone 11-28 10:27:14.491 868 908 D CHRE : @ 415830.922: Parsed nanoapp message from host: app ID 0x476f6f676c00103b endpoint 0x8005 msgType 1 payload size 6 11-28 10:27:14.491 21735 21762 I ewfc : (REDACTED) appOpsListener %s %s 11-28 10:27:14.492 21735 21762 I ewfc : (REDACTED) Ignoring irrelevant audio permission changes for package %s 11-28 10:27:14.492 21735 21762 I ewfc : (REDACTED) appOpsListener %s %s 11-28 10:27:14.492 21735 21762 I ewfc : (REDACTED) Ignoring irrelevant audio permission changes for package %s 11-28 10:27:14.499 1569 11453 D HWUI : endAllActiveAnimators on 0xb4000070702c1420 (RippleDrawable) with handle 0xb4000071f047b870 11-28 10:27:14.501 1569 1692 W InputManager-JNI: Input channel object 'c1f468f Application Error: org.thoughtcrime.securesms (client)' was disposed without first being removed with the input manager! 11-28 10:27:14.511 3297 3833 D ForegroundUtils: UID: 10269 deleted. 11-28 10:27:14.511 1569 1692 D DisplayManagerService: Drop pending events for gone uid 10269 11-28 10:27:14.511 1569 1691 D HintManagerService: Uid gone for 10269 11-28 10:27:14.516 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:27:14.516 1569 1695 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 11-28 10:27:14.519 1569 1946 D InetDiagMessage: Destroyed 2 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:27:14.519 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10269} in 7ms 11-28 10:27:14.521 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:27:14.522 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:27:14.522 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={20269} in 2ms 11-28 10:27:14.534 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:34b40963: onRequestHide at ORIGIN_SERVER reason HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR fromUser false 11-28 10:27:14.535 1569 1898 I ImeTracker: com.google.android.apps.nexuslauncher:34b40963: onCancelled at PHASE_SERVER_SHOULD_HIDE 11-28 10:27:14.536 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3095 11-28 10:27:14.537 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 0, locked = false 11-28 10:27:14.537 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1911 onStartInput(EditorInfo{EditorInfo{packageName=com.google.android.apps.nexuslauncher, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false) 11-28 10:27:14.538 2707 2707 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2167 repeatCheckTimes = 1, locked = false 11-28 10:27:14.538 2707 2707 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 11-28 10:27:14.538 1569 3601 W PackageConfigPersister: App-specific configuration not found for packageName: com.google.android.apps.nexuslauncher and userId: 0 11-28 10:27:14.638 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:14.660 2298 2298 I SHANNON_IMS: 0903 [PROX] Received onSignalStrengthsChanged [CellSignalStrengthLte: rssi=-69 rsrp=-96 rsrq=-9 rssnr=16 cqiTableIndex=1 cqi=15 ta=4 level=4 parametersUseForLevel=0] [SLID:0 APM:false] (ImsConnectivityProxyListener$ImsPhoneStateListener%onSignalStrengthsChanged:413) 11-28 10:27:14.666 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:14.667 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:27:14.681 1569 3132 V ActivityManager: Got obituary of 14930:org.thoughtcrime.securesms 11-28 10:27:14.683 1569 1695 W ActivityManager: setHasOverlayUi called on unknown pid: 14930 11-28 10:27:14.684 1569 1946 D ConnectivityService: releasing NetworkRequest [ REQUEST id=36683, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] (release request) 11-28 10:27:14.685 1569 1946 D ConnectivityService: releasing NetworkRequest [ REQUEST id=36681, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED Uid: 10269 RequestorUid: 10269 RequestorPkg: org.thoughtcrime.securesms UnderlyingNetworks: Null] ] (release request) 11-28 10:27:14.685 1569 1716 I libprocessgroup: Removed cgroup /sys/fs/cgroup/uid_10269/pid_14930 11-28 10:27:14.687 846 846 I Zygote : Process 14930 exited due to signal 9 (Killed) 11-28 10:27:14.975 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:14.978 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:14.979 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:14.982 1060 1085 D RILClient: [OemClient]IND: (clientId = 0, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:27:14.982 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2016, dataLength = 996, channel = 1) 11-28 10:27:14.983 14325 14987 D RILClient: [OemClient]IND: (clientId = 15, msgId = 2015, dataLength = 148, channel = 1) 11-28 10:27:14.985 2298 2298 I SHANNON_IMS: 0905 [DATA] Received mCellStatus [ 1 ] [ band : 0] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:27:14.986 2298 2298 I SHANNON_IMS: 0906 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 3 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:27:14.989 2298 2298 I SHANNON_IMS: 0909 [DATA] Received mCellStatus [ 0 ] [ band : 3] (RilIndImsPhysicalChannelConfigs%update:44) 11-28 10:27:14.990 2298 2298 I SHANNON_IMS: 0910 [NETW] #:PURP:# UNSOL {RILC_UNSOL_PHYSICAL_CHANNEL_CONFIGS} : band : 0 (NetworkAdaptor$AdaptorChannel%onMessage:306) 11-28 10:27:15.005 927 3169 I WifiHAL : found interface wlan0 11-28 10:27:15.016 927 3169 I WifiHAL : Setting Channel Avoidance success 11-28 10:27:15.030 2720 2720 D QnsTelephonyListener_1: onBarringInfoChanged voiceBarringByFactor:false emergencyBarringFactorfalse 11-28 10:27:15.229 1093 1093 W TracingMuxer: type=1400 audit(0.0:42702): avc: denied { write } for name="traced_producer" dev="tmpfs" ino=1261 scontext=u:r:gxp_logging:s0 tcontext=u:object_r:traced_producer_socket:s0 tclass=sock_file permissive=0 11-28 10:27:15.366 1569 1646 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.368 2298 2298 I SHANNON_IMS: 0914 [PROX] Received onSignalStrengthsChanged [CellSignalStrengthLte: rssi=-79 rsrp=-108 rsrq=-9 rssnr=9 cqiTableIndex=1 cqi=11 ta=0 level=3 parametersUseForLevel=0] [SLID:1 APM:false] (ImsConnectivityProxyListener$ImsPhoneStateListener%onSignalStrengthsChanged:413) 11-28 10:27:15.389 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.389 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:15.389 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.390 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.390 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.390 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.390 4121 9389 I Tycho.VoiceLibrary: Ignore cellStateChanged, because there is a wifi connection. 11-28 10:27:15.390 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.390 4121 4167 I Tycho.VoiceLibrary: CellMonitor(16).: onCapabilities changed for network: NetId: 447, Capabilities: [ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=9861Kbps LinkDnBandwidth>=12421Kbps Specifier: SubscriptionIds: {16} UnderlyingNetworks: Null] capabilities: [ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=9861Kbps LinkDnBandwidth>=12421Kbps Specifier: SubscriptionIds: {16} UnderlyingNetworks: Null] 11-28 10:27:15.634 927 3169 I WifiHAL : Creating message to get link statistics; iface = 47 11-28 10:27:15.682 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:15.729 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:15.808 927 3169 E IPCThreadState: binder thread pool (1 threads) starved for 174 ms 11-28 10:27:15.867 2584 3074 D IwlanNetworkService: onCapabilitiesChanged: 446 11-28 10:27:15.867 2584 2806 D IwlanDataService: onCapabilitiesChanged: 446 [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: , Provider friendly name: , Requesting package name: "SchoenhausVH3.OGli"wpa2-pskMLO Information: , Is TID-To-Link negotiation supported by the AP: false, AP MLD Address: , AP MLO Link Id: , AP MLO Affiliated links: , Vendor Data: > SignalStrength: -66 AdminUids: [10111] SSID: "SchoenhausVH3.OGli" UnderlyingNetworks: Null] 11-28 10:27:15.867 2584 2806 D IwlanDataService: Network 446 connected using transport WIFI 11-28 10:27:15.871 2720 3083 D IwlanNetworkStatusTracker: onCapabilitiesChanged: 446 11-28 10:27:15.871 2720 3083 D IwlanNetworkStatusTracker: OnCapability : Wifi Available already true and validation status unchanged 11-28 10:27:15.878 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.878 31615 31724 I WifiSignalInfo: onCapabilitiesChanged: rssi:-66 11-28 10:27:15.879 4121 4121 I Tycho.VoiceLibrary: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 72%, link speed: 351Mbps, sunspot type: 0) -> (is connected: true, signal level: 74%, link speed: 390Mbps, sunspot type: 0) 11-28 10:27:15.880 2298 5418 W SHANNON_IMS: 0918 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:15.880 4121 4121 I Tycho.VoiceLibrary: Skip the config reloading on wifi_state_change because it's using local profile and enableConfigReloadForLocalProfile is disabled. 11-28 10:27:15.880 2298 5418 I SHANNON_IMS: 0919 [CONN] network:446 WIFI connected, subId: -1 [SLID:0] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:15.881 4121 4121 I Tycho.VoiceLibrary: ImsRegistrationNetworkSelector.onWifiStateChanged 11-28 10:27:15.882 2298 6069 W SHANNON_IMS: 0920 [CONN] NetworkSpecifier and TransportInfo are not valid (DefaultNetworkCallback%updateSubscriptionId:90) 11-28 10:27:15.882 2298 6069 I SHANNON_IMS: 0921 [CONN] network:446 WIFI connected, subId: -1 [SLID:1] (DefaultNetworkCallback%onCapabilitiesChanged:72) 11-28 10:27:15.884 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.884 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.886 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.886 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.887 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.887 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.887 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.891 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:15.891 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:15.891 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:15.891 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:15.891 1569 1980 W JobScheduler.JobStatus: Exempted app com.whoop.android considered buggy 11-28 10:27:15.900 2400 4204 D TrafficStats: tagSocket(138) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.900 12081 12194 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.901 2274 4225 D SHANNON_RCS: 1282 [0][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:15.901 2274 4225 D SHANNON_RCS: 1283 [1][PROX][TELE] onCapabilitiesChanged, Network: 420, NetworkCapabilities: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] (DefaultNetworkCallback%onCapabilitiesChanged:76) 11-28 10:27:15.903 2707 3239 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.904 5708 5791 D TrafficStats: tagSocket(176) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.905 4121 4167 I Tycho.VoiceLibrary: VpnMonitor.NetworkCallback.onCapabilitiesChanged 11-28 10:27:15.907 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.907 2992 23362 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.907 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.910 3283 4066 I BugleRcsEngine: Connected state: [1], networkType: [WIFI] [CONTEXT thread_id=54 ] 11-28 10:27:15.911 3283 4717 I BugleRcsEngine: handleMessage processing message:[NOTIFY_UPTIME_IGNORE_STATE_CHANGED] with [non-null]:RcsEngineImpl reference [CONTEXT log_prefix="RcsEngineImpl[DUAL_REG]:[520d16d4-cc17]>Handler" thread_id=61 ] 11-28 10:27:15.912 4392 4392 D TrafficStats: tagSocket(256) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.913 19760 19760 D TrafficStats: tagSocket(397) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.913 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.913 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.913 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.913 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.914 23918 26148 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.915 19760 19859 D WM-NetworkStateTracker: Network capabilities changed: [ Transports: WIFI|VPN Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&NOT_BANDWIDTH_CONSTRAINED LinkUpBandwidth>=31464Kbps LinkDnBandwidth>=44472Kbps TransportInfo: UnderlyingNetworks: Null] 11-28 10:27:15.915 26444 26914 D TrafficStats: tagSocket(122) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.916 19760 19870 D TrafficStats: tagSocket(366) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.916 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.917 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.917 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.917 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.917 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.917 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.918 4392 9184 D TrafficStats: tagSocket(256) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.918 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.918 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.918 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.919 27288 27326 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.919 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.919 29335 29817 D TrafficStats: tagSocket(107) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.919 1569 1946 W IPCThreadState: Sending oneway calls to frozen process. 11-28 10:27:15.920 6853 6893 D TrafficStats: tagSocket(135) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:15.921 29335 29401 I NearbyMediums: WifiNetwork defaultNetworkCallback onCapabilitiesChanged network:420 [ WIFI VPN ] isNonBypassable:true 11-28 10:27:15.921 29335 30090 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl 11-28 10:27:15.921 29335 30090 W .gms.persistent: Large reply transaction of 1056768 bytes, interface descriptor , code 1 11-28 10:27:15.921 4121 4121 I Tycho.VoiceLibrary: onVpnStateChange: VpnState{connected=true, pingLatencies=[], estimatedBandwidthBps=-1, pingTotalTimeMillis=-1, pingResultGeneratedTimeMillis=-1} 11-28 10:27:15.923 4121 4121 I VoiceLibrary: [2] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:15.923 3283 4717 I BugleRcsEngine: Cannot use CS.apk as it's battery optimized [CONTEXT thread_id=61 ] 11-28 10:27:15.923 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:15.929 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:15.930 1569 1946 D ConnectivityService: NetReassign [no changes] [c 2] [a 2] [i 5] 11-28 10:27:15.930 6449 6449 I Wildlife_WildlifeVpnReceiver: ACTION_WIFI_STATE_CHANGED 11-28 10:27:15.936 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:15.937 3283 4717 I BugleRcsEngine: Rcs is enabled from user settings: true [CONTEXT log_prefix="ProvisioningEngineDataRetriever" thread_id=61 ] 11-28 10:27:15.939 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:15.939 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:15.939 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:15.940 845 992 E Netd : uid 10176 can't select networks other than 420. 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: Failed to bind socket to 1(wlan0), duration 2ms 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: java.net.SocketException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:442) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:409) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at pvp.g(PG:81) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at ppu.r(PG:151) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at pqc.q(PG:33) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at pqc.m(PG:19) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at ppv.doInBackground(PG:241) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at android.os.AsyncTask$3.call(AsyncTask.java:394) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.FutureTask.run(FutureTask.java:264) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at java.lang.Thread.run(Thread.java:1012) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: Caused by: android.system.ErrnoException: Binding socket to network 446 failed: EPERM (Operation not permitted) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: at android.net.Network.bindSocket(Network.java:441) 11-28 10:27:15.941 4121 9389 W Tycho.VoiceLibrary: ... 11 more 11-28 10:27:15.941 4121 9389 I Tycho.VoiceLibrary: Can not bind to WiFi network 11-28 10:27:15.942 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:15.944 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:15.944 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:15.945 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:15.946 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:15.946 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:15.948 4121 9389 I Tycho.VoiceLibrary: No enough registration credit for network 17 11-28 10:27:15.948 4121 9389 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:15.949 6449 6449 I Wildlife_WildlifeVpnManagerImpl: toggleVpnByFeaturePreferences, 69, 1, 69, 1 11-28 10:27:15.949 6449 6449 I Wildlife_WildlifeVpnManagerImpl: handleFirstTimePromptNotification() Same network. Ignored. 11-28 10:27:15.950 6449 6449 I Wildlife_WildlifeVpnManagerImpl: restoreSettingsFromBackupIfNecessary() false, false, false 11-28 10:27:15.952 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:15.955 4121 9389 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:15.956 4121 9389 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:15.959 4121 9389 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:15.959 4121 9389 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:15.959 4121 9389 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:15.960 4121 9389 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:15.961 4121 9389 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:15.961 4121 9389 I Tycho.VoiceLibrary: Find the network 17 that has enough registration credit, restart registration 11-28 10:27:15.962 4121 9389 I VoiceLibrary: [7388] qee.k: (MMTel): : Restarting the IMS connection manager, reason: CONNECTIVITY_CHANGE 11-28 10:27:15.962 4121 9389 I VoiceLibrary: [7388] qee.o: (MMTel): : Schedule to stop IMS connection, reason: CONNECTIVITY_CHANGE 11-28 10:27:15.962 4121 9389 I VoiceLibrary: [7388] qea.a: (MMTel): : Cancelling pending registration 11-28 10:27:15.963 4121 9389 I Tycho.VoiceLibrary: ResetRetryCounter at TerminationReason: CONNECTIVITY_CHANGE. 11-28 10:27:15.963 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=-1ms what=3 obj=qdw@bb3ec95 target=qea } 11-28 10:27:15.963 4121 4177 W VoiceLibrary: [80] qdw.run: (MMTel): : Current network interface is null 11-28 10:27:15.963 4121 9389 I VoiceLibrary: [7388] qei.: (MMTel): : Created RegistrationRunnable with ID b673ac93-8890-4a63-a4e8-c88de35d76a9 11-28 10:27:15.964 4121 9389 I VoiceLibrary: [7388] qea.b: (MMTel): : Scheduling registration b673ac93-8890-4a63-a4e8-c88de35d76a9 in 0 ms 11-28 10:27:15.964 4121 4177 I VoiceLibrary: [80] qea.handleMessage: (MMTel): : Handling message { when=0 what=1 obj=b673ac93-8890-4a63-a4e8-c88de35d76a9 target=qea } 11-28 10:27:15.964 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Registration runnable b673ac93-8890-4a63-a4e8-c88de35d76a9 start 11-28 10:27:15.964 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : Perform registration 11-28 10:27:15.966 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[15-chars] 11-28 10:27:15.967 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:15.970 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:15.974 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:15.975 4121 4177 I VoiceLibrary: [80] qdc.j: (MMTel): [VPN]: Set IP address (tun0, ipv4): redacted-pii:ip_address[8-chars] 11-28 10:27:15.977 4121 4177 I Tycho.VoiceLibrary: getPreferredImsRegistrationNetwork 11-28 10:27:15.981 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:15.981 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:15.984 4121 4177 I Tycho.VoiceLibrary: Entering scorenetworkselector 11-28 10:27:15.985 4121 4177 I Tycho.VoiceLibrary: Not allowing IMS over mobile, because carrierId is not allowed, carrierId = 1662 11-28 10:27:15.987 4121 4177 D TrafficStats: tagSocket(-1) with statsTag=0x3, statsUid=-1 11-28 10:27:15.987 4121 4177 I TrafficStats: tagSocketFd(-1, 3, -1) failed with errno-9 11-28 10:27:15.987 4121 4177 D TrafficStats: tagSocket(147) with statsTag=0x3, statsUid=-1 11-28 10:27:15.989 4121 4177 I Tycho.VoiceLibrary: Network 17(tun0) is bindable, duration 2ms 11-28 10:27:15.989 4121 4177 I Tycho.VoiceLibrary: VPN can be used for registration 11-28 10:27:15.989 4121 4177 I Tycho.VoiceLibrary: Performing credit check on IMS Registration Network Interfaces 11-28 10:27:15.989 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:15.990 4121 4177 W Tycho.VoiceLibrary: Error: selected network interface without enough registration credit, type: 17 11-28 10:27:15.991 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Shutting down current network interface, reason : NETWORK_UNAVAILABLE 11-28 10:27:15.991 4121 4177 I VoiceLibrary: [80] qee.l: (MMTel): : Done shutting down current network interface 11-28 10:27:15.991 4121 4177 W VoiceLibrary: [80] qei.run: (MMTel): : Could not select any usable network interface 11-28 10:27:15.991 4121 4177 I Tycho.VoiceLibrary: No network available for registration, schedule a registration with delay 5000 11-28 10:27:15.991 4121 4177 I VoiceLibrary: [80] qei.: (MMTel): : Created RegistrationRunnable with ID 4c845b86-8b39-4f45-bb3b-a636ad281358 11-28 10:27:15.991 4121 4177 I VoiceLibrary: [80] qea.b: (MMTel): : Scheduling registration 4c845b86-8b39-4f45-bb3b-a636ad281358 in 5000 ms 11-28 10:27:15.991 4121 4177 I VoiceLibrary: [80] qei.run: (MMTel): : No network available, aborting registration b673ac93-8890-4a63-a4e8-c88de35d76a9 11-28 10:27:15.991 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:15.999 2339 2713 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:16.001 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:16.009 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:16.013 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:16.017 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.023 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.026 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:16.032 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.038 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.047 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.052 4121 4161 I Tycho.VoiceLibrary: Multisim is enabled, log all cell states! 11-28 10:27:16.055 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:16.064 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:16.065 4121 4161 W Tycho.VoiceLibrary: Voice cell state is null, subInfo [SubscriptionInfo: id=16 iccId= simSlotIndex=1 portIndex=0 isEmbedded=true carrierId=1662 displayName=Play carrierName=vodafone.de isOpportunistic=false groupUuid=null groupOwner= isGroupDisabled=false displayNameSource=CARRIER iconTint=-9033797 number= dataRoaming=1 mcc=260 mnc=06 ehplmns=[] hplmns=[] cardString= cardId=0 nativeAccessRules=[cert: 0361DD850DD3AB65D92DF4189A26413DA53AFFAA318F7DAD914794ADA2C9B409 pkg: null access: 1] carrierConfigAccessRules=null countryIso=pl profileClass=2 mType=LOCAL_SIM areUiccApplicationsEnabled=true usageSetting=DEFAULT isOnlyNonTerrestrialNetwork=false serviceCapabilities=[1, 2, 3] transferStatus=0] 11-28 10:27:16.077 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfo:16 11-28 10:27:16.083 4121 4161 I Tycho.VoiceLibrary: extra IMS wait timeout millis: 0 11-28 10:27:16.089 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.098 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.101 4121 4161 I Tycho.VoiceLibrary: Current network country is: DE 11-28 10:27:16.108 2339 2541 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.116 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.126 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.136 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.145 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.155 2339 2711 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.google.android.apps.tycho:getActiveSubscriptionInfoList:16 11-28 10:27:16.370 1569 1873 D ActivityManager: freezing 6853 com.google.android.apps.youtube.music 11-28 10:27:16.381 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 11-28 10:27:16.384 1569 1946 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 11-28 10:27:16.384 1569 1946 D InetDiagMessage: Destroyed live tcp sockets for uids={10205} in 9ms 11-28 10:27:16.567 29335 14925 I AlarmManager: setExactAndAllowWhileIdle [name: GCM_HB_ALARM type: 2 triggerAtMillis: 417560881] 11-28 10:27:16.591 29335 14919 I AlarmManager: setExactAndAllowWhileIdle [name: FcmRetry type: 2 triggerAtMillis: 415950899] 11-28 10:27:16.611 1569 1706 D ActivityManager: sync unfroze 422 com.google.android.apps.photos for 3 11-28 10:27:16.647 422 508 D TrafficStats: tagSocket(169) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:16.664 422 508 D TrafficStats: tagSocket(169) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:16.667 422 508 D TrafficStats: tagSocket(169) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:16.672 422 508 D TrafficStats: tagSocket(169) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:16.677 422 508 D TrafficStats: tagSocket(169) with statsTag=0xffffffff, statsUid=-1 11-28 10:27:16.736 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:16.762 2163 2488 I avrcp : system/profile/avrcp/connection_handler.cc:604 SendMessage: SendMessage to handle=0x1 11-28 10:27:16.829 29335 29353 I ActiveUnlock: (REDACTED) StorageMediator database state changed from %s to %s 11-28 10:27:16.830 29335 29353 I ActiveUnlock: (REDACTED) StorageMediator database state changed from %s to %s