Initially trigger an event (#2402)

This commit is contained in:
南宫雪珊 2023-02-27 16:22:40 +08:00 committed by GitHub
parent 2295f9fed2
commit 9dfa88fa24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ public class Dex2OatService implements Runnable {
thread.setName("dex2oat");
thread.start();
selinuxObserver.startWatching();
selinuxObserver.onEvent(0, null);
}
@Override