Rabbit-R1/android (non root)/java/sources/io/sentry/IPerformanceSnapshotCollector.java

9 lines
223 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package io.sentry;
/* loaded from: classes3.dex */
public interface IPerformanceSnapshotCollector extends IPerformanceCollector {
void collect(PerformanceCollectionData performanceCollectionData);
void setup();
}