System server: Add Bluetooth to native processes

Add Bluetooth service to the interesting native processes to dump
during watchdog abort and ANRs. This may help if the process gets
wedged and cannot react normally to Java-side ANR dump requests.

Bug: 28658141
Change-Id: I788b7c299cc95748fdcddaa2be1d0e2d78f25ef1
This commit is contained in:
Andreas Gampe
2016-05-11 18:41:25 -07:00
parent 663330a325
commit cf9e79b901

View File

@@ -73,6 +73,7 @@ public class Watchdog extends Thread {
"/system/bin/surfaceflinger",
"media.codec", // system/bin/mediacodec
"media.extractor", // system/bin/mediaextractor
"com.android.bluetooth", // Bluetooth service
};
static Watchdog sWatchdog;