Home
last modified time | relevance | path

Searched refs:logging (Results 1 – 25 of 98) sorted by relevance

1234

/device/google/common/etm/
Dupdate.py21 import logging
36 return logging.getLogger(__name__)
86 verbose_map = (logging.WARNING, logging.INFO, logging.DEBUG)
90 logging.basicConfig(level=verbose_map[verbosity])
91 logging.debug(f'args={args}')
/device/google/gs-common/thermal/sepolicy/thermal_hal/
Dinit-thermal-logging.sh.te1 type init-thermal-logging-sh, domain;
2 type init-thermal-logging-sh_exec, exec_type, vendor_file_type, file_type;
4 init_daemon_domain(init-thermal-logging-sh)
7 allow init-thermal-logging-sh vendor_toolbox_exec:file rx_file_perms;
8 allow init-thermal-logging-sh sysfs_thermal:dir r_dir_perms;
9 allow init-thermal-logging-sh sysfs_thermal:file r_file_perms;
/device/google/gs-common/gxp/sepolicy/
Dgxp_logging.te5 # The logging service accesses /dev/gxp
8 # Allow logging service to access /sys/class/gxp
12 # Allow logging service to log to stats service for reporting metrics.
17 # Allow logging service to read gxp properties.
Dfile_contexts4 # GXP logging service
5 /vendor/bin/hw/android\.hardware\.gxp\.logging@service-gxp-logging u:object_r:gxp_logging_…
/device/linaro/dragonboard/shared/utils/qrtr/
DAndroid.bp24 "lib/logging.c",
37 "lib/logging.c",
52 "lib/logging.c",
63 "lib/logging.c",
DMakefile21 lib/logging.c \
28 lib/logging.c \
39 lib/logging.c \
46 lib/logging.c \
/device/generic/goldfish-opengl/
Dcmake_transform.py5 import logging
159 const=logging.INFO,
160 default=logging.ERROR,
181 logging.basicConfig(level=args.loglevel)
227 logging.info("Writing to %s", loc)
/device/google/gs-common/edgetpu/sepolicy/
Dfile_contexts1 # EdgeTPU logging service
2 /vendor/bin/hw/android\.hardware\.edgetpu\.logging@service-edgetpu-logging u:object_r:edgetpu_loggi…
13 # EdgeTPU metrics logging service.
Dedgetpu_logging.te5 # The logging service accesses /dev/<edgetpu device>
8 # Allows the logging service to access /sys/class/edgetpu
12 # Allow TPU logging service to log to stats service. (metrics)
Dhal_audio_default.te8 # Allow edgetpu_app_service as well, due to the EdgeTpu metrics logging
25 # Allow audio HAL to connect to the stats service for logging EdgeTpu metrics.
/device/google/gs-common/modem/dump_modemlog/
Ddump_modemlog.cpp23 namespace pixel_modem::logging { namespace
43 pixel_modem::logging::DumperImpl dumper_impl; in main()
45 pixel_modem::logging::ModemLogDumper modem_log_dumper( in main()
/device/google/zuma/radio/config/default/
DAndroid.bp28 name: "logging.conf",
31 src: "logging.conf",
65 src: "logging.conf",
/device/google/gs-common/gxp/
Dgxp.mk3 android.hardware.gxp.logging@service-gxp-logging
/device/google/gs-common/edgetpu/
Dedgetpu.mk3 android.hardware.edgetpu.logging@service-edgetpu-logging
/device/google/gs-common/modem/android_property_manager/fake/
Dfake_android_property_manager.cpp47 if (key == logging::kModemLoggingEnabledProperty) { in SetProperty()
48 property_map_[logging::kModemLoggingStatusProperty.data()] = value; in SetProperty()
/device/google/trout/agl_services_build/cmake/
Dandroid.cmake10 set(trout_ANDROID_LIBLOG_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/android/logging/liblog")
38 ${trout_ANDROID_LIBBASE_DIR}/logging.cpp
/device/google/coral/
Ddevice-common.mk79 …device/google/coral/init.logging.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.$(PRODUCT_PLATFORM)…
Dinit.hardware.diag.rc.userdebug21 # Modem logging collection
25 # WLAN logging collection
/device/google/zumapro/radio/
DAndroid.bp27 name: "logging.conf",
30 src: "config/logging.conf",
/device/google/redbull-sepolicy/vendor/qcom/common/
Dnetmgrd.te8 #Allow diag logging
62 # Allow netmgrd logging mechanism
/device/google/sunfish/
Ddevice-common.mk79 …device/google/sunfish/init.logging.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.$(PRODUCT_PLATFOR…
Dinit.hardware.diag.rc.userdebug21 # Modem logging collection
25 # WLAN logging collection
/device/google/sunfish-sepolicy/vendor/qcom/common/
Dnetmgrd.te56 # Allow netmgrd logging mechanism
62 #Allow diag logging
/device/google/coral-sepolicy/vendor/qcom/common/
Dnetmgrd.te62 # Allow netmgrd logging mechanism
68 #Allow diag logging
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/
Dsources.inc38 … ${@trout_git_uri(d, 'ANDROID_REMOTE', 'platform/system/logging', 'third_party/android/logging')} \

1234