This commit is contained in:
parent
9cf570410b
commit
ba54b1ff84
|
|
@ -43,7 +43,7 @@ public class BindDeviceChoiceActivity extends BaseActivity {
|
|||
super.onCreate(savedInstanceState);
|
||||
EventBus.getDefault().register(this);
|
||||
setContentView(R.layout.activity_device_choice);
|
||||
initTitle("选择设备");
|
||||
initTitle("连接设备");
|
||||
initView();//初始化控件
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ public class BaseApplication extends MultiDexApplication {
|
|||
@Override
|
||||
public void onActivityResumed(Activity activity) {
|
||||
if (BuildConfig.DEBUG){
|
||||
Log.i("ifish7", "LHD" + "debug模式显示当前页面路径:"+activity.getLocalClassName());
|
||||
Log.i("ifish7", "LHD" + " debug模式显示当前页面:"+activity.getLocalClassName());
|
||||
// 创建一个新的TextView
|
||||
TextView textView = new TextView(activity);
|
||||
textView.setText(activity.getLocalClassName());
|
||||
|
|
|
|||
Loading…
Reference in New Issue