5
test/crashreport/src/main/AndroidManifest.xml
Normal file
5
test/crashreport/src/main/AndroidManifest.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.test.crashreport">
|
||||
|
||||
/
|
||||
</manifest>
|
||||
@@ -0,0 +1,15 @@
|
||||
package com.mogo.test.crashreport;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/9/9
|
||||
* <p>
|
||||
* 描述
|
||||
*/
|
||||
class CrashReportConstants {
|
||||
|
||||
public static final String PATH = "/crashreport/api";
|
||||
|
||||
public static final String NAME = "CrashReportApi";
|
||||
}
|
||||
Reference in New Issue
Block a user