MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setCheckpoint

Method setCheckpoint

app/src/Misc/CrashTracker.cpp:134–138  ·  view source on GitHub ↗

* @brief Records the current boot/runtime stage so a later crash can be attributed. */

Source from the content-addressed store, hash-verified

132 * @brief Records the current boot/runtime stage so a later crash can be attributed.
133 */
134void Misc::CrashTracker::setCheckpoint(const QString& name)
135{
136 m_settings.setValue(kKeyCheckpoint, name);
137 m_settings.sync();
138}
139
140//--------------------------------------------------------------------------------------------------
141// User-facing recovery

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected