Bug 510477

Summary: Warn that the UI-Thread thread is blocked by IO. Like Android StrictMode
Product: [Eclipse Project] Platform Reporter: Missing name <edpeur>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.