Home
last modified time | relevance | path

Searched refs:LOGLEVEL (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A Dvisualize_random_graph.sh33 LOGLEVEL=$(adb shell getprop debug.nn.fuzzer.log)
39 if [[ "$LOGLEVEL" == "" ]]; then
40 LOGLEVEL="SILENCE"
53 adb shell setprop debug.nn.fuzzer.log $LOGLEVEL
/aosp12/system/netd/server/
H A DNdcDispatcher.cpp129 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 …]
H A DNdcDispatcher.h65 static const android::base::LogSeverity LOGLEVEL = android::base::VERBOSE; variable