MCPcopy Index your code
hub / github.com/python/cpython / LogPriority

Class LogPriority

Android/android.py:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70# Based on android/log.h in the NDK.
71class LogPriority(IntEnum):
72 UNKNOWN = 0
73 DEFAULT = auto()
74 VERBOSE = auto()
75 DEBUG = auto()
76 INFO = auto()
77 WARN = auto()
78 ERROR = auto()
79 FATAL = auto()
80 SILENT = auto()
81
82
83def log_verbose(context, line, stream=sys.stdout):

Callers 1

read_logcatFunction · 0.85

Calls 1

autoClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…