resolved conflicts for merge of c16da6aa to master
Change-Id: Ibaaf2995def15573609562162902b3d73dd78ec0
This commit is contained in:
@@ -862,6 +862,11 @@ class ServerThread extends Thread {
|
||||
public void run() {
|
||||
Slog.i(TAG, "Making services ready");
|
||||
|
||||
try {
|
||||
ActivityManagerService.self().startObservingNativeCrashes();
|
||||
} catch (Throwable e) {
|
||||
reportWtf("observing native crashes", e);
|
||||
}
|
||||
if (!headless) {
|
||||
startSystemUi(contextF);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user