增加Log

This commit is contained in:
suyong
2021-05-18 19:43:12 +08:00
parent a864dcb0ca
commit eebf438322
4 changed files with 2 additions and 21 deletions

View File

@@ -1,5 +0,0 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.test.crashreport">
/
</manifest>

View File

@@ -1,15 +0,0 @@
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";
}