Searched refs:LOGLEVEL (Results 1 – 3 of 3) sorted by relevance
33 LOGLEVEL=$(adb shell getprop debug.nn.fuzzer.log)39 if [[ "$LOGLEVEL" == "" ]]; then40 LOGLEVEL="SILENCE"53 adb shell setprop debug.nn.fuzzer.log $LOGLEVEL
129 LOG(LOGLEVEL) << "Unable to get binder service"; in NdcDispatcher()222 LOG(LOGLEVEL) << "Setting iface cfg"; in runCommand()253 LOG(LOGLEVEL) << "Trying to bring up " << argv[2]; in runCommand()257 LOG(LOGLEVEL) << "Error upping interface"; in runCommand()264 LOG(LOGLEVEL) << "Trying to bring down " << argv[2]; in runCommand()268 LOG(LOGLEVEL) << "Error downing interface"; in runCommand()288 LOG(LOGLEVEL) << "Clearing all IP addresses on " << argv[2]; in runCommand()688 LOG(LOGLEVEL) in runCommand()744 LOG(LOGLEVEL) << "failed to parse uid rule " << arg; in parseRule()755 LOG(LOGLEVEL) << "failed to parse firewall type " << arg; in parseFirewallType()[all …]
65 static const android::base::LogSeverity LOGLEVEL = android::base::VERBOSE; variable