Merge "[GraphicsEnvironment] Avoid null access."

This commit is contained in:
Peiyong Lin
2020-12-15 20:10:47 +00:00
committed by Gerrit Code Review

View File

@@ -249,6 +249,7 @@ public class GraphicsEnvironment {
} }
if (appInfo == null) { if (appInfo == null) {
Log.w(TAG, "Debug layer app '" + packageName + "' not installed"); Log.w(TAG, "Debug layer app '" + packageName + "' not installed");
return "";
} }
final String abi = chooseAbi(appInfo); final String abi = chooseAbi(appInfo);