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

This commit is contained in:
Peiyong Lin
2020-12-15 19:02:54 +00:00
committed by Android (Google) Code Review

View File

@@ -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);