modify uncompress tmp file path

Signed-off-by: yuyanqinghw <yuyanqing539@huawei.com>
This commit is contained in:
yuyanqinghw 2024-11-05 16:26:38 +08:00
parent 9eec266a33
commit 84d0ae2263

View File

@ -31,7 +31,7 @@ namespace Developtools {
namespace HiPerf {
const int FETURE_MAX = 256;
const int SIZE_FETURE_COUNT = 8;
constexpr const char UNCOMPRESS_TMP_FILE[] = "/data/local/tmp/.perf.data";
constexpr char UNCOMPRESS_TMP_FILE[] = "/data/local/tmp/.perf.data";
std::unique_ptr<PerfFileReader> PerfFileReader::Instance(const std::string &fileName)
{