blob: bb0b5906c534bf6d7dfc152961857d22accbc16f [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# When this is set, Crashpad will be used to handle exceptions (which uploads
# crashes to the crash server), rather than crashanalyzer in Zircon (which
# prints the crash log to the the system log).
enable_crashpad = false
}