rockbox/utils/rbutilqt/logger
Dominik Riebeling c979717b80 rbutil: Fix logger segfault on application exit.
Getting the values from a QMultiMap() returns a list, but not the same
on consecutive calls. Thus calling it twice to get the iterators will
yield different lists, causing the iterator to fail.

Fixes a segfault when destructing the logger.

Change-Id: Ie8ea8d3a9acf6fbd3969fbb49cbc50a1c1fa2854
2021-12-25 17:47:14 +01:00
..
include rbutil: Merge rbutil with utils folder. 2021-12-24 18:05:53 +01:00
src rbutil: Fix logger segfault on application exit. 2021-12-25 17:47:14 +01:00
LICENSE.LGPL rbutil: Merge rbutil with utils folder. 2021-12-24 18:05:53 +01:00
logger.pri rbutil: Merge rbutil with utils folder. 2021-12-24 18:05:53 +01:00
README.ROCKBOX rbutil: Merge rbutil with utils folder. 2021-12-24 18:05:53 +01:00

This folder contains the cutelogger project for logging functionality.
These files are distributed under the LGPL v2 or later.
The source files have been last synced with the projects at
https://github.com/dept2/CuteLogger/ to commit
5ae6b9ac13e0cc2821d236e3542a83990b63c95c
on Aug 7, 2020.