12 lines
272 B
Java
12 lines
272 B
Java
package com.tencent.bugly.crashreport;
|
|
|
|
/* compiled from: BUGLY */
|
|
/* loaded from: classes.dex */
|
|
public interface a {
|
|
boolean appendLogToNative(String str, String str2, String str3);
|
|
|
|
String getLogFromNative();
|
|
|
|
boolean setNativeIsAppForeground(boolean z);
|
|
}
|