Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -14,4 +14,14 @@ public interface IEventPanelProvider extends IMogoModuleProvider {
|
||||
*/
|
||||
void showPanelWithSelectedItem(int item);
|
||||
|
||||
/**
|
||||
* 显示面板,默认选中第一个
|
||||
*/
|
||||
void showPanel();
|
||||
|
||||
/**
|
||||
* 隐藏面板
|
||||
*/
|
||||
void hidePanel();
|
||||
|
||||
}
|
||||
|
||||
@@ -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