Merge "[GraphicsEnvironment] Avoid null access."
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user