parent
b5c1a0778f
commit
7d1652af05
|
|
@ -199,7 +199,7 @@ namespace lspd {
|
|||
}
|
||||
|
||||
jobject Service::RequestBinderForSystemServer(JNIEnv *env) {
|
||||
if (UNLIKELY(!initialized_)) {
|
||||
if (UNLIKELY(!initialized_ || !bridge_service_class_)) {
|
||||
LOGE("Service not initialized");
|
||||
return nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue