Skip to content

Commit 23ace73

Browse files
lpyAndroid (Google) Code Review
authored andcommitted
Merge "[GraphicsEnvironment] Avoid null access." into rvc-qpr-dev
2 parents 29b5a3f + d22eebe commit 23ace73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/java/android/os/GraphicsEnvironment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ private static String getDebugLayerAppPaths(IPackageManager pm, String packageNa
248248
}
249249
if (appInfo == null) {
250250
Log.w(TAG, "Debug layer app '" + packageName + "' not installed");
251+
return "";
251252
}
252253

253254
final String abi = chooseAbi(appInfo);

0 commit comments

Comments
 (0)