Lines Matching refs:PERFETTO_ELOG
139 PERFETTO_ELOG("Unable to read ro.build.type: assuming user build"); in IsUserBuild()
170 PERFETTO_ELOG(R"( in PrintUsage()
349 PERFETTO_ELOG("--upload is only supported on Android"); in Main()
360 PERFETTO_ELOG("--dropbox is only supported on Android"); in Main()
455 PERFETTO_ELOG("--query cannot be combined with any other argument"); in Main()
460 PERFETTO_ELOG("--attach and --detach are mutually exclusive"); in Main()
465 PERFETTO_ELOG("--detach and --background are mutually exclusive"); in Main()
470 PERFETTO_ELOG("--stop is supported only in combination with --attach"); in Main()
476 PERFETTO_ELOG("--save-for-bugreport cannot take any other argument"); in Main()
493 PERFETTO_ELOG("Cannot specify a trace config with this option"); in Main()
498 PERFETTO_ELOG( in Main()
506 PERFETTO_ELOG("The TraceConfig is empty"); in Main()
522 PERFETTO_ELOG("The trace config is invalid, bailing out."); in Main()
544 PERFETTO_ELOG( in Main()
553 PERFETTO_ELOG( in Main()
585 PERFETTO_ELOG( in Main()
593 PERFETTO_ELOG( in Main()
599 PERFETTO_ELOG( in Main()
623 PERFETTO_ELOG("Can't pass an --out file (or --upload) with this option"); in Main()
631 PERFETTO_ELOG("Either --out or --upload is required"); in Main()
646 PERFETTO_ELOG( in Main()
700 PERFETTO_ELOG("Cannot compress. Zlib not enabled in the build config"); in Main()
703 PERFETTO_ELOG("Cannot compress when tracing directly to file."); in Main()
723 PERFETTO_ELOG("Can't trace indefinitely when tracing to Dropbox."); in Main()
779 PERFETTO_ELOG("%s", msg.c_str()); in OnConnect()
829 PERFETTO_ELOG("Timed out while waiting for trace from the service, aborting"); in OnTimeout()
836 PERFETTO_ELOG("Timed out while waiting for OnTraceData, aborting"); in CheckTraceDataTimeout()
849 PERFETTO_ELOG("Failed to write packets"); in OnTraceData()
955 PERFETTO_ELOG("Final flush unsuccessful."); in SetupCtrlCSignalHandler()
963 PERFETTO_ELOG("Session detach failed"); in OnDetach()
974 PERFETTO_ELOG("Session re-attach failed. Check service logs for details"); in OnAttach()
993 PERFETTO_ELOG("Final flush unsuccessful."); in OnAttach()
1007 PERFETTO_ELOG("Failed to query the service state"); in PrintServiceState()