Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f643069a authored by Wink Saville's avatar Wink Saville
Browse files

Fix record logging.

Change-Id: I246159dec9522e58ee88593000ac0f86aff4bb25
parent e2237ce8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -820,7 +820,7 @@ public class StateMachine {
             * and we won't log special messages SM_INIT_CMD or SM_QUIT_CMD which
             * always set msg.obj to the handler.
             */
            boolean recordLogMsg = mSm.recordLogRec(mMsg) && (msg.obj == mSmHandlerObj);
            boolean recordLogMsg = mSm.recordLogRec(mMsg) && (msg.obj != mSmHandlerObj);

            if (mLogRecords.logOnlyTransitions()) {
                /** Record only if there is a transition */