All other trace locks make sense, for example. the developer wants the screen to not disappear when doing something. But in the partial blocking of the trace, the documentation says that:
If you perform partial tracking locks, the processor will continue to run, regardless of the display timeouts or screen status, and even after the user presses the power button. In all other tracking locks, the CPU will start, but the user can still turn off the device using the power button.
Does this mean that during some operations the CPU may disappear? Do I need to set a tracking lock on a service?
source
share