diff --git a/React/Profiler/RCTProfile.m b/React/Profiler/RCTProfile.m index ab050a286..a51b099c2 100644 --- a/React/Profiler/RCTProfile.m +++ b/React/Profiler/RCTProfile.m @@ -669,7 +669,7 @@ void _RCTProfileEndFlowEvent(NSNumber *flowID) void RCTProfileSendResult(RCTBridge *bridge, NSString *route, NSData *data) { if (![bridge.bundleURL.scheme hasPrefix:@"http"]) { - RCTLogError(@"Cannot upload profile information"); + RCTLogWarn(@"Cannot upload profile information because you're not connected to the packager. The profiling data is still saved in the app container."); return; }