Revert "增加Log"

This reverts commit eebf438322.
This commit is contained in:
suyong
2021-05-19 14:30:42 +08:00
parent eebf438322
commit e513eba5ae
4 changed files with 21 additions and 2 deletions

View File

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

View File

@@ -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";
}