Home | History | Annotate | Download | only in adb

Lines Matching refs:quoted

1125     std::string quoted = escape_arg(log_tags == nullptr ? "" : log_tags);
1127 std::string cmd = "export ANDROID_LOG_TAGS=\"" + quoted + "\"; exec logcat";