~aleteoryx/muditaos

ref: c96dc7dc30a62ea6d66bfdcc1c536726358a8925 muditaos/board/linux/crashdump-serial-number/crashdump_serial_number.cpp -rw-r--r-- 366 bytes
c96dc7dc — rrandomsky [MOS-686] Fixed MTP availability only after phone unlocked 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include <crashdump-serial-number/crashdump_serial_number.hpp>

namespace crashdump
{
    void setSerialNumber(const std::string &)
    {}
    std::string getSerialNumber()
    {
        return "";
    }

} // namespace crashdump