Skip to content

Commit a8db39b

Browse files
author
Bartosz Litwiniuk
committed
Fix docs
1 parent 8d8f08b commit a8db39b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

backtrace-library/src/main/java/backtraceio/library/anr/BacktraceANRSettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public BacktraceANRSettings() {
4343
* Constructs ANR settings with specified parameters.
4444
*
4545
* @param timeout The timeout in milliseconds for ANR detection.
46-
* A value of 0 might disable ANR detection or use a default.
4746
* @param onApplicationNotRespondingEvent The callback to be invoked when an ANR is detected.
4847
* Can be null if no custom callback is needed.
4948
* @param debug True to enable debug logging for ANR detection, false otherwise.
@@ -57,8 +56,7 @@ public BacktraceANRSettings(int timeout, OnApplicationNotRespondingEvent onAppli
5756
/**
5857
* Gets the configured ANR timeout in milliseconds.
5958
*
60-
* @return The timeout in milliseconds. A value of 0 might indicate disabled ANR detection
61-
* or reliance on a default.
59+
* @return The timeout in milliseconds.
6260
*/
6361
public int getTimeout() {
6462
return timeout;

0 commit comments

Comments
 (0)