remix the log monitor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.mogo.service.monitor;
|
||||
|
||||
public interface IMogoMonitorLog {
|
||||
|
||||
/**
|
||||
* 显示日志抓取窗口
|
||||
*/
|
||||
void showLogDebugDialog();
|
||||
}
|
||||
@@ -9,14 +9,11 @@ import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
* @author tongchenfei
|
||||
*/
|
||||
public interface IMogoMonitorProvider extends IProvider {
|
||||
/**
|
||||
* 显示日志抓取窗口
|
||||
*/
|
||||
void showLogDebugDialog();
|
||||
|
||||
/**
|
||||
* 重置context,设置成activity的context
|
||||
* @param context activity的context
|
||||
* 获取日志监控接口
|
||||
* @return
|
||||
*/
|
||||
void resetActivityContext(Context context);
|
||||
IMogoMonitorLog getMogoMonitorLog();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user