Loading libs/androidfw/ApkAssets.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -116,6 +116,7 @@ std::unique_ptr<const ApkAssets> ApkAssets::LoadImpl( if (result != 0) { if (result != 0) { LOG(ERROR) << "Failed to open APK '" << path << "' " << ::ErrorCodeString(result); LOG(ERROR) << "Failed to open APK '" << path << "' " << ::ErrorCodeString(result); ::CloseArchive(unmanaged_handle); return {}; return {}; } } Loading Loading
libs/androidfw/ApkAssets.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -116,6 +116,7 @@ std::unique_ptr<const ApkAssets> ApkAssets::LoadImpl( if (result != 0) { if (result != 0) { LOG(ERROR) << "Failed to open APK '" << path << "' " << ::ErrorCodeString(result); LOG(ERROR) << "Failed to open APK '" << path << "' " << ::ErrorCodeString(result); ::CloseArchive(unmanaged_handle); return {}; return {}; } } Loading