We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e455ec1 commit 0d99a6eCopy full SHA for 0d99a6e
pluto-plugins/plugins/exceptions/README.md
@@ -38,6 +38,11 @@ PlutoExceptions.setANRHandler { thread, exception ->
38
Log.d("anr_demo", "potential ANR detected on thread: " + thread.name, exception)
39
}
40
```
41
+
42
+You can also modify the Main thread response time, after which the above callback will be triggered.
43
+```kotlin
44
+PlutoExceptions.mainThreadResponseThreshold = 10_000
45
+```
46
<br>
47
48
🎉 You are all done!
0 commit comments