Searched refs:simLog (Results 1 – 1 of 1) sorted by relevance
160 if (!simLog) {163 onMessage(simLog);212 return simLog.subsystem === 'com.facebook.react.log' && simLog.source?.file === 'RCTLog.mm';240 const category = chalk.gray(`[${simLog.source?.image ?? simLog.subsystem}]`);251 !isNetworkLog(simLog) &&253 !isReactLog(simLog) &&254 !isCoreTelephonyLog(simLog) &&255 !isWebKitLog(simLog) &&262 } else if (simLog.eventMessage) {265 simLog.source?.file ||[all …]