Initially trigger an event (#2402)
This commit is contained in:
parent
2295f9fed2
commit
9dfa88fa24
|
|
@ -162,6 +162,7 @@ public class Dex2OatService implements Runnable {
|
|||
thread.setName("dex2oat");
|
||||
thread.start();
|
||||
selinuxObserver.startWatching();
|
||||
selinuxObserver.onEvent(0, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue