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

Commit 23ace73a authored by Peiyong Lin's avatar Peiyong Lin Committed by Android (Google) Code Review
Browse files

Merge "[GraphicsEnvironment] Avoid null access." into rvc-qpr-dev

parents 29b5a3f0 d22eebef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -248,6 +248,7 @@ public class GraphicsEnvironment {
        }
        if (appInfo == null) {
            Log.w(TAG, "Debug layer app '" + packageName + "' not installed");
            return "";
        }

        final String abi = chooseAbi(appInfo);