Assembly tracking
This commit is contained in:
parent
a6ae239836
commit
798f77ddbc
5
pom.xml
5
pom.xml
@ -115,6 +115,11 @@
|
||||
<artifactId>reactor-tools</artifactId>
|
||||
<version>3.4.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.akaita.java</groupId>
|
||||
<artifactId>rxjava2-debug</artifactId>
|
||||
<version>1.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
|
@ -1,5 +1,6 @@
|
||||
package it.tdlight.tdlibsession.remoteclient;
|
||||
|
||||
import com.akaita.java.rxjava2debug.RxJava2Debug;
|
||||
import io.vertx.core.DeploymentOptions;
|
||||
import io.vertx.core.json.JsonObject;
|
||||
import io.vertx.core.net.JksOptions;
|
||||
@ -61,6 +62,7 @@ public class TDLibRemoteClient implements AutoCloseable {
|
||||
|
||||
if (enableStacktraces && !runningFromIntelliJ()) {
|
||||
ReactorDebugAgent.init();
|
||||
RxJava2Debug.enableRxJava2AssemblyTracking(new String[] {"it.tdlight.utils", "it.tdlight.tdlibsession"});
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user