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

Commit 98050f1b authored by Eric Biggers's avatar Eric Biggers Committed by Android (Google) Code Review
Browse files

Merge "[conflict] Merge "Fix logspam due to missing...

Merge "[conflict] Merge "Fix logspam due to missing /vendor/etc/public.libraries.txt" into main am: 997af74d am: b8cdb954 am: ea8bfaa3" into udc-dev-plus-aosp
parents 4b3e03d3 9aba0df1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1827,6 +1827,9 @@ public class SystemConfig {
                        soname, soname, new String[0], true);
                mSharedLibraries.put(entry.name, entry);
            }
        } catch (FileNotFoundException e) {
            // Expected for /vendor/etc/public.libraries.txt on some devices
            Slog.d(TAG, listFile + " does not exist");
        } catch (IOException e) {
            Slog.w(TAG, "Failed to read public libraries file " + listFile, e);
        }