mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
AUB subcapture in toggle mode to be controlled with HKCU regkey
- move AUBDumpToggleCaptureOnOff from HKLM to HKCU without admin rights - fix AUB subcapture in toggle mode to call make resident in standalone mode Change-Id: Ia6971921f33bb9ca63112790af870217da8a1585
This commit is contained in:

committed by
sys_ocldev

parent
f82b88e5bf
commit
86565e5f06
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@ -53,7 +53,7 @@ TEST(SettingsReader, CreateFileReader) {
|
||||
}
|
||||
|
||||
TEST(SettingsReader, CreateOsReader) {
|
||||
SettingsReader *reader = SettingsReader::createOsReader();
|
||||
SettingsReader *reader = SettingsReader::createOsReader(false);
|
||||
EXPECT_NE(nullptr, reader);
|
||||
delete reader;
|
||||
}
|
||||
|
Reference in New Issue
Block a user