Bug 510477 - Warn that the UI-Thread thread is blocked by IO. Like Android StrictMode
Summary: Warn that the UI-Thread thread is blocked by IO. Like Android StrictMode
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-14 18:55 EST by Missing name CLA
Modified: 2017-01-14 18:55 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name CLA 2017-01-14 18:55:38 EST
I am seeing some code in Eclipse that is blocking the UI-Thread by accessing the filesystem or the network, probably because the developer did not get a warning from SWT when developing it.

I would like that SWT warns if some code is blocking the main thread in SWT

I would like to see https://developer.android.com/reference/android/os/StrictMode.html for SWT.