SIGN IN SIGN UP

fix(android): Name the device-info caching thread (#5684)

* fix(android): Name the device-info caching thread

DefaultAndroidEventProcessor created its device-info pre-caching
executor via Executors.newSingleThreadExecutor() with no ThreadFactory,
so the JDK named the thread pool-N-thread-M and it was not identifiable
as an SDK thread. Supply a ThreadFactory that names it
SentryDeviceInfoCache, matching the convention used elsewhere in the SDK.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* changelog

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
N
Nelson Osacky committed
83277d1441dc432f7bd542b19fcb0d3725eb97a2
Parent: 34c912a
Committed by GitHub <noreply@github.com> on 7/3/2026, 11:19:42 AM