!1920 取消监听全地址

Merge pull request !1920 from zhangyixin/master
This commit is contained in:
openharmony_ci 2024-09-25 05:20:19 +00:00 committed by Gitee
commit 63400215a8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,7 +22,7 @@
#include "profiler_service.h"
namespace {
const std::string DEFAULT_SERVICE_LISTEN_URI = "0.0.0.0:";
const std::string DEFAULT_SERVICE_LISTEN_URI = "127.0.0.1:";
}
int main(int argc, char* argv[])