Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99b6856d authored by Steven Moreland's avatar Steven Moreland
Browse files

NativeLibraryHelper: clarify log about APK alignment

Adding more info into log, since asked question about it.

Bug: N/A
Change-Id: Ibf6c7988b4a62dbc4b12d827b6db83579651614c
Test: N/A
parent 70233164
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -306,8 +306,9 @@ static install_status_t copyFileIfChanged(JNIEnv* env, void* arg, ZipFileRO* zip
                                               when, uncompLen, crc);
            }

            ALOGE("Library '%s' is not PAGE(%zu)-aligned - will not be able to open it directly "
                  "from apk.\n",
            ALOGE("extractNativeLibs=false library '%s' is not PAGE(%zu)-"
                  "aligned within apk (APK alignment, not ELF alignment) -"
                  "will not be able to open it directly from apk.\n",
                  fileName, kPageSize);
            return INSTALL_FAILED_INVALID_APK;
        }