Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e12c6f7d authored by wsmlby's avatar wsmlby Committed by Android (Google) Code Review
Browse files

Merge "Fix AppCompatibility test for different process name of one package." into lmp-dev

parents 109526fe dd806b0e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -208,6 +208,12 @@ public class AppCompatibility extends InstrumentationTestCase {
                Log.d(TAG, "Found process " + app.processName);
                return true;
            }
            for (String relatedPackage : app.pkgList) {
                if (relatedPackage.equalsIgnoreCase(processName)) {
                    Log.d(TAG, "Found process " + app.processName);
                    return true;
                }
            }
        }
        Log.d(TAG, "Failed to find process " + processName + " with package name "
                + packageName);