Searched refs:logging (Results 1 – 25 of 98) sorted by relevance
1234
/device/google/common/etm/ |
D | update.py | 21 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/ |
D | init-thermal-logging.sh.te | 1 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/ |
D | gxp_logging.te | 5 # 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.
|
D | file_contexts | 4 # 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/ |
D | Android.bp | 24 "lib/logging.c", 37 "lib/logging.c", 52 "lib/logging.c", 63 "lib/logging.c",
|
D | Makefile | 21 lib/logging.c \ 28 lib/logging.c \ 39 lib/logging.c \ 46 lib/logging.c \
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 5 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/ |
D | file_contexts | 1 # EdgeTPU logging service 2 /vendor/bin/hw/android\.hardware\.edgetpu\.logging@service-edgetpu-logging u:object_r:edgetpu_loggi… 13 # EdgeTPU metrics logging service.
|
D | edgetpu_logging.te | 5 # 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)
|
D | hal_audio_default.te | 8 # 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/ |
D | dump_modemlog.cpp | 23 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/ |
D | Android.bp | 28 name: "logging.conf", 31 src: "logging.conf", 65 src: "logging.conf",
|
/device/google/gs-common/gxp/ |
D | gxp.mk | 3 android.hardware.gxp.logging@service-gxp-logging
|
/device/google/gs-common/edgetpu/ |
D | edgetpu.mk | 3 android.hardware.edgetpu.logging@service-edgetpu-logging
|
/device/google/gs-common/modem/android_property_manager/fake/ |
D | fake_android_property_manager.cpp | 47 if (key == logging::kModemLoggingEnabledProperty) { in SetProperty() 48 property_map_[logging::kModemLoggingStatusProperty.data()] = value; in SetProperty()
|
/device/google/trout/agl_services_build/cmake/ |
D | android.cmake | 10 set(trout_ANDROID_LIBLOG_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/android/logging/liblog") 38 ${trout_ANDROID_LIBBASE_DIR}/logging.cpp
|
/device/google/coral/ |
D | device-common.mk | 79 …device/google/coral/init.logging.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.$(PRODUCT_PLATFORM)…
|
D | init.hardware.diag.rc.userdebug | 21 # Modem logging collection 25 # WLAN logging collection
|
/device/google/zumapro/radio/ |
D | Android.bp | 27 name: "logging.conf", 30 src: "config/logging.conf",
|
/device/google/redbull-sepolicy/vendor/qcom/common/ |
D | netmgrd.te | 8 #Allow diag logging 62 # Allow netmgrd logging mechanism
|
/device/google/sunfish/ |
D | device-common.mk | 79 …device/google/sunfish/init.logging.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.$(PRODUCT_PLATFOR…
|
D | init.hardware.diag.rc.userdebug | 21 # Modem logging collection 25 # WLAN logging collection
|
/device/google/sunfish-sepolicy/vendor/qcom/common/ |
D | netmgrd.te | 56 # Allow netmgrd logging mechanism 62 #Allow diag logging
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | netmgrd.te | 62 # Allow netmgrd logging mechanism 68 #Allow diag logging
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/ |
D | sources.inc | 38 … ${@trout_git_uri(d, 'ANDROID_REMOTE', 'platform/system/logging', 'third_party/android/logging')} \
|
1234