Loading core/java/com/android/internal/util/StateMachine.java +10 −7 Original line number Diff line number Diff line Loading @@ -863,6 +863,8 @@ public class StateMachine { } } // Log only if state machine has not quit if (mSm != null) { if (mLogRecords.logOnlyTransitions()) { /** Record only if there is a transition */ if (destState != null) { Loading @@ -875,6 +877,7 @@ public class StateMachine { orgState, destState); } } } /** * Cleanup all the static variables and the looper after the SM has been quit. Loading Loading
core/java/com/android/internal/util/StateMachine.java +10 −7 Original line number Diff line number Diff line Loading @@ -863,6 +863,8 @@ public class StateMachine { } } // Log only if state machine has not quit if (mSm != null) { if (mLogRecords.logOnlyTransitions()) { /** Record only if there is a transition */ if (destState != null) { Loading @@ -875,6 +877,7 @@ public class StateMachine { orgState, destState); } } } /** * Cleanup all the static variables and the looper after the SM has been quit. Loading