We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29b5a3f + d22eebe commit 23ace73Copy full SHA for 23ace73
1 file changed
core/java/android/os/GraphicsEnvironment.java
@@ -248,6 +248,7 @@ private static String getDebugLayerAppPaths(IPackageManager pm, String packageNa
248
}
249
if (appInfo == null) {
250
Log.w(TAG, "Debug layer app '" + packageName + "' not installed");
251
+ return "";
252
253
254
final String abi = chooseAbi(appInfo);
0 commit comments