wip
This commit is contained in:
Binary file not shown.
@@ -341,14 +341,14 @@ def manager_init(frogpilot_functions) -> None:
|
||||
os.environ['CLEAN'] = '1'
|
||||
|
||||
# init logging
|
||||
sentry.init(sentry.SentryProject.SELFDRIVE)
|
||||
cloudlog.bind_global(dongle_id=dongle_id,
|
||||
version=get_version(),
|
||||
origin=get_normalized_origin(),
|
||||
branch=get_short_branch(),
|
||||
commit=get_commit(),
|
||||
dirty=is_dirty(),
|
||||
device=HARDWARE.get_device_type())
|
||||
# sentry.init(sentry.SentryProject.SELFDRIVE)
|
||||
# cloudlog.bind_global(dongle_id=dongle_id,
|
||||
# version=get_version(),
|
||||
# origin=get_normalized_origin(),
|
||||
# branch=get_short_branch(),
|
||||
# commit=get_commit(),
|
||||
# dirty=is_dirty(),
|
||||
# device=HARDWARE.get_device_type())
|
||||
|
||||
# preimport all processes
|
||||
for p in managed_processes.values():
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# Provision script for BrianBot
|
||||
# These actions only occur on BrianBot's comma device.
|
||||
|
||||
Reference in New Issue
Block a user