Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page contains all topics problem describes all problems, tasks and solution approaches

...

regarding tracing of method invocations in the same thread.

Main topics

  • How to access information about the current method?

  • How to associate a called method with its it's caller?

 

Approaches from thesis

Current solutionCurrent solution

(Previous solution approaches regarding this topic were already discussed in the master thesis.)

Currently the sequence sensor is implemented as container, which collects all sensor(e.g. timer sensor) data starting from an defined start point (execution of a predefined method).
This collected data is chronologically ordered, to allow to trace the invocation sequence.

But this is not suitable for asynchronous methods. TODO: Validate if this is the current state of the sequence sensor. Possibly there were improvements in the meantime.

New approaches / solution

Coming soon...

Questions / Possible Problems

Coming soon...