JAVA/android_studio

Thread.sleep not crash app

cskimair 2024. 10. 24. 13:50

- Java Thread.sleep

https://stackoverflow.com/questions/43060701/thread-sleep-not-crashes-my-app

 

Thread.sleep not crashes my app

By calling Thread.sleep on the UI thread i expect my android app to crash, but it does not. I tried to explicitly run this on UI thread, by using runOnUiThread but the result was the same, the app

stackoverflow.com