The host demo open the debug function

This commit is contained in:
wangyupeng1-iri 2017-07-06 16:31:04 +08:00
parent 5fe45f7699
commit d8e216e012

View File

@ -42,6 +42,8 @@ public class SampleApplication extends Application {
// ======= REPLUGIN =======
RePlugin.App.onCreate();
// Open the debug function
RePlugin.enableDebugger(this,true);
// ========================
}