@@ -1,15 +1,21 @@
|
||||
package com.mogo.test.crashreport;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/9/9
|
||||
* <p>
|
||||
* 描述
|
||||
*/
|
||||
class CrashReportConstants {
|
||||
public class CrashReportConstants {
|
||||
|
||||
public static final String PATH = "/crashreport/api";
|
||||
|
||||
public static final String NAME = "CrashReportApi";
|
||||
|
||||
|
||||
/**
|
||||
* https://bugly.qq.com/
|
||||
* 在线日统计平台 App ID
|
||||
*/
|
||||
public static String buglyAppID = "";
|
||||
|
||||
}
|
||||
|
||||
@@ -2,13 +2,12 @@ package com.mogo.test.crashreport;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/9/9
|
||||
*
|
||||
* 描述
|
||||
*/
|
||||
interface ITestCrashReportProvider extends IProvider {
|
||||
public interface ITestCrashReportProvider extends IProvider {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user