path: android-platform-art_14.0.0+r15-6/test/odsign/test-src/com/android/tests/odsign/OdsignTestUtils.java
    public Set<String> getSystemServerLoadedArtifacts() throws Exception {
        String systemServerPid = assertCommandSucceeds("pidof system_server");
        assertTrue(!systemServerPid.isEmpty());
        assertTrue("There should be exactly one `system_server` process",
