Loading services/core/jni/com_android_server_security_VerityUtils.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ class JavaByteArrayHolder { } ~JavaByteArrayHolder() { LOG_ALWAYS_FATAL_IF(mElements == nullptr, "Elements are not released"); LOG_ALWAYS_FATAL_IF(mElements != nullptr, "Elements are not released"); } private: Loading Loading
services/core/jni/com_android_server_security_VerityUtils.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ class JavaByteArrayHolder { } ~JavaByteArrayHolder() { LOG_ALWAYS_FATAL_IF(mElements == nullptr, "Elements are not released"); LOG_ALWAYS_FATAL_IF(mElements != nullptr, "Elements are not released"); } private: Loading