MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / loadConfigs

Method loadConfigs

native/events/Preference.cpp:501–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 }
500
501 void Preference::loadConfigs() {
502#if defined(__ANDROID__) || defined(_DEBUG_)
503 try {
504 loadMixResMapping(DefaultResMappingFilePath); // loading mapping
505 loadValidTexts(ValidTextFilePath);
506 loadBaseConfig();
507 loadBlackWidgets();
508 loadActions();
509 loadWhiteBlackList();
510 loadTreePruning();
511 loadInputTexts();
512 }
513 catch (std::exception &ex) {
514 BLOGE("load configs Error! %s", ex.what());
515 }
516#endif
517 }
518
519#define MaxRandomPickSTR "max.randomPickFromStringList"
520#define InputFuzzSTR "max.doinputtextFuzzing"

Callers

nothing calls this directly

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected