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

Commit 181ff650 authored by Peiyong Lin's avatar Peiyong Lin Committed by Automerger Merge Worker
Browse files

Merge "[GraphicsEnvironment] Avoid null access." am: 393215e2

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1530839

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5af8bb8a0d5f1b6d4bb9b26e8e049720135b5109
parents 7a0acb4d 393215e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -249,6 +249,7 @@ public class GraphicsEnvironment {
        }
        if (appInfo == null) {
            Log.w(TAG, "Debug layer app '" + packageName + "' not installed");
            return "";
        }

        final String abi = chooseAbi(appInfo);