diff --git a/services/param/watcher/proxy/watcher_manager.cpp b/services/param/watcher/proxy/watcher_manager.cpp index 4faa3cce1fbdb820337bd404e592ddf5f630ebab..dbddbd8ba4dba681c5cccb8f04df78078e78023d 100644 --- a/services/param/watcher/proxy/watcher_manager.cpp +++ b/services/param/watcher/proxy/watcher_manager.cpp @@ -117,7 +117,8 @@ int32_t WatcherManager::CheckAppWatchPermission(const std::string &keyPrefix) "accessibility.config.ready", "sys.hiview.chr.fluchcache", "web.render.dump", - "web.debug.trace" + "web.debug.trace", + "sys.graphic.openTestModeTrace" }; if (std::find(whitelist.begin(), whitelist.end(), keyPrefix) != whitelist.end()) {