Skip to content

Commit 14a0402

Browse files
authored
fix(issues): remove note about DB on main thread for Android (#8492)
1 parent 56349a0 commit 14a0402

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/docs/product/issues/issue-details/performance-issues/db-main-thread-io.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ sidebar_order: 20
44
description: "Learn more about Database on Main Thread and how to diagnose and fix these issues."
55
---
66

7-
<Note>
8-
9-
This feature is available **only for iOS devices** using `sentry-cocoa` >= v8.5.0. We are working on adding support for Android devices and will update this page with the latest changes.
10-
11-
</Note>
12-
137
The main UI thread in a mobile application handles user interface events such as button presses and page scrolls. To prevent App Hangs and Application Not Responding errors, the main UI thread shouldn't be used for performing long-running operations like database queries. These kinds of operations block the whole UI until they finish running and get in the way of the user interacting with the app.
148

159
## Detection Criteria

0 commit comments

Comments
 (0)