please include function print. // for print_log static L hotwire_copyOver_after = synchroList(); static void hotwire_copyOver(Class c) { // TODO: make a mechanism for making such "inheritable" fields for (S field : ll('print_log, 'print_silent, 'androidContext, '_userHome)) setOptIfNotNull(c, field, getOpt(mc(), field)); ifdef hotwire_copyOver_extend hotwire_copyOver_extend(c); endifdef setOptIfNotNull(c, mainBot := getMainBot()); setOpt(c, creator_class := new WeakReference(mc())); pcallFAll(hotwire_copyOver_after, c); }