You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
processBootError(bool status) method if passed with true value was meant to clear all the accumulated traces but the same deviated over-time need to fix it.
need to call reset method if status is true.
need to revisit and check the overall flow, now we might be getting IPL_ERR_OK which means the hwp sucess during which we are clearing the accumulated traces so there might be never a need to call the processBootError with status flag.
The text was updated successfully, but these errors were encountered:
processBootError(bool status) method if passed with true value was meant to clear all the accumulated traces but the same deviated over-time need to fix it.
need to call reset method if status is true.
need to revisit and check the overall flow, now we might be getting IPL_ERR_OK which means the hwp sucess during which we are clearing the accumulated traces so there might be never a need to call the processBootError with status flag.
The text was updated successfully, but these errors were encountered: