Lines Matching defs:verbose

229      * Verifies that, when verbose mode is not enabled, startLogging() calls
240 * Verifies that, when verbose mode is enabled, startLogging() calls
251 * Verifies that, when verbose mode is not enabled, reportConnectionFailure() still
264 * Verifies that, when verbose mode is enabled, reportConnectionFailure() fetches packet fates.
353 private String getDumpString(boolean verbose) {
354 mWifiLogger.startLogging(verbose);
355 mWifiNative.enableVerboseLogging(verbose ? 1 : 0);
391 * Verifies that dump() shows both TX, and RX fates in only table form, when verbose
408 * Verifies that dump() shows both TX, and RX fates in table and verbose forms, when verbose
457 /** Verifies that eng builds do not show fate detail outside of verbose mode. */
469 /** Verifies that userdebug builds do not show fate detail outside of verbose mode. */
482 * Verifies that, if verbose is disabled after fetching fates, the dump does not include
483 * verbose fate logs.
562 /** Verifies that we use large ring buffers when initially started in verbose mode. */
572 /** Verifies that we use large ring buffers when switched from normal to verbose mode. */
575 mWifiLogger.startLogging(false /* verbose disabled */);
576 mWifiLogger.startLogging(true /* verbose enabled */);
582 /** Verifies that we use small ring buffers when switched from verbose to normal mode. */
585 mWifiLogger.startLogging(true /* verbose enabled */);
590 mWifiLogger.startLogging(false /* verbose disabled */);
601 /** Verifies that we skip the firmware and driver dumps if verbose is not enabled. */
609 /** Verifies that we capture the firmware and driver dumps if verbose is enabled. */
612 mWifiLogger.startLogging(true /* verbose enabled */);
623 mWifiLogger.startLogging(true /* verbose enabled */);
636 mWifiLogger.startLogging(true /* verbose enabled */);
646 /** Verifies that the dump omits driver state, if verbose was disabled after capture. */
651 mWifiLogger.startLogging(true /* verbose enabled */);
655 mWifiLogger.startLogging(false /* verbose no longer enabled */);
668 mWifiLogger.startLogging(true /* verbose enabled */);
681 mWifiLogger.startLogging(true /* verbose enabled */);
691 /** Verifies that the dump omits firmware memory, if verbose was disabled after capture. */
696 mWifiLogger.startLogging(true /* verbose enabled */);
700 mWifiLogger.startLogging(false /* verbose no longer enabled */);