Compare Pss of tested library in VerifyMemorySaving
DlExtRelroSharingTest.VerifyMemorySaving verifies whether android_dlopen_ext(ANDROID_DLEXT_USE_RELRO) really saves memory. This patch compares Pss of the tested library rather than total Pss of the process, in case different behavior of dlopen() and android_dlopen_ext() introduces random Pss usage. Test: DlExtRelroSharingTest.VerifyMemorySaving Change-Id: I696eca736018fca5d9ec9385ac1c79ced280281d
Loading
Please sign in to comment