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