Fix edservice
This commit is contained in:
parent
7b19a95b9e
commit
b749463246
|
|
@ -224,7 +224,7 @@ namespace edxp {
|
|||
}
|
||||
|
||||
void Context::RegisterEdxpService(JNIEnv *env) {
|
||||
auto path = ConfigManager::GetFrameworkPath("edservice.dex");
|
||||
auto path = ConfigManager::GetFrameworkPath("edxp.dex");
|
||||
std::ifstream is(path, std::ios::binary);
|
||||
if (!is.good()) {
|
||||
LOGE("Cannot load path %s", path.c_str());
|
||||
|
|
|
|||
Loading…
Reference in New Issue