[DEV] remove some plop
This commit is contained in:
parent
be19f6f159
commit
f031bb2a86
@ -42,11 +42,9 @@ void etk::init(int _argc, const char** _argv) {
|
|||||||
TK_INFO("E-TK system init (BEGIN) ");
|
TK_INFO("E-TK system init (BEGIN) ");
|
||||||
}
|
}
|
||||||
elog::init(_argc, _argv);
|
elog::init(_argc, _argv);
|
||||||
TK_PRINT("plooooooooooooooooooooppppppppppppppppppppppppp");
|
|
||||||
#if !defined(__TARGET_OS__Android) and !defined(__TARGET_OS__IOs)
|
#if !defined(__TARGET_OS__Android) and !defined(__TARGET_OS__IOs)
|
||||||
// This action is done by the main wrapper...
|
// This action is done by the main wrapper...
|
||||||
if (_argc >= 1) {
|
if (_argc >= 1) {
|
||||||
TK_PRINT("ploppppppppppppppppppppppppp");
|
|
||||||
etk::setArgZero(_argv[0]);
|
etk::setArgZero(_argv[0]);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -404,9 +404,7 @@ void etk::setArgZero(const std::string& _val) {
|
|||||||
l_argZero = _val;
|
l_argZero = _val;
|
||||||
// set defaiult application name ...
|
// set defaiult application name ...
|
||||||
std::vector<std::string> elems = etk::split(_val, '/');
|
std::vector<std::string> elems = etk::split(_val, '/');
|
||||||
TK_WARNING("ppppppp" << elems);
|
|
||||||
etk::initDefaultFolder(elems[elems.size()-1].c_str());
|
etk::initDefaultFolder(elems[elems.size()-1].c_str());
|
||||||
TK_WARNING("ppppppp 222");
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
On Unixes with /proc really straight and realiable way is to:
|
On Unixes with /proc really straight and realiable way is to:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user