Processes running in background
-
Hey there ! Just a quick question: since I'm on Oneplus one, I see two processes in top I'm pretty sure weren't there on FP2: "Binder_2" and "sensors.qcom". I'd like to know what they are. Thanks !!
-
Both are for the Android container. The binder is the usual Android message bus, where services and userspace can talk with each other. Sensors.qcom is obviously the sensor daemon for your Qualcomm device. Both are fine and need to run in order for your device to function properly.
-
@flohack Thank you !