tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.49k stars 389 forks source link

v25 crashes on launch #4416

Closed sersorrel closed 6 months ago

sersorrel commented 6 months ago

Detailed description

Simple as the title: since the update to v25, Tusky crashes immediately on launch, with a "Tusky has stopped" dialog. Sometimes I see my timeline for a few frames before it exits.

Relevant-looking bits of adb logcat:

05-04 09:40:19.739 17097 17137 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-2
05-04 09:40:19.739 17097 17137 E AndroidRuntime: Process: com.keylesspalace.tusky, PID: 17097
05-04 09:40:19.739 17097 17137 E AndroidRuntime: class e2.z: Failed to load resource
05-04 09:40:19.739 17097 17137 E AndroidRuntime: There was 1 root cause:
05-04 09:40:19.739 17097 17137 E AndroidRuntime: java.net.UnknownHostException(Unable to resolve host "av-cdn.bsky.app": No address associated with hostname)
05-04 09:40:19.739 17097 17137 E AndroidRuntime:  call GlideException#logRootCauses(String) for more detail
05-04 09:40:19.739 17097 17137 E AndroidRuntime:   Cause (1 of 1): class e2.z: Fetching data failed, class java.io.InputStream, REMOTE
05-04 09:40:19.739 17097 17137 E AndroidRuntime: There was 1 root cause:
05-04 09:40:19.739 17097 17137 E AndroidRuntime: java.net.UnknownHostException(Unable to resolve host "av-cdn.bsky.app": No address associated with hostname)
05-04 09:40:19.739 17097 17137 E AndroidRuntime:  call GlideException#logRootCauses(String) for more detail
05-04 09:40:19.739 17097 17137 E AndroidRuntime:     Cause (1 of 1): class e2.z: Fetch failed
05-04 09:40:19.739 17097 17137 E AndroidRuntime: There was 1 root cause:
05-04 09:40:19.739 17097 17137 E AndroidRuntime: java.net.UnknownHostException(Unable to resolve host "av-cdn.bsky.app": No address associated with hostname)
05-04 09:40:19.739 17097 17137 E AndroidRuntime:  call GlideException#logRootCauses(String) for more detail
05-04 09:40:19.739 17097 17137 E AndroidRuntime:       Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "av-cdn.bsky.app": No address associated with hostname

This also looks somewhat dubious (related to https://github.com/firebase/firebase-android-sdk/issues/361?):

05-04 09:40:19.173  1603  1882 I ActivityManager: Start proc 17097:com.keylesspalace.tusky/u0a258 for next-top-activity {com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity}
05-04 09:40:19.183 21037 16989 W NetworkScheduler: Error inserting flex_time=6000 job_id=-1 period=14000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=241616000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1714812019182 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0 [CONTEXT service_id=218 ]
05-04 09:40:19.183 21037 16989 W NetworkScheduler: android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:971)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:814)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1976)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at android.database.sqlite.SQLiteDatabase.insertOrThrow(SQLiteDatabase.java:1870)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at cyix.d(:com.google.android.gms@241616038@24.16.16 (190400-629452829):735)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at cygp.n(:com.google.android.gms@241616038@24.16.16 (190400-629452829):29)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at cygp.u(:com.google.android.gms@241616038@24.16.16 (190400-629452829):360)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at cygp.h(:com.google.android.gms@241616038@24.16.16 (190400-629452829):51)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at cybs.run(:com.google.android.gms@241616038@24.16.16 (190400-629452829):72)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at amic.c(:com.google.android.gms@241616038@24.16.16 (190400-629452829):50)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at amic.run(:com.google.android.gms@241616038@24.16.16 (190400-629452829):97)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at amns.run(:com.google.android.gms@241616038@24.16.16 (190400-629452829):8)
05-04 09:40:19.183 21037 16989 W NetworkScheduler:  at java.lang.Thread.run(Thread.java:1012)

Steps to reproduce the problem

  1. Open Tusky

Debug information

connyduck commented 6 months ago

Thanks, but these both don't look relevant. Are you sure there isn't more?

sersorrel commented 6 months ago

Here's the full output of adb logcat from a moment before launching Tusky to a moment after the "Tusky keeps stopping" message appeared:

05-04 13:37:54.175 21037 30088 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-04 13:37:54.179 21037 30088 W Conscrypt:     at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@241616038@24.16.16 (190400-629452829):219)
05-04 13:37:54.179 21037 30088 W Conscrypt:     at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@241616038@24.16.16 (190400-629452829):4)
05-04 13:37:54.208 21037 30088 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-04 13:37:54.208 21037 30088 W Conscrypt:     at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@241616038@24.16.16 (190400-629452829):219)
05-04 13:37:54.208 21037 30088 W Conscrypt:     at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@241616038@24.16.16 (190400-629452829):4)
05-04 13:37:54.472 21037 30087 I GCoreUlr: Batch Location Update succeeded for account account#-12#
05-04 13:37:54.549 21037 29699 I NearbyMediums: Process on lost ble advertisements.
05-04 13:37:54.550 21037 29699 I NearbyMediums: Found Fast Ble Advertisements :
05-04 13:37:54.550 21037 29699 I NearbyMediums: BleAdvertisement { version=2, socketVersion=2, isFast=true, serviceIdHash=null, data=[ 0x23 0x30 0x37 0x43 0x58 0x11 0x32 0xbc 0xd1 0x3d 0x50 0x0a 0xed 0x37 0xc1 0xd3 0x93 0x62 0x0b 0xab 0xc1 0xe9 0xc8 ], deviceToken=[ 0x7e 0x8e ], rxAdvertisement=null } : 1 times.
05-04 13:37:54.550 21037 29699 I NearbyMediums: Total 1 fast advertisements.
05-04 13:37:54.863  5104  6012 I BistoHotwordHelper: (REDACTED) getHotwordActive::active query: %s, watch: %s, devices connected: %s
05-04 13:37:54.911  2395  2466 I deeptouch: I0000 00:00:1714826274.911537    2466 tf_lite_classifier.cc:413] Event stream classified as kNone
05-04 13:37:54.923  1192  1192 I WifiHAL : Creating message to get link statistics; iface = 47
05-04 13:37:54.924  2479  3149 V BluetoothServiceJni: readEnergyInfoNative
05-04 13:37:54.926  1603  6173 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.keylesspalace.tusky/.SplashActivity bnds=[126,940][954,1082]} with LAUNCH_MULTIPLE from uid 10324 (BAL_ALLOW_ALLOWLISTED_COMPONENT) result code=0
05-04 13:37:54.927  1603  1865 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10258; state: DISABLED
05-04 13:37:54.927  1603  1865 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10258; state: DISABLED
05-04 13:37:54.927  1603  1865 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10258; state: DISABLED
05-04 13:37:54.927  1603  1865 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10258; state: ENABLED
05-04 13:37:54.927  2225  2249 V WindowManagerShell: Transition requested (#2946): android.os.BinderProxy@d4889ab TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=41949 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.keylesspalace.tusky/.SplashActivity } baseActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} topActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} origActivity=null realActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} numActivities=1 lastActiveTime=247246043 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@716e808} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 132 - 0, 0) topActivityInfo=ActivityInfo{da36ba1 com.keylesspalace.tusky.SplashActivity} 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= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 isUserFullscreenOverrideEnabled=false cameraCompatControlState=hidden}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 2946 }
05-04 13:37:54.927  1603  1882 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10258; state: ENABLED
05-04 13:37:54.935  1110  1110 D Zygote  : Forked child process 30215
05-04 13:37:54.935  1130  1344 I bthal.flowcontrol: HciEventPreProcess: HCI Event 0xe Opcode 0xfd59 Length 22 unhandled by ControllerActivityWatcher
05-04 13:37:54.936  1603  1882 I ActivityManager: Start proc 30215:com.keylesspalace.tusky/u0a258 for next-top-activity {com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity}
05-04 13:37:54.938   564  7161 W gralloc4: Unable to set buffer name VRI[tusky]#2390(BLAST Consumer)2390: File name too long
05-04 13:37:54.939   564  7161 W gralloc4: Unable to set buffer name VRI[tusky]#2390(BLAST Consumer)2390: File name too long
05-04 13:37:54.939   564  7161 W gralloc4: Unable to set buffer name VRI[tusky]#2390(BLAST Consumer)2390: File name too long
05-04 13:37:54.942   562   562 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-04 13:37:54.942  1603  1861 V WindowManager: Sent Transition (#2946) createdAt=05-04 13:37:54.919 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=41949 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.keylesspalace.tusky/.SplashActivity } baseActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} topActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} origActivity=null realActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} numActivities=1 lastActiveTime=247246043 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{f9b8f36 Task{4fa7ee3 #41949 type=standard A=10258:com.keylesspalace.tusky}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 132 - 0, 0) topActivityInfo=ActivityInfo{4a29e37 com.keylesspalace.tusky.SplashActivity} 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= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= falseisFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 isUserFullscreenOverrideEnabled=false cameraCompatControlState=hidden}}, pipTask = null, remoteTransition = null, displayChange = null, flags =0, debugId = 2946 }
05-04 13:37:54.943  1603  1861 V WindowManager:     startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null }
05-04 13:37:54.943  1603  1861 V WindowManager:     info={id=2946 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[
05-04 13:37:54.943  1603  1861 V WindowManager:         {WCT{RemoteToken{f9b8f36 Task{4fa7ee3 #41949 type=standard A=10258:com.keylesspalace.tusky}}} m=OPEN f=NONE leash=Surface(name=Task=41949)/@0x4306bf8 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},
05-04 13:37:54.943  1603  1861 V WindowManager:         {WCT{RemoteToken{12ae720 Task{8e66760 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0xbef0130 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}
05-04 13:37:54.943  1603  1861 V WindowManager:     ]}
05-04 13:37:54.943 30215 30215 I esspalace.tusky: Using CollectorTypeCMC GC.
05-04 13:37:54.945  2225  2249 V WindowManagerShell: onTransitionReady (#2946) android.os.BinderProxy@d4889ab: {id=2946 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@e3339b} m=OPEN f=NONE leash=Surface(name=Task=41949)/@0xa28ae4c sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 -1080, 2400) d=0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@f586338} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x3358e95 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]}
05-04 13:37:54.945  2225  2249 V WindowManagerShell: Playing animation for (#2946) android.os.BinderProxy@d4889ab@0
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.taskview.TaskViewTransitions@80fbe74
05-04 13:37:54.946  2225  2249 E TaskViewTransitions: Found a launching TaskView in the wrong transition. All TaskView launches should be initiated by shell and in their own transition: 41949
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.transition.DefaultMixedHandler@c4b48a9
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@7e79e2e
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.pip.PipTransition@5648dcf
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@c1fa35c
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.splitscreen.StageCoordinator@266c665
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.recents.RecentsTransitionHandler@d536f3a
05-04 13:37:54.946  2225  2249 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.transition.RemoteTransitionHandler@94637eb
05-04 13:37:54.946  2225  2249 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=2946 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@e3339b} m=OPEN f=NONE leash=Surface(name=Task=41949)/@0xa28ae4c sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@f586338} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x3358e95 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]}
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  Delegate animation for (#2946) to null
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.transition.DefaultTransitionHandler@2b19948
05-04 13:37:54.946  2225  2249 V WindowManagerShell: start default transition animation, info = {id=2946 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@e3339b} m=OPEN f=NONE leash=Surface(name=Task=41949)/@0xa28ae4c sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@f586338} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x3358e95 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]}
05-04 13:37:54.946  1603  6173 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:54.946  2225  2249 V WindowManagerShell:  animated by com.android.wm.shell.transition.DefaultTransitionHandler@2b19948
05-04 13:37:54.946 30215 30215 E esspalace.tusky: Not starting debugger since process cannot load the jdwp agent.
05-04 13:37:54.953 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10258; state: ENABLED
05-04 13:37:54.953 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10258; state: ENABLED
05-04 13:37:54.956  1603  6173 D ActivityManager: sync unfroze 7348 com.google.android.gms for 6
05-04 13:37:54.958 30215 30215 W ziparchive: Unable to open '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.arm64_v8a.dm': No such file or directory
05-04 13:37:54.958 30215 30215 W ziparchive: Unable to open '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.arm64_v8a.dm': No such file or directory
05-04 13:37:54.959 30215 30215 W esspalace.tusky: Entry not found
05-04 13:37:54.959 30215 30215 W ziparchive: Unable to open '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.xxhdpi.dm': No such file or directory
05-04 13:37:54.959 30215 30215 W ziparchive: Unable to open '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.xxhdpi.dm': No such file or directory
05-04 13:37:54.959 30215 30215 W esspalace.tusky: Entry not found
05-04 13:37:54.960 30215 30215 D nativeloader: Configuring clns-4 for other apk /data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/base.apk:/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.arm64_v8a.apk:/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.xxhdpi.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/lib/arm64:/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/base.apk!/lib/arm64-v8a:/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.arm64_v8a.apk!/lib/arm64-v8a:/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.xxhdpi.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.keylesspalace.tusky
05-04 13:37:54.961  7348  7348 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-04 13:37:54.961  7348  7348 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-04 13:37:54.968 30215 30215 V GraphicsEnvironment: Currently set values for:
05-04 13:37:54.968 30215 30215 V GraphicsEnvironment:   angle_gl_driver_selection_pkgs=[]
05-04 13:37:54.968 30215 30215 V GraphicsEnvironment:   angle_gl_driver_selection_values=[]
05-04 13:37:54.968 30215 30215 V GraphicsEnvironment: Global.Settings values are invalid: number of packages: 0, number of values: 0
05-04 13:37:54.968 30215 30215 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-04 13:37:54.971  1192  1192 I WifiHAL : In GetLinkStatsCommand::handleResponse
05-04 13:37:54.972 21288 21483 I KWGTSf  : CacheWrite: [broadcasts]
05-04 13:37:54.972  1603  2042 D ActivityManager: sync unfroze 27759 com.Slack for 6
05-04 13:37:54.973  2225  2225 W Choreographer: Frame time is 0.180723 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
05-04 13:37:54.975 29548 29554 I adbd    : jdwp connection from 27759
05-04 13:37:54.979 30215 30215 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods...
05-04 13:37:54.986 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 279646685; UID 10258; state: DISABLED
05-04 13:37:54.988 21037 21853 I FontLog : (REDACTED) Received query %s, URI %s
05-04 13:37:54.988 21037 21853 I FontLog : (REDACTED) Query [%s] resolved to %s
05-04 13:37:54.989 21037 21853 I FontLog : (REDACTED) Fetch %s end status %s
05-04 13:37:54.991 21037 21853 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d
05-04 13:37:54.997 21037 21853 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d
05-04 13:37:55.002  1603  2064 D ConnectivityService: requestNetwork for uid/pid:10272/27759 activeRequest: null callbackRequest: 8870 [NetworkRequest [ REQUEST id=8871, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10272 RequestorUid: 10272 RequestorPkg: com.Slack UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
05-04 13:37:55.004 30215 30240 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10258; state: ENABLED
05-04 13:37:55.006 30215 30241 D vulkan  : searching for layers in '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/lib/arm64'
05-04 13:37:55.006 30215 30241 D vulkan  : searching for layers in '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/base.apk!/lib/arm64-v8a'
05-04 13:37:55.006 30215 30241 D vulkan  : searching for layers in '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.arm64_v8a.apk!/lib/arm64-v8a'
05-04 13:37:55.006 30215 30241 D vulkan  : searching for layers in '/data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.xxhdpi.apk!/lib/arm64-v8a'
05-04 13:37:55.006 30215 30241 I DMABUFHEAPS: Using DMA-BUF heap named: vframe-secure
05-04 13:37:55.006 30215 30240 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10258; state: ENABLED
05-04 13:37:55.007 30215 30240 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10258; state: ENABLED
05-04 13:37:55.007 30215 30240 D CompatibilityChangeReporter: Compat change id reported: 311402873; UID 10258; state: DISABLED
05-04 13:37:55.016 21037 30087 E NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.measurement.PackageMeasurementTaskService{u=0 tag="Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG" trigger=window{start=0s,end=2s,earliest=-371s,latest=-369s} requirements=[NET_CONNECTED,PREFERRED_NET_UNMETERED,PREFERRED_CHARGING] attributes=[PERSISTED] scheduled=-371s last_run=-371s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-241616000} :1 [CONTEXT service_id=218 ]
05-04 13:37:55.027  1603  3408 D ConnectivityService: requestNetwork for uid/pid:10258/30215 activeRequest: null callbackRequest: 8872 [NetworkRequest [ REQUEST id=8873, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
05-04 13:37:55.027  1603  2149 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8871, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10272 RequestorUid: 10272 RequestorPkg: com.Slack UnderlyingNetworks: Null] ]
05-04 13:37:55.028  1603  2149 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8871, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10272 RequestorUid: 10272 RequestorPkg: com.Slack UnderlyingNetworks: Null] ]
05-04 13:37:55.028 30215 30255 D CompatibilityChangeReporter: Compat change id reported: 263076149; UID 10258; state: ENABLED
05-04 13:37:55.029  1603  2149 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8871, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10272 RequestorUid: 10272 RequestorPkg: com.Slack UnderlyingNetworks: Null] ]
05-04 13:37:55.030  1603  2157 D ConnectivityService: NetReassign [8871 : null → 105] [c 1] [a 1] [i 26]
05-04 13:37:55.030 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 309578419; UID 10258; state: DISABLED
05-04 13:37:55.031  1603  2149 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8873, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]
05-04 13:37:55.032  1603  2157 D ConnectivityService: NetReassign [8873 : null → 105] [c 0] [a 1] [i 1]
05-04 13:37:55.032  1603  2149 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8873, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]
05-04 13:37:55.032  1603  2149 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8873, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]
05-04 13:37:55.036  1603  3408 D CompatibilityChangeReporter: Compat change id reported: 161252188; UID 10258; state: DISABLED
05-04 13:37:55.039  1603  3408 I ActivityTaskManager: START u0 {cmp=com.keylesspalace.tusky/.MainActivity} with LAUNCH_MULTIPLE from uid 10258 (BAL_ALLOW_VISIBLE_WINDOW) result code=0
05-04 13:37:55.043  2225  2249 V WindowManagerShell: Transition requested (#2947): android.os.BinderProxy@62a7b13 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=41949 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.keylesspalace.tusky/.SplashActivity } baseActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} topActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.MainActivity} origActivity=null realActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} numActivities=2 lastActiveTime=247246155 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@5486150} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=null topActivityInfo=ActivityInfo{157ff49 com.keylesspalace.tusky.MainActivity} 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= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 isUserFullscreenOverrideEnabled=false cameraCompatControlState=hidden}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 2947 }
05-04 13:37:55.047   564  7161 W gralloc4: Unable to set buffer name VRI[tusky]#2390(BLAST Consumer)2390: File name too long
05-04 13:37:55.049 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 232195501; UID 10258; state: DISABLED
05-04 13:37:55.055  1603  1603 W JobScheduler: Job didn't exist in JobStore: 1424307 #u0a258/12256 com.keylesspalace.tusky/androidx.work.impl.background.systemjob.SystemJobService
05-04 13:37:55.058  1603  1861 V WindowManager: Sent Transition (#2947) createdAt=05-04 13:37:55.036 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=41949 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.keylesspalace.tusky/.SplashActivity } baseActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} topActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.MainActivity} origActivity=null realActivity=ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity} numActivities=2 lastActiveTime=247246155 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{f9b8f36 Task{4fa7ee3 #41949 type=standard A=10258:com.keylesspalace.tusky}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=null topActivityInfo=ActivityInfo{de2b21 com.keylesspalace.tusky.MainActivity} 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= false isLetterboxDoubleTapEnabled= false topActivityEligibleForUserAspectRatioButton= false topActivityBoundsLetterboxed= false isFromLetterboxDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 isUserFullscreenOverrideEnabled=false cameraCompatControlState=hidden}}, pipTask = null, remoteTransition = null, displayChange = null, flags = 0, debugId = 2947 }
05-04 13:37:55.058  1603  1861 V WindowManager:     startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null }
05-04 13:37:55.058  2225  2249 V WindowManagerShell: onTransitionReady (#2947) android.os.BinderProxy@62a7b13: {id=2947 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{null m=OPEN f=STARTING_WINDOW_TRANSFER|FILLS_TASK|IS_BEHIND_STARTING_WINDOW leash=Surface(name=ActivityRecord{f0d6c6e u0 com.keylesspalace.tusky/.MainActivity)/@0x634398b sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1080, 2400) d=-1->0 r=-1->0:-1},{null m=CLOSE f=FILLS_TASK|IS_BEHIND_STARTING_WINDOW|IS_OCCLUDED leash=Surface(name=ActivityRecord{1d11712 u0 com.keylesspalace.tusky/.SplashActivity)/@0xa470a68 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]}
05-04 13:37:55.058  2225  2249 V WindowManagerShell: Non-visible anim so abort: (#2947) android.os.BinderProxy@62a7b13@0
05-04 13:37:55.058  2225  2249 V WindowManagerShell: Transition was merged: (#2947) android.os.BinderProxy@62a7b13@0 into (#2946) android.os.BinderProxy@d4889ab@0
05-04 13:37:55.059  1603  1861 V WindowManager:     info={id=2947 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[
05-04 13:37:55.059  1603  1861 V WindowManager:         {null m=OPEN f=STARTING_WINDOW_TRANSFER|FILLS_TASK|IS_BEHIND_STARTING_WINDOW leash=Surface(name=ActivityRecord{f0d6c6e u0 com.keylesspalace.tusky/.MainActivity)/@0x58a5d2b sb=Rect(0, 0 - 0, 0) eb=Rect(0, 0 - 1080, 2400) d=-1->0 r=-1->0:-1},
05-04 13:37:55.059  1603  1861 V WindowManager:         {null m=CLOSE f=FILLS_TASK|IS_BEHIND_STARTING_WINDOW|IS_OCCLUDED leash=Surface(name=ActivityRecord{1d11712 u0 com.keylesspalace.tusky/.SplashActivity)/@0xda7e17a sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}
05-04 13:37:55.059  1603  1861 V WindowManager:     ]}
05-04 13:37:55.060  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.065 30215 30215 D HWUI    : --- Failed to create image decoder with message 'unimplemented'
05-04 13:37:55.071 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10258; state: ENABLED
05-04 13:37:55.080 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10258; state: ENABLED
05-04 13:37:55.080 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 63938206; UID 10258; state: DISABLED
05-04 13:37:55.093 27759 27828 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=7e770d38-d5fd-44cd-b4b0-375a50464a7f, tags={ slack.ekm.work.HistoryChangedUpdateWork,team_id_T7FPSMV8F,cancel_on_logout } ]
05-04 13:37:55.105 30215 30263 D TrafficStats: tagSocket(104) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.105 27759 27826 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=953d9901-2570-41e4-87a9-982a254e1db2, tags={ slack.ekm.work.HistoryChangedUpdateWork,team_id_E0267ADGK3R,cancel_on_logout } ]
05-04 13:37:55.106 30215 30262 D TrafficStats: tagSocket(107) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.111  1603  2064 D ConnectivityService: requestNetwork for uid/pid:10258/30215 activeRequest: null callbackRequest: 8874 [NetworkRequest [ REQUEST id=8875, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
05-04 13:37:55.112 30215 30215 I ContentCaptureHelper: Setting logging level to OFF
05-04 13:37:55.114 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10258; state: DISABLED
05-04 13:37:55.115  1603  2149 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8875, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]
05-04 13:37:55.115  1603  2149 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8875, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]
05-04 13:37:55.115  1603  2149 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=8875, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: com.keylesspalace.tusky UnderlyingNetworks: Null] ]
05-04 13:37:55.115  1603  2157 D ConnectivityService: NetReassign [8875 : null → 105] [c 0] [a 1] [i 2]
05-04 13:37:55.121 30215 30276 D TrafficStats: tagSocket(110) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.126  1603  2064 D CoreBackPreview: Window{3d4eda0 u0 com.keylesspalace.tusky/com.keylesspalace.tusky.MainActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@e7b9d2a, mPriority=-1, mIsAnimationCallback=false}
05-04 13:37:55.136   486   486 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest.
05-04 13:37:55.137 30215 30280 D TrafficStats: tagSocket(113) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.138   564  7161 W gralloc4: Unable to set buffer name VRI[MainActivity]#0(BLAST Consumer)0: File name too long
05-04 13:37:55.139   564  7161 W gralloc4: Unable to set buffer name VRI[MainActivity]#0(BLAST Consumer)0: File name too long
05-04 13:37:55.141   564  7161 W gralloc4: Unable to set buffer name VRI[MainActivity]#0(BLAST Consumer)0: File name too long
05-04 13:37:55.149 30215 30215 D CompatibilityChangeReporter: Compat change id reported: 280005585; UID 10258; state: DISABLED
05-04 13:37:55.149 30215 30281 D TrafficStats: tagSocket(120) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.160  2225  2249 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#2946) android.os.BinderProxy@d4889ab@0
05-04 13:37:55.161  1603  1861 V WindowManager: Finish Transition (#2946): created at 05-04 13:37:54.919 collect-started=0.027ms request-sent=7.07ms started=9.393ms ready=21.794ms sent=23.085ms finished=242.31ms
05-04 13:37:55.161 21297 21297 D VRI[HomeActivity]: visibilityChanged oldVisibility=true newVisibility=false
05-04 13:37:55.162  1603  1861 V WindowManager: Finish Transition (#2947): created at 05-04 13:37:55.036 collect-started=0.006ms request-sent=2.068ms started=7.235ms ready=19.69ms sent=21.222ms finished=125.534ms
05-04 13:37:55.162  2225  2249 V WindowManagerShell: Track 0 became idle
05-04 13:37:55.162  2225  2249 V WindowManagerShell: All active transition animations finished
05-04 13:37:55.162  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.163  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.163  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.163  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.176 21297 21419 D HWUI    : endAllActiveAnimators on 0xb400007ba8b1d7b0 (RippleDrawable) with handle 0xb400007b888d0900
05-04 13:37:55.178 21297 21297 D VRI[HomeActivity]: Not drawing due to not visible
05-04 13:37:55.196 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.197 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.198 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.198 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.198 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.198 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.198 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.198 30215 30215 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
05-04 13:37:55.203  1603  1861 I ActivityTaskManager: Displayed com.keylesspalace.tusky/.MainActivity for user 0: +282ms
05-04 13:37:55.211   564  7161 W gralloc4: Unable to set buffer name VRI[tusky]#2390(BLAST Consumer)2390: File name too long
05-04 13:37:55.231   564  7161 W gralloc4: Unable to set buffer name VRI[tusky]#2390(BLAST Consumer)2390: File name too long
05-04 13:37:55.237 30215 30215 I ContentCaptureHelper: Setting logging level to OFF
05-04 13:37:55.251  1603  6173 D CompatibilityChangeReporter: Compat change id reported: 214016041; UID 10258; state: ENABLED
05-04 13:37:55.251  1603  6173 I ImeTracker: com.keylesspalace.tusky:c12bb737: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-04 13:37:55.251  1603  6173 I ImeTracker: com.keylesspalace.tusky:c12bb737: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-04 13:37:55.256 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3126
05-04 13:37:55.256 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2216 repeatCheckTimes = 0, locked = false
05-04 13:37:55.257 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1954 onStartInput(EditorInfo{EditorInfo{packageName=com.keylesspalace.tusky, 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)
05-04 13:37:55.257 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2216 repeatCheckTimes = 1, locked = false
05-04 13:37:55.257 22345 22345 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password
05-04 13:37:55.257  1603  2064 W PackageConfigPersister: App-specific configuration not found for packageName: com.keylesspalace.tusky and userId: 0
05-04 13:37:55.271 27759 27954 D TrafficStats: tagSocket(89) with statsTag=0x1, statsUid=-1
05-04 13:37:55.450 21288 21288 I KWGTSCoreService: Received BR: Intent { act=org.kustom.action.SEND_VAR flg=0x10 (has extras) }
05-04 13:37:55.500 21037 30087 E NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.measurement.PackageMeasurementTaskService{u=0 tag="Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG" trigger=window{start=0s,end=2s,earliest=-372s,latest=-370s} requirements=[NET_CONNECTED,PREFERRED_NET_UNMETERED,PREFERRED_CHARGING] attributes=[PERSISTED] scheduled=-372s last_run=-371s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-241616000} :1 [CONTEXT service_id=218 ]
05-04 13:37:55.506  7348 30301 D TrafficStats: tagSocket(131) with statsTag=0x30003300, statsUid=10121
05-04 13:37:55.510 30215 30271 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.520 21037 28973 E NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.measurement.PackageMeasurementTaskService{u=0 tag="Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG" trigger=window{start=0s,end=2s,earliest=-372s,latest=-370s} requirements=[NET_CONNECTED,PREFERRED_NET_UNMETERED,PREFERRED_CHARGING] attributes=[PERSISTED] scheduled=-372s last_run=-371s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-241616000} :1 [CONTEXT service_id=218 ]
05-04 13:37:55.524 30215 30310 D TrafficStats: tagSocket(120) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.524 30215 30308 D TrafficStats: tagSocket(148) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.524 30215 30309 D TrafficStats: tagSocket(149) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.540 30215 30311 D TrafficStats: tagSocket(152) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.568  2225  2259 D VRI[tusky]: Not drawing due to not visible
05-04 13:37:55.569  1603  6173 W InputManager-JNI: Input channel object '34c263f Splash Screen com.keylesspalace.tusky (client)' was disposed without first being removed with the input manager!
05-04 13:37:55.607 30215 30259 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-3
05-04 13:37:55.607 30215 30259 E AndroidRuntime: Process: com.keylesspalace.tusky, PID: 30215
05-04 13:37:55.607 30215 30259 E AndroidRuntime: class e2.z: Failed to load resource
05-04 13:37:55.607 30215 30259 E AndroidRuntime: There was 1 root cause:
05-04 13:37:55.607 30215 30259 E AndroidRuntime: java.net.UnknownHostException(Unable to resolve host "av-cdn.bsky.app": No address associated with hostname)
05-04 13:37:55.607 30215 30259 E AndroidRuntime:  call GlideException#logRootCauses(String) for more detail
05-04 13:37:55.607 30215 30259 E AndroidRuntime:   Cause (1 of 1): class e2.z: Fetching data failed, class java.io.InputStream, REMOTE
05-04 13:37:55.607 30215 30259 E AndroidRuntime: There was 1 root cause:
05-04 13:37:55.607 30215 30259 E AndroidRuntime: java.net.UnknownHostException(Unable to resolve host "av-cdn.bsky.app": No address associated with hostname)
05-04 13:37:55.607 30215 30259 E AndroidRuntime:  call GlideException#logRootCauses(String) for more detail
05-04 13:37:55.607 30215 30259 E AndroidRuntime:     Cause (1 of 1): class e2.z: Fetch failed
05-04 13:37:55.607 30215 30259 E AndroidRuntime: There was 1 root cause:
05-04 13:37:55.607 30215 30259 E AndroidRuntime: java.net.UnknownHostException(Unable to resolve host "av-cdn.bsky.app": No address associated with hostname)
05-04 13:37:55.607 30215 30259 E AndroidRuntime:  call GlideException#logRootCauses(String) for more detail
05-04 13:37:55.607 30215 30259 E AndroidRuntime:       Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "av-cdn.bsky.app": No address associated with hostname
05-04 13:37:55.608  1603 30313 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
05-04 13:37:55.609  1603  1630 W ActivityTaskManager:   Force finishing activity com.keylesspalace.tusky/.MainActivity
05-04 13:37:55.610  2225  2249 V WindowManagerShell: Transition requested (#2948): android.os.BinderProxy@224cb9 TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 2948 }
05-04 13:37:55.612  1603  1862 I ActivityManager: Showing crash dialog for package com.keylesspalace.tusky u0
05-04 13:37:55.638 21297 21297 D VRI[HomeActivity]: Start draw after previous draw not visible
05-04 13:37:55.641   564  7161 W gralloc4: Unable to set buffer name VRI[HomeActivity]#172(BLAST Consumer)172: File name too long
05-04 13:37:55.648  1603  1862 I ImeTracker: null:28346a4c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_FROM_VIEW
05-04 13:37:55.649  1603  1862 I ImeTracker: null:28346a4c: onFailed at PHASE_CLIENT_VIEW_SERVED
05-04 13:37:55.649  1603  1862 W InputMethodManager: Ignoring hideSoftInputFromView() as view=android.widget.Button{b149aa7 GFED..C.. ......I. 0,0-0,0 #1020019 android:id/button1} is not served.
05-04 13:37:55.649  1603  1862 I ImeTracker: null:7dc3a91e: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_FROM_VIEW
05-04 13:37:55.649  1603  1862 I ImeTracker: null:7dc3a91e: onFailed at PHASE_CLIENT_VIEW_SERVED
05-04 13:37:55.649  1603  1862 W InputMethodManager: Ignoring hideSoftInputFromView() as view=android.widget.Button{5fafd GFED..C.. ......I. 0,0-0,0 #102001a android:id/button2} is not served.
05-04 13:37:55.649  1603  1862 I ImeTracker: null:5d57a0bf: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_FROM_VIEW
05-04 13:37:55.649  1603  1862 I ImeTracker: null:5d57a0bf: onFailed at PHASE_CLIENT_VIEW_SERVED
05-04 13:37:55.649  1603  1862 W InputMethodManager: Ignoring hideSoftInputFromView() as view=android.widget.Button{d663a43 GFED..C.. ......I. 0,0-0,0 #102001b android:id/button3} is not served.
05-04 13:37:55.651  1603  1862 D CoreBackPreview: Window{26c2c89 u0 Application Error: com.keylesspalace.tusky}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.WindowOnBackInvokedDispatcher$OnBackInvokedCallbackWrapper@8a8379f, mPriority=0, mIsAnimationCallback=false}
05-04 13:37:55.656  2225  2249 V WindowManagerShell: onTransitionReady (#2948) android.os.BinderProxy@224cb9: {id=2948 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@385dd98} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x5f142ac sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@513d9f1} m=CLOSE f=NONE leash=Surface(name=Task=41949)/@0x711fb75 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{14aa009 token=android.os.Binder@4520d10})/@0xec3e70a sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]}
05-04 13:37:55.656  2225  2249 V WindowManagerShell: Playing animation for (#2948) android.os.BinderProxy@224cb9@0
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.taskview.TaskViewTransitions@80fbe74
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.transition.DefaultMixedHandler@c4b48a9
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@7e79e2e
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.pip.PipTransition@5648dcf
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@c1fa35c
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.splitscreen.StageCoordinator@266c665
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.recents.RecentsTransitionHandler@d536f3a
05-04 13:37:55.656  2225  2249 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.transition.RemoteTransitionHandler@94637eb
05-04 13:37:55.656  2225  2249 V WindowManagerShell: Transition doesn't have explicit remote, search filters for match for {id=2948 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@385dd98} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x5f142ac sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@513d9f1} m=CLOSE f=NONE leash=Surface(name=Task=41949)/@0x711fb75 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{14aa009 token=android.os.Binder@4520d10})/@0xec3e70a sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]}
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  Delegate animation for (#2948) to null
05-04 13:37:55.656  2225  2249 V WindowManagerShell:  try handler com.android.wm.shell.transition.DefaultTransitionHandler@2b19948
05-04 13:37:55.656  2225  2249 V WindowManagerShell: start default transition animation, info = {id=2948 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@385dd98} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x5f142ac sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@513d9f1} m=CLOSE f=NONE leash=Surface(name=Task=41949)/@0x711fb75 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{14aa009 token=android.os.Binder@4520d10})/@0xec3e70a sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]}
05-04 13:37:55.657  2225  2249 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@cc73b44 animAttr=0x11 type=CLOSE isEntrance=false
05-04 13:37:55.657  2225  2249 V WindowManagerShell: loadAnimation: anim=android.view.animation.AnimationSet@f7b242d animAttr=0x10 type=CLOSE isEntrance=true
05-04 13:37:55.658  2225  2249 V WindowManagerShell:  animated by com.android.wm.shell.transition.DefaultTransitionHandler@2b19948
05-04 13:37:55.662  1603  1861 V WindowManager: Sent Transition (#2948) createdAt=05-04 13:37:55.609 via request=TransitionRequestInfo { type = CLOSE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = null, flags = 16, debugId = 2948 }
05-04 13:37:55.662  1603  1861 V WindowManager:     startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null }
05-04 13:37:55.662  1603  1861 V WindowManager:     info={id=2948 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[
05-04 13:37:55.662  1603  1861 V WindowManager:         {WCT{RemoteToken{12ae720 Task{8e66760 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0xbef0130 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},
05-04 13:37:55.662  1603  1861 V WindowManager:         {WCT{RemoteToken{f9b8f36 Task{4fa7ee3 #41949 type=standard A=10258:com.keylesspalace.tusky}}} m=CLOSE f=NONE leash=Surface(name=Task=41949)/@0x4306bf8 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},
05-04 13:37:55.662  1603  1861 V WindowManager:         {null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{14aa009 token=android.os.Binder@4520d10})/@0xfee4f3e sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}
05-04 13:37:55.662  1603  1861 V WindowManager:     ]}
05-04 13:37:55.666  1603  3408 I ImeTracker: bitpit.launcher:ee8ee985: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_ALWAYS_HIDDEN_STATE
05-04 13:37:55.666  1603  3408 I ImeTracker: bitpit.launcher:ee8ee985: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-04 13:37:55.667 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3126
05-04 13:37:55.668 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2216 repeatCheckTimes = 0, locked = false
05-04 13:37:55.668 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1954 onStartInput(EditorInfo{EditorInfo{packageName=bitpit.launcher, 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)
05-04 13:37:55.668 22345 22345 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2216 repeatCheckTimes = 1, locked = false
05-04 13:37:55.668 22345 22345 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password
05-04 13:37:55.669  1603  2312 W PackageConfigPersister: App-specific configuration not found for packageName: bitpit.launcher and userId: 0
05-04 13:37:55.677  1130  2765 I bthal.activity: bt_power: LeAdvStat: 13:37:54:676 - 13:37:55:677, duration: 1001, le_adv_count: 2, total_le_adv_count: 35898, total_event_count: 3
05-04 13:37:55.681   564  7161 W gralloc4: Unable to set buffer name VRI[HomeActivity]#172(BLAST Consumer)172: File name too long
05-04 13:37:55.698   564  7161 W gralloc4: Unable to set buffer name VRI[HomeActivity]#172(BLAST Consumer)172: File name too long
05-04 13:37:55.728  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.893   562   562 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-04 13:37:55.897  2225  2249 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#2948) android.os.BinderProxy@224cb9@0
05-04 13:37:55.898  1603  1861 V WindowManager: Finish Transition (#2948): created at 05-04 13:37:55.609 collect-started=0.009ms request-sent=0.041ms started=3.142ms ready=14.341ms sent=45.11ms finished=288.849ms
05-04 13:37:55.898 30215 30215 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
05-04 13:37:55.899  2225  2249 V WindowManagerShell: Track 0 became idle
05-04 13:37:55.899  2225  2249 V WindowManagerShell: All active transition animations finished
05-04 13:37:55.901  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.902  1603  3408 W UserManagerService: Requested status bar icon for non-badged user 0
05-04 13:37:55.916 30215 30215 D VRI[MainActivity]: Not drawing due to not visible
05-04 13:37:55.921 30215 30305 W System.err: X5.F: stream was reset: CANCEL
05-04 13:37:55.921 30215 30305 W System.err:    at X5.y.P(SourceFile:39)
05-04 13:37:55.921 30215 30305 W System.err:    at U5.c.P(SourceFile:11)
05-04 13:37:55.921 30215 30305 W System.err:    at d6.g.read(SourceFile:14)
05-04 13:37:55.922 30215 30305 W System.err:    at java.io.FilterInputStream.read(FilterInputStream.java:133)
05-04 13:37:55.922 30215 30305 W System.err:    at w2.d.read(SourceFile:6)
05-04 13:37:55.922 30215 30305 W System.err:    at l2.w.a(SourceFile:75)
05-04 13:37:55.922 30215 30305 W System.err:    at l2.w.read(SourceFile:25)
05-04 13:37:55.922 30215 30305 W System.err:    at l2.w.a(SourceFile:75)
05-04 13:37:55.922 30215 30305 W System.err:    at l2.w.read(SourceFile:25)
05-04 13:37:55.922 30215 30305 W System.err:    at w2.e.read(SourceFile:7)
05-04 13:37:55.922 30215 30305 W System.err:    at java.io.FilterInputStream.read(FilterInputStream.java:133)
05-04 13:37:55.922 30215 30305 W System.err:    at w2.j.read(SourceFile:9)
05-04 13:37:55.923 30215 30305 W System.err:    at l2.w.a(SourceFile:75)
05-04 13:37:55.923 30215 30305 W System.err:    at l2.w.read(SourceFile:25)
05-04 13:37:55.923 30215 30305 W System.err:    at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
05-04 13:37:55.923 30215 30305 W System.err:    at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:803)
05-04 13:37:55.923 30215 30305 W System.err:    at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:778)
05-04 13:37:55.923 30215 30305 W System.err:    at i.c.k(SourceFile:35)
05-04 13:37:55.923 30215 30305 W System.err:    at l2.p.c(SourceFile:44)
05-04 13:37:55.923 30215 30305 W System.err:    at l2.p.b(SourceFile:5)
05-04 13:37:55.923 30215 30305 W System.err:    at l2.p.a(SourceFile:124)
05-04 13:37:55.923 30215 30305 W System.err:    at l2.a.a(SourceFile:91)
05-04 13:37:55.923 30215 30305 W System.err:    at e2.m.b(SourceFile:31)
05-04 13:37:55.923 30215 30305 W System.err:    at e2.m.a(SourceFile:30)
05-04 13:37:55.923 30215 30305 W System.err:    at e2.B.a(SourceFile:44)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.l.f(SourceFile:96)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.l.e(SourceFile:13)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.l.g(SourceFile:77)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.l.d(SourceFile:40)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.H.e(SourceFile:159)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.H.c(SourceFile:11)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.l.n(SourceFile:23)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.l.o(SourceFile:37)
05-04 13:37:55.924 30215 30305 W System.err:    at e2.l.run(SourceFile:20)
05-04 13:37:55.924 30215 30305 W System.err:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-04 13:37:55.924 30215 30305 W System.err:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-04 13:37:55.924 30215 30305 W System.err:    at n.j.run(SourceFile:238)
05-04 13:37:55.924 30215 30305 W System.err:    at java.lang.Thread.run(Thread.java:1012)
05-04 13:37:55.925 30215 30215 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.app.Activity$$ExternalSyntheticLambda0@fb048f4
05-04 13:37:55.925  1603  1629 D CoreBackPreview: Window{3d4eda0 u0 com.keylesspalace.tusky/com.keylesspalace.tusky.MainActivity}: Setting back callback null
05-04 13:37:55.935 30215 30281 D TrafficStats: tagSocket(104) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:55.937 30215 30305 W System.err:    at v0.j.run(SourceFile:19)
05-04 13:37:55.937 30215 30305 D HWUI    : ---- read threw an exception
05-04 13:37:55.938 30215 30305 D HWUI    : --- Failed to create image decoder with message 'unimplemented'
05-04 13:37:55.948  1603  3408 W InputManager-JNI: Input channel object '3d4eda0 com.keylesspalace.tusky/com.keylesspalace.tusky.MainActivity (client)' was disposed without first being removed with the input manager!
05-04 13:37:56.078  2225  2237 I ndroid.systemui: NativeAlloc concurrent mark compact GC freed 2048476(82MB) AllocSpace objects, 19(444KB) LOS objects, 75% free, 31MB/126MB, paused 1.160ms,2.541ms total 412.534ms
05-04 13:37:56.152 30215 30262 D TrafficStats: tagSocket(109) with statsTag=0xffffffff, statsUid=-1
05-04 13:37:56.158 12049 12117 D TrafficStats: tagSocket(87) with statsTag=0x59c3b57d, statsUid=-1
05-04 13:37:56.166 21288 21288 I KWGTSCoreService: Received BR: Intent { act=org.kustom.action.SEND_VAR flg=0x10 (has extras) }
05-04 13:37:56.219  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~LDe1ValWYVPYyVFdwjoBVQ==/com.twitter.android-JWJTFdtai7B8126hCoaPkA==/base.apk' with 1 weak references
05-04 13:37:56.220  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~LDe1ValWYVPYyVFdwjoBVQ==/com.twitter.android-JWJTFdtai7B8126hCoaPkA==/split_config.arm64_v8a.apk' with 1 weak references
05-04 13:37:56.220  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~LDe1ValWYVPYyVFdwjoBVQ==/com.twitter.android-JWJTFdtai7B8126hCoaPkA==/split_config.en.apk' with 1 weak references
05-04 13:37:56.220  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~LDe1ValWYVPYyVFdwjoBVQ==/com.twitter.android-JWJTFdtai7B8126hCoaPkA==/split_config.xxhdpi.apk' with 1 weak references
05-04 13:37:56.223  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~RPEudCpKfHoshFgriM_vzw==/com.google.android.gm-u0qdW_kgK-LTf8hty1K1PQ==/base.apk' with 1 weak references
05-04 13:37:56.223  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~RPEudCpKfHoshFgriM_vzw==/com.google.android.gm-u0qdW_kgK-LTf8hty1K1PQ==/split_config.arm64_v8a.apk' with 1 weak references
05-04 13:37:56.223  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~RPEudCpKfHoshFgriM_vzw==/com.google.android.gm-u0qdW_kgK-LTf8hty1K1PQ==/split_config.en.apk' with 1 weak references
05-04 13:37:56.223  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~RPEudCpKfHoshFgriM_vzw==/com.google.android.gm-u0qdW_kgK-LTf8hty1K1PQ==/split_config.xxhdpi.apk' with 1 weak references
05-04 13:37:56.229  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/base.apk' with 2 weak references
05-04 13:37:56.230  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_config.en.apk' with 2 weak references
05-04 13:37:56.230  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~U_AXx1wurKH8m8Ah-Blgyw==/com.google.android.trichromelibrary_636711333-PUbKanEO54VhMPUOGHT_mA==/base.apk' with 2 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_auxiliary_search.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_cablev2_authenticator.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_chrome.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_dev_ui.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_feedv2.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_read_aloud_playback.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_stack_unwinder.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_survey.apk' with 1 weak references
05-04 13:37:56.232  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~uBz74QfKmYrt6Ln5Vn1S1w==/com.android.chrome-zmoSAHF7og5tNY9937DRYw==/split_test_dummy.apk' with 1 weak references
05-04 13:37:56.235  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.235  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.235  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.235  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.235  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.235  2225  2239 W System  : A resource failed to call HardwareBuffer.close.
05-04 13:37:56.236  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.236  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.236  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.236  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.236  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.237  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.237  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.240  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.240  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.240  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.240  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.240  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.240  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.241  2225  2239 W System  : A resource failed to call HardwareBuffer.close.
05-04 13:37:56.242  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.242  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.242  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.242  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.242  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.246  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~pQ_9MI3zarxgH8mbvLhd9Q==/dev.kdrag0n.dyntheme-pqGKOnvVsPYYIWnWwwQUCg==/base.apk' with 1 weak references
05-04 13:37:56.247  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~pQ_9MI3zarxgH8mbvLhd9Q==/dev.kdrag0n.dyntheme-pqGKOnvVsPYYIWnWwwQUCg==/split_config.arm64_v8a.apk' with 1 weak references
05-04 13:37:56.247  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~pQ_9MI3zarxgH8mbvLhd9Q==/dev.kdrag0n.dyntheme-pqGKOnvVsPYYIWnWwwQUCg==/split_config.en.apk' with 1 weak references
05-04 13:37:56.247  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~pQ_9MI3zarxgH8mbvLhd9Q==/dev.kdrag0n.dyntheme-pqGKOnvVsPYYIWnWwwQUCg==/split_config.xxhdpi.apk' with 1 weak references
05-04 13:37:56.247  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~4kqQcoNFOQYGWL6G4vE19w==/org.kustom.widget-INzG4FiOlllV5K7Tn0Nkhg==/base.apk' with 1 weak references
05-04 13:37:56.247  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~4kqQcoNFOQYGWL6G4vE19w==/org.kustom.widget-INzG4FiOlllV5K7Tn0Nkhg==/split_config.arm64_v8a.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~4kqQcoNFOQYGWL6G4vE19w==/org.kustom.widget-INzG4FiOlllV5K7Tn0Nkhg==/split_config.en.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~4kqQcoNFOQYGWL6G4vE19w==/org.kustom.widget-INzG4FiOlllV5K7Tn0Nkhg==/split_config.xxhdpi.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~usfDV77mtZPh35EnbQxnXw==/com.nutomic.syncthingandroid--rrfPqfqZYBSjyt4yW9nIw==/base.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~usfDV77mtZPh35EnbQxnXw==/com.nutomic.syncthingandroid--rrfPqfqZYBSjyt4yW9nIw==/split_config.arm64_v8a.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~usfDV77mtZPh35EnbQxnXw==/com.nutomic.syncthingandroid--rrfPqfqZYBSjyt4yW9nIw==/split_config.en.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~usfDV77mtZPh35EnbQxnXw==/com.nutomic.syncthingandroid--rrfPqfqZYBSjyt4yW9nIw==/split_config.xxhdpi.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~m_FHskAbk4g3A9QNfMbusA==/com.samruston.buzzkill-TxDwzMKMXGkyRLAzgpAnmg==/base.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~m_FHskAbk4g3A9QNfMbusA==/com.samruston.buzzkill-TxDwzMKMXGkyRLAzgpAnmg==/split_config.arm64_v8a.apk' with 1 weak references
05-04 13:37:56.248  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~m_FHskAbk4g3A9QNfMbusA==/com.samruston.buzzkill-TxDwzMKMXGkyRLAzgpAnmg==/split_config.en.apk' with 1 weak references
05-04 13:37:56.249  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~m_FHskAbk4g3A9QNfMbusA==/com.samruston.buzzkill-TxDwzMKMXGkyRLAzgpAnmg==/split_config.xxhdpi.apk' with 1 weak references
05-04 13:37:56.249  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~zV5IsX4vhX5TUoAwm4m1fg==/net.dinglisch.android.taskerm-LZJxGDRxCTA2P3kO2fyCxg==/base.apk' with 1 weak references
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call HardwareBuffer.close.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call HardwareBuffer.close.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call HardwareBuffer.close.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call HardwareBuffer.close.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.250  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.252  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.252  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.253  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.253  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.253  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.254  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.254  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.254  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.254  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.254  2225  2239 W System  : A resource failed to call HardwareBuffer.close.
05-04 13:37:56.254  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/base.apk' with 1 weak references
05-04 13:37:56.254  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.arm64_v8a.apk' with 1 weak references
05-04 13:37:56.254  2225  2239 W ndroid.systemui: ApkAssets: Deleting an ApkAssets object '<empty> and /data/app/~~_0I5Q_xlw-w5togI839lIw==/com.keylesspalace.tusky-ls_h7tXTlSFf6UVUKjMIXg==/split_config.xxhdpi.apk' with 1 weak references
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.255  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.256  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.258  2225  2239 W System  : A resource failed to call release.
05-04 13:37:56.524 30215 30258 E NotificationFetcher: Failed to fetch marker
05-04 13:37:56.524 30215 30258 E NotificationFetcher: A7.t: HTTP 404
05-04 13:37:56.524 30215 30258 E NotificationFetcher:   at A7.z.a(SourceFile:131)
05-04 13:37:56.524 30215 30258 E NotificationFetcher:   at u0.a.d(SourceFile:21)
05-04 13:37:56.524 30215 30258 E NotificationFetcher:   at U5.f.run(SourceFile:57)
05-04 13:37:56.524 30215 30258 E NotificationFetcher:   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-04 13:37:56.524 30215 30258 E NotificationFetcher:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-04 13:37:56.524 30215 30258 E NotificationFetcher:   at java.lang.Thread.run(Thread.java:1012)
05-04 13:37:56.582 30215 30258 E NotificationFetcher: Failed to fetch marker
05-04 13:37:56.582 30215 30258 E NotificationFetcher: A7.t: HTTP 404
05-04 13:37:56.582 30215 30258 E NotificationFetcher:   at A7.z.a(SourceFile:131)
05-04 13:37:56.582 30215 30258 E NotificationFetcher:   at u0.a.d(SourceFile:21)
05-04 13:37:56.582 30215 30258 E NotificationFetcher:   at U5.f.run(SourceFile:57)
05-04 13:37:56.582 30215 30258 E NotificationFetcher:   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-04 13:37:56.582 30215 30258 E NotificationFetcher:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-04 13:37:56.582 30215 30258 E NotificationFetcher:   at java.lang.Thread.run(Thread.java:1012)
05-04 13:37:56.837  1192  1192 I WifiHAL : Creating message to get link statistics; iface = 47
05-04 13:37:56.883  1192  1192 I WifiHAL : In GetLinkStatsCommand::handleResponse
05-04 13:37:56.896  1603  1959 W JobScheduler: Job didn't exist in JobStore: 672e096 #u0a258/12256 com.keylesspalace.tusky/androidx.work.impl.background.systemjob.SystemJobService
05-04 13:37:56.927  1603  2157 D ConnectivityService: NetReassign [no changes] [c 3] [a 2] [i 6]
05-04 13:37:57.596 30215 30224 W esspalace.tusky: Cleared Reference was only reachable from finalizer (only reported once)
05-04 13:37:58.203  2225  2225 D DLObserver: onReceive(); android.intent.action.BATTERY_CHANGED
05-04 13:37:58.203  2225  2225 D DLObserver: plugged=2
05-04 13:37:58.204  2225  2225 D SystemEventDataSource: onReceive: intentAction
05-04 13:37:58.206  2225  3938 D PowerUI : can't show warning due to - plugged: true status unknown: false
05-04 13:37:58.206  2225 28956 D SystemEventDataSource: updatedEventData: SystemEventData(intentAction=android.intent.action.BATTERY_CHANGED, plugged=EventData(value=2), batteryScale=EventData(value=100), batteryLevel=EventData(value=78), chargingStatus=EventData(value=1), maxChargingCurrent=EventData(value=3000000),maxChargingVoltage=EventData(value=5000000), batteryStatus=EventData(value=2), halEventData=HalEventData(dockDefendStatus=EventData(value=-3)), settingsEventData=SettingsEventData(dockDefenderBypass=EventData(value=0)), frameworkApiEventData=FrameworkApiEventData(batterySaverState=EventData(value=false), extremeBatterySaverState=EventData(value=false)))
05-04 13:37:58.206  2225 28956 D SystemEventDataSource: extra doesn't changed, no need to onEventSourceUpdate
05-04 13:37:58.207  2225  2225 D PowerNotificationWarningsGoogleImpl: onReceive: android.intent.action.BATTERY_CHANGED
05-04 13:37:58.208  2225  2225 D IncompatibleChargerNotification: dispatchIntent: android.intent.action.BATTERY_CHANGED
connyduck commented 6 months ago

Ok it really seems to crash because Glide fails to load something from av-cdn.bsky.app, which doesn't exist? But it looks like Bluesky so it might be from this skybridge.fly.dev thing

connyduck commented 6 months ago

skybridge.fly.dev seems to be very unstable / very early in its development, so I'm definitely not going to debug this in detail. Clearing Tusky's storage and logging in again with you other account will most probably resolve the problem. We should still not crash because Glide fails to load something though 🤔

sersorrel commented 6 months ago

Thanks so much for fixing this so quickly :)